Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Jan 27, 2025
1 parent 0051da6 commit e5df949
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 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
@@ -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]

2 changes: 1 addition & 1 deletion bazelfe-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion bazelfe-protos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
2 changes: 1 addition & 1 deletion bzl-remote-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e5df949

Please sign in to comment.