diff --git a/Cargo.lock b/Cargo.lock index 2d028043..036de2a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2855,9 +2855,9 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "openssl" -version = "0.10.79" +version = "0.10.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0b434746ee2832f4f0baf10137e1cabb18cbe6912c69e2e33263c45250f542" +checksum = "a45fa2aa886c42762255da344f0a0d313e254066c46aad76f300c3d3da62d967" dependencies = [ "bitflags", "cfg-if", @@ -2901,9 +2901,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.115" +version = "0.9.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "158fe5b292746440aa6e7a7e690e55aeb72d41505e2804c23c6973ad0e9c9781" +checksum = "f28a22dc7140cda5f096e5e7724a6962ca81a7f8bfd2979f9b18c11af56318c4" dependencies = [ "cc", "libc", diff --git a/crates/bins/Cargo.toml b/crates/bins/Cargo.toml index 86091cc8..2a3aa893 100644 --- a/crates/bins/Cargo.toml +++ b/crates/bins/Cargo.toml @@ -72,7 +72,7 @@ pretty_yaml = "0.5" # For linux and macos, we need the vendored ssl [target.'cfg(target_os = "linux")'.dependencies] -openssl = { version = "0.10.79", features = ["vendored"] } +openssl = { version = "0.10.80", features = ["vendored"] } [target.'cfg(target_os = "macos")'.dependencies] -openssl = { version = "0.10.79", features = ["vendored"] } +openssl = { version = "0.10.80", features = ["vendored"] }