We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo upgrade
1 parent bc3074c commit 7935539Copy full SHA for 7935539
1 file changed
Cargo.toml
@@ -13,16 +13,16 @@ crate-type = ["cdylib"]
13
path = "rust-ext/src/lib.rs"
14
15
[dependencies]
16
-libc = "0.2.155"
17
-num_cpus = "1.16.0"
18
-rayon = "1.10.0"
+libc = "0.2.175"
+num_cpus = "1.17.0"
+rayon = "1.11.0"
19
20
[dependencies.zstd-safe]
21
-version = "7.1.0"
+version = "7.2.4"
22
features = ["experimental", "legacy", "zstdmt"]
23
24
[dependencies.zstd-sys]
25
-version = "2.0.10+zstd.1.5.6"
+version = "2.0.16"
26
27
28
[dependencies.pyo3]
0 commit comments