Skip to content

Commit

Permalink
Bump openssl from 0.10.65 to 0.10.66 in /src/rust (#11320) (#11324)
Browse files Browse the repository at this point in the history
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.65 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.65...openssl-v0.10.66)

---
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>
  • Loading branch information
reaperhulk and dependabot[bot] committed Jul 21, 2024
1 parent ebf14f2 commit 6687bab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -26,7 +26,7 @@ cryptography-x509 = { path = "cryptography-x509" }
cryptography-x509-verification = { path = "cryptography-x509-verification" }
cryptography-openssl = { path = "cryptography-openssl" }
pem = { version = "3", default-features = false }
openssl = "0.10.65"
openssl = "0.10.66"
openssl-sys = "0.9.103"
foreign-types-shared = "0.1"
self_cell = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/rust/cryptography-key-parsing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ rust-version.workspace = true
[dependencies]
asn1 = { version = "0.16.2", default-features = false }
cfg-if = "1"
openssl = "0.10.65"
openssl = "0.10.66"
openssl-sys = "0.9.103"
cryptography-x509 = { path = "../cryptography-x509" }
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 @@ rust-version.workspace = true

[dependencies]
cfg-if = "1"
openssl = "0.10.65"
openssl = "0.10.66"
ffi = { package = "openssl-sys", version = "0.9.101" }
foreign-types = "0.3"
foreign-types-shared = "0.1"

0 comments on commit 6687bab

Please sign in to comment.