Skip to content

Commit 730a5ce

Browse files
Bump openssl-sys from 0.9.87 to 0.9.88 in /src/rust (#8984)
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.87 to 0.9.88. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-sys-v0.9.87...openssl-sys-v0.9.88) --- updated-dependencies: - dependency-name: openssl-sys 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 88e8c28 commit 730a5ce

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
@@ -17,7 +17,7 @@ cryptography-openssl = { path = "cryptography-openssl" }
1717
pem = "1.1"
1818
ouroboros = "0.15"
1919
openssl = "0.10.52"
20-
openssl-sys = "0.9.87"
20+
openssl-sys = "0.9.88"
2121
foreign-types-shared = "0.1"
2222

2323
[build-dependencies]

src/rust/cryptography-cffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rust-version = "1.56.0"
99

1010
[dependencies]
1111
pyo3 = { version = "0.18", features = ["abi3-py37"] }
12-
openssl-sys = "0.9.87"
12+
openssl-sys = "0.9.88"
1313

1414
[build-dependencies]
1515
cc = "1.0.72"

0 commit comments

Comments
 (0)