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

chore(deps): update rust crate num-traits to 0.2.19

This commit is contained in:
renovate[bot] 2024-05-03 23:02:03 +00:00 committed by GitHub
parent 451be5343f
commit bd7d213204
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -300,7 +300,7 @@ nom = "7.1.3"
notify = { version = "=6.0.1", features = ["macos_kqueue"] }
num-bigint = "0.4.4"
num-prime = "0.4.3"
num-traits = "0.2.18"
num-traits = "0.2.19"
number_prefix = "0.4"
once_cell = "1.19.0"
onig = { version = "~6.4", default-features = false }