1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #4616 from uutils/renovate/num-bigint-0.x

chore(deps): update rust crate num-bigint to 0.4.3
This commit is contained in:
Daniel Hofstetter 2023-03-25 08:37:40 +01:00 committed by GitHub
commit 0596e7e49f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,7 +296,7 @@ nix = { version="0.26", default-features=false }
nom = "7.1.1" nom = "7.1.1"
notify = { version = "=5.0.0", features=["macos_kqueue"]} notify = { version = "=5.0.0", features=["macos_kqueue"]}
num_cpus = "1.14" num_cpus = "1.14"
num-bigint = "0.4.0" num-bigint = "0.4.3"
num-traits = "0.2.15" num-traits = "0.2.15"
number_prefix = "0.4" number_prefix = "0.4"
once_cell = "1.13.1" once_cell = "1.13.1"