mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
rust: Update Rust depenencies
Command line used (https://crates.io/crates/cargo-edit): $ cargo upgrade Acked-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
a8a3e7d49c
commit
739761f0d2
+9
-9
@@ -14,18 +14,18 @@ readme = "README.md"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.3"
|
||||
curl = "0.4.44"
|
||||
byteorder = "1.5"
|
||||
curl = "0.4.47"
|
||||
enum_dispatch = "0.3.13"
|
||||
foreign-types = "0.3.1"
|
||||
log = { version = "0.4.6", features = ["std", "release_max_level_debug"] }
|
||||
openssl = "0.10.66"
|
||||
openssl-sys = "0.9.92"
|
||||
serde = { version = "1.0.139", features = ["derive"] }
|
||||
thiserror = "1.0.33"
|
||||
foreign-types = "0.3.2"
|
||||
log = { version = "0.4.22", features = ["std", "release_max_level_debug"] }
|
||||
openssl = "0.10.68"
|
||||
openssl-sys = "0.9.104"
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
thiserror = "1.0.69"
|
||||
zerocopy = { version="0.7", features = ["derive"] }
|
||||
|
||||
pv_core = { path = "../pv_core", package = "s390_pv_core", version = "0.11.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_test = "1.0.139"
|
||||
serde_test = "1.0.177"
|
||||
|
||||
Reference in New Issue
Block a user