Skip to content

Commit 234fa0c

Browse files
committed
Latest Rust CVEs
(cherry picked from commit 475fdf0)
1 parent f1b67a2 commit 234fa0c

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ prost-build = "0.13"
110110
prost-reflect = "0.14"
111111
prost-types = "0.13"
112112
pulldown-cmark = "0.9.6"
113-
pyo3 = { version = "0.23.4", features = ["extension-module", "abi3", "abi3-py39"] }
113+
pyo3 = { version = "0.24", features = ["extension-module", "abi3", "abi3-py39"] }
114114
rand = "0.8.5"
115115
regex = "1.11.0"
116116
reqwest = { version = "0.12.8", default-features = false, features = ["json", "socks", "stream", "multipart"] }

cargo/licenses.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2665,7 +2665,7 @@
26652665
},
26662666
{
26672667
"name": "openssl",
2668-
"version": "0.10.70",
2668+
"version": "0.10.72",
26692669
"authors": "Steven Fackler <[email protected]>",
26702670
"repository": "https://github.com/sfackler/rust-openssl",
26712671
"license": "Apache-2.0",
@@ -2692,7 +2692,7 @@
26922692
},
26932693
{
26942694
"name": "openssl-sys",
2695-
"version": "0.9.105",
2695+
"version": "0.9.107",
26962696
"authors": "Alex Crichton <[email protected]>|Steven Fackler <[email protected]>",
26972697
"repository": "https://github.com/sfackler/rust-openssl",
26982698
"license": "MIT",

0 commit comments

Comments
 (0)