Skip to content

Commit

Permalink
Bump openssl-sys from 0.9.99 to 0.9.100 in /src/rust (#10431)
Browse files Browse the repository at this point in the history
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.99 to 0.9.100.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-sys-v0.9.99...openssl-sys-v0.9.100)

---
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>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 2ac571d commit e8dc7d8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.63"
openssl-sys = "0.9.99"
openssl-sys = "0.9.100"
foreign-types-shared = "0.1"
self_cell = "1"

Expand Down
2 changes: 1 addition & 1 deletion src/rust/cryptography-cffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version = "1.63.0"

[dependencies]
pyo3 = { version = "0.20", features = ["abi3"] }
openssl-sys = "0.9.99"
openssl-sys = "0.9.100"

[build-dependencies]
cc = "1.0.83"
2 changes: 1 addition & 1 deletion src/rust/cryptography-key-parsing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ rust-version = "1.63.0"
asn1 = { version = "0.16.0", default-features = false }
cfg-if = "1"
openssl = "0.10.63"
openssl-sys = "0.9.99"
openssl-sys = "0.9.100"
cryptography-x509 = { path = "../cryptography-x509" }

0 comments on commit e8dc7d8

Please sign in to comment.