Skip to content

Commit 851d8cc

Browse files
Bump openssl from 0.10.52 to 0.10.53 in /src/rust (#8986)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.52 to 0.10.53. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.52...openssl-v0.10.53) --- 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 0918c72 commit 851d8cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/rust/Cargo.lock

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

src/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cryptography-x509 = { path = "cryptography-x509" }
1616
cryptography-openssl = { path = "cryptography-openssl" }
1717
pem = "1.1"
1818
ouroboros = "0.15"
19-
openssl = "0.10.52"
19+
openssl = "0.10.53"
2020
openssl-sys = "0.9.88"
2121
foreign-types-shared = "0.1"
2222

src/rust/cryptography-openssl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
rust-version = "1.56.0"
99

1010
[dependencies]
11-
openssl = "0.10.52"
11+
openssl = "0.10.53"
1212
ffi = { package = "openssl-sys", version = "0.9.85" }
1313
foreign-types = "0.3"
1414
foreign-types-shared = "0.1"

0 commit comments

Comments
 (0)