diff --git a/Cargo.lock b/Cargo.lock index 04acadba9..1b920ac33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2217,9 +2217,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "openssl" -version = "0.10.68" +version = "0.10.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" +checksum = "f5e534d133a060a3c19daec1eb3e98ec6f4685978834f2dbadfe2ec215bab64e" dependencies = [ "bitflags 2.7.0", "cfg-if", @@ -2232,13 +2232,13 @@ dependencies = [ [[package]] name = "openssl-macros" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 1.0.107", + "syn 2.0.87", ] [[package]] diff --git a/bazelfe-bazel-wrapper/Cargo.toml b/bazelfe-bazel-wrapper/Cargo.toml index 1ec04ad3e..124960895 100644 --- a/bazelfe-bazel-wrapper/Cargo.toml +++ b/bazelfe-bazel-wrapper/Cargo.toml @@ -43,7 +43,7 @@ tempfile = { version = "3.14.0", optional = true } tower = "0.4.13" mio = "1.0.3" ptyprocess = "0.4.1" -openssl = { version = "0.10.68", features = ["vendored"] } +openssl = { version = "0.10.69", features = ["vendored"] } [build-dependencies] diff --git a/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index 7f81a22de..2ad36cad9 100644 --- a/bazelfe-core/Cargo.toml +++ b/bazelfe-core/Cargo.toml @@ -56,7 +56,7 @@ lazy_static = "1.5.0" ignore = "0.4.20" log = "0.4.25" nom = "7.1.3" -openssl = { version = "0.10.68", features = ["vendored"] } +openssl = { version = "0.10.69", features = ["vendored"] } pretty_env_logger = "0.5.0" prost = "0.12.6" prost-types = "0.12.6" diff --git a/bazelfe-protos/Cargo.toml b/bazelfe-protos/Cargo.toml index 81697291f..55a976c75 100644 --- a/bazelfe-protos/Cargo.toml +++ b/bazelfe-protos/Cargo.toml @@ -12,7 +12,7 @@ prost = "0.12.6" prost-types = "0.12.6" sha2 = "0.10.8" thiserror = "2.0.11" -openssl = { version = "0.10.68", features = ["vendored"] } +openssl = { version = "0.10.69", features = ["vendored"] } [dependencies.tokio] features = ["full"] diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index a18647897..6fec448ee 100644 --- a/bzl-remote-core/Cargo.toml +++ b/bzl-remote-core/Cargo.toml @@ -24,7 +24,7 @@ bytes = "1.9.0" clap = { version = "4.5.27", features = ["derive", "env"] } base64 = "0.22.1" lazy_static = "1.5.0" -openssl = { version = "0.10.68", features = ["vendored"] } +openssl = { version = "0.10.69", features = ["vendored"] } tracing = "0.1.41" tracing-attributes = "0.1" tracing-appender = "0.2"