diff --git a/Cargo.toml b/Cargo.toml index e2cda279..d7703a40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,9 +13,9 @@ crate-type = ["cdylib"] path = "rust-ext/src/lib.rs" [dependencies] -libc = "0.2.141" -num_cpus = "1.15.0" -rayon = "1.7.0" +libc = "0.2.155" +num_cpus = "1.16.0" +rayon = "1.10.0" [dependencies.zstd-safe] version = "6.0.5+zstd.1.5.4"