Skip to content

Commit d7f40fa

Browse files
chore(deps): bump openssl from 0.10.68 to 0.10.69 (#12345)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.68 to 0.10.69. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.68...openssl-v0.10.69) --- 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 d5d7363 commit d7f40fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rust-version = "1.65.0"
2222
[workspace.dependencies]
2323
asn1 = { version = "0.20.0", default-features = false }
2424
pyo3 = { version = "0.23.4", features = ["abi3"] }
25-
openssl = "0.10.68"
25+
openssl = "0.10.69"
2626

2727
[profile.release]
2828
overflow-checks = true

src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cryptography-x509 = { path = "cryptography-x509" }
1919
cryptography-x509-verification = { path = "cryptography-x509-verification" }
2020
cryptography-openssl = { path = "cryptography-openssl" }
2121
pem = { version = "3", default-features = false }
22-
openssl = "0.10.68"
22+
openssl = "0.10.69"
2323
openssl-sys = "0.9.104"
2424
foreign-types-shared = "0.1"
2525
self_cell = "1"

0 commit comments

Comments
 (0)