Skip to content

Commit cd98f63

Browse files
committed
rust: upgrade packages in Cargo.toml
1 parent 6ff6b7e commit cd98f63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ crate-type = ["cdylib"]
1313
path = "rust-ext/src/lib.rs"
1414

1515
[dependencies]
16-
libc = "0.2.141"
17-
num_cpus = "1.15.0"
18-
rayon = "1.7.0"
16+
libc = "0.2.155"
17+
num_cpus = "1.16.0"
18+
rayon = "1.10.0"
1919

2020
[dependencies.zstd-safe]
2121
version = "6.0.5+zstd.1.5.4"

0 commit comments

Comments
 (0)