Files
s390-tools/rust/pv_core/Cargo.toml
Jan Höppner d04ea8603d 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>
2026-06-22 16:43:02 +02:00

31 lines
851 B
TOML

[package]
name = "s390_pv_core"
version = "0.12.0"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
description = "s390-tools IBM Secure Execution core utilities"
keywords = ["s390", "s390x", "IBM_Secure_Execution"]
repository = "https://github.com/ibm-s390-linux/s390-tools/tree/master/rust"
categories = ["hardware-support"]
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lints]
workspace = true
[dependencies]
libc = "0.2.186"
log = { version = "0.4.29", features = ["std", "release_max_level_debug"] }
thiserror = "2.0.18"
zerocopy = {version = "0.8", features = ["derive"]}
serde = { version = "1.0.228", features = ["derive"]}
byteorder = "1.5"
regex = "1.12"
sha2 = "0.10.9"
[dev-dependencies]
serde_test = "1.0.177"
lazy_static = "1.5"