Skip to content

Commit 4b472fb

Browse files
dependabot[bot]alex
authored andcommitted
chore(deps): bump openssl-sys from 0.9.107 to 0.9.108 (pyca#12832)
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.107 to 0.9.108. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-sys-v0.9.107...openssl-sys-v0.9.108) --- updated-dependencies: - dependency-name: openssl-sys dependency-version: 0.9.108 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 880531b commit 4b472fb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

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

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ rust-version = "1.65.0"
2121
[workspace.dependencies]
2222
asn1 = { version = "0.20.0", default-features = false }
2323
pyo3 = { version = "0.23.5", features = ["abi3"] }
24+
openssl = "0.10.72"
25+
openssl-sys = "0.9.108"
2426

2527
[profile.release]
2628
overflow-checks = true

0 commit comments

Comments
 (0)