Skip to content

Commit

Permalink
rust: upgrade packages in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed May 27, 2024
1 parent 6ff6b7e commit cd98f63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cd98f63

Please sign in to comment.