1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #4667 from uutils/renovate/num_cpus-1.x

chore(deps): update rust crate num_cpus to 1.15
This commit is contained in:
Daniel Hofstetter 2023-03-30 11:45:32 +02:00 committed by GitHub
commit fb6cc7b91f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -295,7 +295,7 @@ memchr = "2"
nix = { version="0.26", default-features=false }
nom = "7.1.3"
notify = { version = "=5.1.0", features=["macos_kqueue"]}
num_cpus = "1.14"
num_cpus = "1.15"
num-bigint = "0.4.3"
num-traits = "0.2.15"
number_prefix = "0.4"