Skip to content

Commit

Permalink
Bump openssl from 0.10.69 to 0.10.70
Browse files Browse the repository at this point in the history
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.69 to 0.10.70.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.69...openssl-v0.10.70)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 5294684 commit 5f3da17
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bazelfe-bazel-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tempfile = { version = "3.16.0", optional = true }
tower = "0.4.13"
mio = "1.0.3"
ptyprocess = "0.4.1"
openssl = { version = "0.10.69", features = ["vendored"] }
openssl = { version = "0.10.70", features = ["vendored"] }

[build-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion bazelfe-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.69", features = ["vendored"] }
openssl = { version = "0.10.70", features = ["vendored"] }
pretty_env_logger = "0.5.0"
prost = "0.12.6"
prost-types = "0.12.6"
Expand Down
2 changes: 1 addition & 1 deletion bazelfe-protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.69", features = ["vendored"] }
openssl = { version = "0.10.70", features = ["vendored"] }

[dependencies.tokio]
features = ["full"]
Expand Down
2 changes: 1 addition & 1 deletion bzl-remote-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.69", features = ["vendored"] }
openssl = { version = "0.10.70", features = ["vendored"] }
tracing = "0.1.41"
tracing-attributes = "0.1"
tracing-appender = "0.2"
Expand Down

0 comments on commit 5f3da17

Please sign in to comment.