Skip to content

Commit

Permalink
build: bump openssl
Browse files Browse the repository at this point in the history
Bumps the cargo group with 1 update in the /packages/cactus-plugin-keychain-vault/src/cactus-keychain-vault-server/rust/gen directory: [openssl](https://github.com/sfackler/rust-openssl).


Updates `openssl` from 0.10.60 to 0.10.66
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.60...openssl-v0.10.66)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 8f6149d commit 7d8c1bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hyper-tls = { version = "0.5", optional = true }

[target.'cfg(not(any(target_os = "macos", target_os = "windows", target_os = "ios")))'.dependencies]
hyper-openssl = { version = "0.9", optional = true }
openssl = {version = "0.10.60", optional = true }
openssl = {version = "0.10.66", optional = true }

[dependencies]
# Common
Expand Down Expand Up @@ -65,7 +65,7 @@ tokio-tls = "0.3"

[target.'cfg(not(any(target_os = "macos", target_os = "windows", target_os = "ios")))'.dev-dependencies]
tokio-openssl = "0.6"
openssl = "0.10.60"
openssl = "0.10.66"

[[example]]
name = "server"
Expand Down

0 comments on commit 7d8c1bf

Please sign in to comment.