Skip to content

Commit a8fcf18

Browse files
Bump openssl-sys from 0.9.102 to 0.9.103 in /src/rust (#11305)
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.102 to 0.9.103. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-sys-v0.9.102...openssl-sys-v0.9.103) --- 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 2fe32b2 commit a8fcf18

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: src/rust/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/rust/Cargo.toml

+1-1
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.64"
30-
openssl-sys = "0.9.102"
30+
openssl-sys = "0.9.103"
3131
foreign-types-shared = "0.1"
3232
self_cell = "1"
3333

Diff for: src/rust/cryptography-cffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-version.workspace = true
88

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

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

Diff for: src/rust/cryptography-key-parsing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ rust-version.workspace = true
1010
asn1 = { version = "0.16.2", default-features = false }
1111
cfg-if = "1"
1212
openssl = "0.10.64"
13-
openssl-sys = "0.9.102"
13+
openssl-sys = "0.9.103"
1414
cryptography-x509 = { path = "../cryptography-x509" }

0 commit comments

Comments
 (0)