mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump openssl-sys from 0.9.101 to 0.9.102 in /src/rust (#10659)
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.101 to 0.9.102. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.101...openssl-sys-v0.9.102) --- updated-dependencies: - dependency-name: openssl-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e4ae5e9faf
commit
29f2eb350a
4 changed files with 5 additions and 5 deletions
4
src/rust/Cargo.lock
generated
4
src/rust/Cargo.lock
generated
|
|
@ -213,9 +213,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "openssl-sys"
|
||||
version = "0.9.101"
|
||||
version = "0.9.102"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff"
|
||||
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ cryptography-x509-verification = { path = "cryptography-x509-verification" }
|
|||
cryptography-openssl = { path = "cryptography-openssl" }
|
||||
pem = { version = "3", default-features = false }
|
||||
openssl = "0.10.64"
|
||||
openssl-sys = "0.9.101"
|
||||
openssl-sys = "0.9.102"
|
||||
foreign-types-shared = "0.1"
|
||||
self_cell = "1"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ rust-version = "1.65.0"
|
|||
|
||||
[dependencies]
|
||||
pyo3 = { version = "0.20", features = ["abi3"] }
|
||||
openssl-sys = "0.9.101"
|
||||
openssl-sys = "0.9.102"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0.90"
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ rust-version = "1.65.0"
|
|||
asn1 = { version = "0.16.1", default-features = false }
|
||||
cfg-if = "1"
|
||||
openssl = "0.10.64"
|
||||
openssl-sys = "0.9.101"
|
||||
openssl-sys = "0.9.102"
|
||||
cryptography-x509 = { path = "../cryptography-x509" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue