mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
rust: Upgrade MSRV and dependencies
Bump MSRV to 1.85.0 and upgrade all dependencies using 'cargo upgrade' from cargo-edit. The bump to 1.85.0 is requiered to get at least openssl version 0.10.79 including fixes for a couple security issues. Link: https://crates.io/crates/cargo-edit Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -5,12 +5,12 @@ edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.43", default-features = false, features = ["std"] }
|
||||
clap = { version ="4.5", features = ["derive", "wrap_help"] }
|
||||
libc = "0.2.169"
|
||||
log = { version = "0.4.25", features = ["std", "release_max_level_debug"] }
|
||||
chrono = { version = "0.4.44", default-features = false, features = ["std"] }
|
||||
clap = { version ="4.6", features = ["derive", "wrap_help"] }
|
||||
libc = "0.2.186"
|
||||
log = { version = "0.4.29", features = ["std", "release_max_level_debug"] }
|
||||
pv = { path = "../pv", package = "s390_pv" }
|
||||
serde = { version = "1.0.217"}
|
||||
serde = { version = "1.0.228"}
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.149"
|
||||
|
||||
Reference in New Issue
Block a user