diff --git a/Cargo.lock b/Cargo.lock index 8b2ea6d7f..77191e6ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -740,11 +740,11 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "openssl" -version = "0.10.52" +version = "0.10.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56" +checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.5.0", "cfg-if", "foreign-types", "libc", @@ -766,9 +766,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.87" +version = "0.9.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e" +checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff" dependencies = [ "cc", "libc", diff --git a/cras/common/Cargo.toml b/cras/common/Cargo.toml index 6f939d5e5..9f86d226b 100644 --- a/cras/common/Cargo.toml +++ b/cras/common/Cargo.toml @@ -12,6 +12,6 @@ libc = "0.2.44" log = "0.4.17" nix = "0.26.2" once_cell = "1.17.0" -openssl = "0.10.48" +openssl = "0.10.60" serde_json = "1.0.64" syslog = "6.0.1"