Skip to content

Commit

Permalink
Bump openssl from 0.10.57 to 0.10.58 in /src/rust
Browse files Browse the repository at this point in the history
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.57 to 0.10.58.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.57...openssl-v0.10.58)

---
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 Nov 1, 2023
1 parent 4782de0 commit 71af9f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/rust/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 src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cryptography-x509 = { path = "cryptography-x509" }
cryptography-x509-validation = { path = "cryptography-x509-validation" }
cryptography-openssl = { path = "cryptography-openssl" }
pem = { version = "3", default-features = false }
openssl = "0.10.57"
openssl = "0.10.58"
openssl-sys = "0.9.94"
foreign-types-shared = "0.1"
self_cell = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/rust/cryptography-openssl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
rust-version = "1.63.0"

[dependencies]
openssl = "0.10.57"
openssl = "0.10.58"
ffi = { package = "openssl-sys", version = "0.9.91" }
foreign-types = "0.3"
foreign-types-shared = "0.1"

0 comments on commit 71af9f3

Please sign in to comment.