From cd98f63840552a806c4d3e2f8494ad9bcf2b3dd4 Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Sun, 26 May 2024 18:05:00 -0700 Subject: [PATCH] rust: upgrade packages in Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"