mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
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](https://github.com/sfackler/rust-openssl/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d5d73630e2
commit
d7f40fad8f
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -197,9 +197,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
|||
|
||||
[[package]]
|
||||
name = "openssl"
|
||||
version = "0.10.68"
|
||||
version = "0.10.69"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
|
||||
checksum = "f5e534d133a060a3c19daec1eb3e98ec6f4685978834f2dbadfe2ec215bab64e"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cfg-if",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ rust-version = "1.65.0"
|
|||
[workspace.dependencies]
|
||||
asn1 = { version = "0.20.0", default-features = false }
|
||||
pyo3 = { version = "0.23.4", features = ["abi3"] }
|
||||
openssl = "0.10.68"
|
||||
openssl = "0.10.69"
|
||||
|
||||
[profile.release]
|
||||
overflow-checks = true
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ cryptography-x509 = { path = "cryptography-x509" }
|
|||
cryptography-x509-verification = { path = "cryptography-x509-verification" }
|
||||
cryptography-openssl = { path = "cryptography-openssl" }
|
||||
pem = { version = "3", default-features = false }
|
||||
openssl = "0.10.68"
|
||||
openssl = "0.10.69"
|
||||
openssl-sys = "0.9.104"
|
||||
foreign-types-shared = "0.1"
|
||||
self_cell = "1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue