Skip to content

Commit fab89ed

Browse files
Zantierrlouf
authored andcommitted
Fix cargo audit in CI
1 parent 5e90519 commit fab89ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ rust-version = "1.85.0"
1010
[dependencies]
1111
once_cell = "1.20"
1212
thiserror = "2.0"
13-
pyo3 = { version = "0.23", features = ["extension-module"], optional = true }
13+
pyo3 = { version = "0.24", features = ["extension-module"], optional = true }
1414
regex = "1.10.6"
15-
serde-pyobject = { version = "0.5.0", optional = true }
15+
serde-pyobject = { version = "0.6.1", optional = true }
1616
serde_json = { version = "1.0", features = ["preserve_order"] }
1717
serde = {version = "1.0", features = ["derive"]}
1818
bincode = "2.0.1"

0 commit comments

Comments
 (0)