mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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>
32 lines
867 B
TOML
32 lines
867 B
TOML
[package]
|
|
name = "s390_pv"
|
|
version = "0.12.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
description = "s390-tools IBM Secure Execution 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"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
byteorder = "1.5"
|
|
curl = "0.4.49"
|
|
enum_dispatch = "0.3.13"
|
|
foreign-types = "0.3.2"
|
|
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" }
|
|
|
|
[dev-dependencies]
|
|
serde_test = "1.0.177"
|