diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 16752ec9..49f99eb3 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -377,9 +377,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl" -version = "0.10.60" +version = "0.10.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800" +checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" dependencies = [ "bitflags 2.4.1", "cfg-if", @@ -409,9 +409,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.96" +version = "0.9.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f" +checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" dependencies = [ "cc", "libc", diff --git a/rust/pv/Cargo.toml b/rust/pv/Cargo.toml index 02a2e1a1..66b254fc 100644 --- a/rust/pv/Cargo.toml +++ b/rust/pv/Cargo.toml @@ -19,7 +19,7 @@ curl = "0.4.44" enum_dispatch = "0.3.13" foreign-types = "0.3.1" log = { version = "0.4.6", features = ["std", "release_max_level_debug"] } -openssl = "0.10.57" +openssl = "0.10.66" openssl-sys = "0.9.92" serde = { version = "1.0.139", features = ["derive"] } thiserror = "1.0.33" diff --git a/rust/pvapconfig/Cargo.toml b/rust/pvapconfig/Cargo.toml index bc2bed69..561d12f9 100644 --- a/rust/pvapconfig/Cargo.toml +++ b/rust/pvapconfig/Cargo.toml @@ -10,7 +10,7 @@ rust-version.workspace = true [dependencies] clap = { version ="4.1", features = ["derive", "wrap_help"]} lazy_static = "1.1" -openssl = { version = "0.10" } +openssl = { version = "0.10.66" } pv_core = { path = "../pv_core", package = "s390_pv_core"} rand = "0.8" regex = "1.7" diff --git a/rust/pvattest/Cargo.toml b/rust/pvattest/Cargo.toml index d036c0e7..7524f605 100644 --- a/rust/pvattest/Cargo.toml +++ b/rust/pvattest/Cargo.toml @@ -15,7 +15,7 @@ byteorder = "1.3" clap = { version ="4.1", features = ["derive", "wrap_help"]} curl = "0.4.44" log = { version = "0.4.6", features = ["std", "release_max_level_debug"] } -openssl = "0.10.57" +openssl = "0.10.66" serde = { version = "1.0.139", features = ["derive"]} serde_json = "1.0" serde_yaml = "0.9"