Skip to content

Commit 388eb46

Browse files
authored
Update Cargo.toml (#58)
GHSA-pph8-gcv7-4qj5 / PyO3 Risk of buffer overflow in `PyString::from_object` Updating to 0.24.1 minimum
1 parent 5875bdf commit 388eb46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/pyo3/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graspologic_native"
3-
version = "1.2.4"
3+
version = "1.2.5"
44
authors = ["[email protected]"]
55
edition = "2018"
66
license = "MIT"
@@ -17,5 +17,5 @@ rand_xorshift = "0.3"
1717
network_partitions = { path = "../network_partitions" }
1818

1919
[dependencies.pyo3]
20-
version = "0.23"
20+
version = "0.24.1"
2121
features = ["extension-module", "abi3-py38"]

0 commit comments

Comments
 (0)