Bump openssl from 0.10.55 to 0.10.56 in /src/rust (#9368)

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.56.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.55...openssl-v0.10.56)

---
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:
dependabot[bot] 2023-08-06 13:51:48 +00:00 committed by GitHub
parent a074ecb5e6
commit d5b800e1b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
src/rust/Cargo.lock generated
View file

@ -161,9 +161,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "openssl"
version = "0.10.55"
version = "0.10.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
checksum = "729b745ad4a5575dd06a3e1af1414bd330ee561c01b3899eb584baeaa8def17e"
dependencies = [
"bitflags",
"cfg-if",

View file

@ -15,7 +15,7 @@ cryptography-cffi = { path = "cryptography-cffi" }
cryptography-x509 = { path = "cryptography-x509" }
cryptography-openssl = { path = "cryptography-openssl" }
pem = { version = "3", default-features = false }
openssl = "0.10.55"
openssl = "0.10.56"
openssl-sys = "0.9.91"
foreign-types-shared = "0.1"
self_cell = "1"

View file

@ -8,7 +8,7 @@ publish = false
rust-version = "1.63.0"
[dependencies]
openssl = "0.10.55"
openssl = "0.10.56"
ffi = { package = "openssl-sys", version = "0.9.85" }
foreign-types = "0.3"
foreign-types-shared = "0.1"