Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6687bab

Browse filesBrowse files
Bump openssl from 0.10.65 to 0.10.66 in /src/rust (#11320) (#11324)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.65 to 0.10.66. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.65...openssl-v0.10.66) --- 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>
1 parent ebf14f2 commit 6687bab
Copy full SHA for 6687bab

File tree

Expand file treeCollapse file tree

4 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+5
-5
lines changed

‎src/rust/Cargo.lock

Copy file name to clipboardExpand all lines: src/rust/Cargo.lock
+2-2Lines 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

Copy file name to clipboardExpand all lines: src/rust/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cryptography-x509 = { path = "cryptography-x509" }
2626
cryptography-x509-verification = { path = "cryptography-x509-verification" }
2727
cryptography-openssl = { path = "cryptography-openssl" }
2828
pem = { version = "3", default-features = false }
29-
openssl = "0.10.65"
29+
openssl = "0.10.66"
3030
openssl-sys = "0.9.103"
3131
foreign-types-shared = "0.1"
3232
self_cell = "1"

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

Copy file name to clipboardExpand all lines: src/rust/cryptography-key-parsing/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ rust-version.workspace = true
99
[dependencies]
1010
asn1 = { version = "0.16.2", default-features = false }
1111
cfg-if = "1"
12-
openssl = "0.10.65"
12+
openssl = "0.10.66"
1313
openssl-sys = "0.9.103"
1414
cryptography-x509 = { path = "../cryptography-x509" }

‎src/rust/cryptography-openssl/Cargo.toml

Copy file name to clipboardExpand all lines: src/rust/cryptography-openssl/Cargo.toml
+1-1Lines 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
cfg-if = "1"
11-
openssl = "0.10.65"
11+
openssl = "0.10.66"
1212
ffi = { package = "openssl-sys", version = "0.9.101" }
1313
foreign-types = "0.3"
1414
foreign-types-shared = "0.1"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.