Skip to content

Commit 8a8498c

Browse files
Bump openssl from 0.10.72 to 0.10.73 (#1438)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.72 to 0.10.73. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.72...openssl-v0.10.73) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.73 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6724a25 commit 8a8498c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazelfe-bazel-wrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tempfile = { version = "3.20.0", optional = true }
4343
tower = "0.4.13"
4444
mio = "1.0.4"
4545
ptyprocess = "0.4.1"
46-
openssl = { version = "0.10.72", features = ["vendored"] }
46+
openssl = { version = "0.10.73", features = ["vendored"] }
4747

4848
[build-dependencies]
4949

bazelfe-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ lazy_static = "1.5.0"
5656
ignore = "0.4.23"
5757
log = "0.4.27"
5858
nom = "7.1.3"
59-
openssl = { version = "0.10.72", features = ["vendored"] }
59+
openssl = { version = "0.10.73", features = ["vendored"] }
6060
pretty_env_logger = "0.5.0"
6161
prost = "0.12.6"
6262
prost-types = "0.12.6"

bazelfe-protos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ prost = "0.12.6"
1212
prost-types = "0.12.6"
1313
sha2 = "0.10.9"
1414
thiserror = "2.0.12"
15-
openssl = { version = "0.10.72", features = ["vendored"] }
15+
openssl = { version = "0.10.73", features = ["vendored"] }
1616

1717
[dependencies.tokio]
1818
features = ["full"]

bzl-remote-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bytes = "1.10.1"
2424
clap = { version = "4.5.39", features = ["derive", "env"] }
2525
base64 = "0.22.1"
2626
lazy_static = "1.5.0"
27-
openssl = { version = "0.10.72", features = ["vendored"] }
27+
openssl = { version = "0.10.73", features = ["vendored"] }
2828
tracing = "0.1.41"
2929
tracing-attributes = "0.1"
3030
tracing-appender = "0.2"

0 commit comments

Comments
 (0)