Skip to content

Commit 8d6f513

Browse files
Bump openssl from 0.10.66 to 0.10.67 in /src/rust (#11775)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.66 to 0.10.67. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.66...openssl-v0.10.67) --- 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 3ade044 commit 8d6f513

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/rust/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.66"
29+
openssl = "0.10.67"
3030
openssl-sys = "0.9.104"
3131
foreign-types-shared = "0.1"
3232
self_cell = "1"

src/rust/cryptography-key-parsing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rust-version.workspace = true
99
[dependencies]
1010
asn1 = { version = "0.17.0", default-features = false }
1111
cfg-if = "1"
12-
openssl = "0.10.66"
12+
openssl = "0.10.67"
1313
openssl-sys = "0.9.104"
1414
cryptography-x509 = { path = "../cryptography-x509" }
1515

src/rust/cryptography-openssl/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.66"
11+
openssl = "0.10.67"
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)