Skip to content

Commit 6687bab

Browse files
Bump openssl from 0.10.65 to 0.10.66 in /src/rust (#11320) (#11324)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ebf14f2 commit 6687bab

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: src/rust/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cryptography-x509 = { path = "cryptography-x509" }
2626
cryptography-x509-verification = { path = "cryptography-x509-verification" }
2727
cryptography-openssl = { path = "cryptography-openssl" }
2828
pem = { version = "3", default-features = false }
29-
openssl = "0.10.65"
29+
openssl = "0.10.66"
3030
openssl-sys = "0.9.103"
3131
foreign-types-shared = "0.1"
3232
self_cell = "1"

Diff for: src/rust/cryptography-key-parsing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ rust-version.workspace = true
99
[dependencies]
1010
asn1 = { version = "0.16.2", default-features = false }
1111
cfg-if = "1"
12-
openssl = "0.10.65"
12+
openssl = "0.10.66"
1313
openssl-sys = "0.9.103"
1414
cryptography-x509 = { path = "../cryptography-x509" }

Diff for: src/rust/cryptography-openssl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-version.workspace = true
88

99
[dependencies]
1010
cfg-if = "1"
11-
openssl = "0.10.65"
11+
openssl = "0.10.66"
1212
ffi = { package = "openssl-sys", version = "0.9.101" }
1313
foreign-types = "0.3"
1414
foreign-types-shared = "0.1"

0 commit comments

Comments
 (0)