diff --git a/Cargo.lock b/Cargo.lock index 47c93ae2b79e7..8a21b2d2770f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7756,9 +7756,9 @@ dependencies = [ [[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 2.10.0", "cfg-if", @@ -7796,9 +7796,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/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index caf2735d45166..1ec303bbb272b 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -34,7 +34,7 @@ metrics-util.workspace = true mlua = { version = "0.10.5", default-features = false, features = ["lua54", "send", "vendored"], optional = true } no-proxy = { version = "0.3.6", default-features = false, features = ["serialize"] } ordered-float.workspace = true -openssl = { version = "0.10.79", default-features = false, features = ["vendored"] } +openssl = { version = "0.10.80", default-features = false, features = ["vendored"] } parking_lot = { version = "0.12.5", default-features = false } pin-project.workspace = true proptest = { workspace = true, optional = true }