Skip to content

Commit 3ade044

Browse files
Bump openssl-sys from 0.9.103 to 0.9.104 in /src/rust (#11772)
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.103 to 0.9.104. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-sys-v0.9.103...openssl-sys-v0.9.104) --- updated-dependencies: - dependency-name: openssl-sys 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 034d2cf commit 3ade044

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/rust/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cryptography-x509-verification = { path = "cryptography-x509-verification" }
2727
cryptography-openssl = { path = "cryptography-openssl" }
2828
pem = { version = "3", default-features = false }
2929
openssl = "0.10.66"
30-
openssl-sys = "0.9.103"
30+
openssl-sys = "0.9.104"
3131
foreign-types-shared = "0.1"
3232
self_cell = "1"
3333

src/rust/cryptography-cffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-version.workspace = true
88

99
[dependencies]
1010
pyo3 = { version = "0.22.5", features = ["abi3"] }
11-
openssl-sys = "0.9.103"
11+
openssl-sys = "0.9.104"
1212

1313
[build-dependencies]
1414
cc = "1.1.30"

src/rust/cryptography-key-parsing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-version.workspace = true
1010
asn1 = { version = "0.17.0", default-features = false }
1111
cfg-if = "1"
1212
openssl = "0.10.66"
13-
openssl-sys = "0.9.103"
13+
openssl-sys = "0.9.104"
1414
cryptography-x509 = { path = "../cryptography-x509" }
1515

1616
[lints.rust]

0 commit comments

Comments
 (0)