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:
+6
-6
@@ -15,14 +15,14 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.5"
|
||||
curl = "0.4.47"
|
||||
curl = "0.4.49"
|
||||
enum_dispatch = "0.3.13"
|
||||
foreign-types = "0.3.2"
|
||||
log = { version = "0.4.25", features = ["std", "release_max_level_debug"] }
|
||||
openssl = "0.10.70"
|
||||
openssl-sys = "0.9.105"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
thiserror = "2.0.11"
|
||||
log = { version = "0.4.29", features = ["std", "release_max_level_debug"] }
|
||||
openssl = "0.10.80"
|
||||
openssl-sys = "0.9.116"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
thiserror = "2.0.18"
|
||||
zerocopy = { version="0.8", features = ["derive"] }
|
||||
|
||||
pv_core = { path = "../pv_core", package = "s390_pv_core", version = "0.12.0" }
|
||||
|
||||
Reference in New Issue
Block a user