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>
26 lines
534 B
TOML
26 lines
534 B
TOML
[package]
|
|
name = "pvinfo"
|
|
version = "0.12.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
clap = { version = "4.6", features = ["derive"] }
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_yaml = "0.9.34"
|
|
|
|
pv_core = { path = "../pv_core", package = "s390_pv_core" }
|
|
utils = { path = "../utils" }
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.27.0"
|
|
|
|
[build-dependencies]
|
|
clap = { version = "4.6", features = ["derive"] }
|
|
clap_complete = "4.6"
|