summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hofstetter <daniel.hofstetter@42dh.com>2024-05-04 07:11:03 +0200
committerGitHub <noreply@github.com>2024-05-04 07:11:03 +0200
commit8ad4d783ea2f5ec1445662c6b240f8f7070d16b0 (patch)
treeb6c5feabfb4a129fa2d8bb36aabcacd67677802e
parentc730e0da87d2058e4c9512fbc28b50fbac49641f (diff)
parentbd7d213204446bfac3ad3ae42b15c875ab8ce3aa (diff)
Merge pull request #6338 from uutils/renovate/num-traits-0.x
chore(deps): update rust crate num-traits to 0.2.19
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 534a1c698..244f1b61f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1497,9 +1497,9 @@ dependencies = [
[[package]]
name = "num-traits"
-version = "0.2.18"
+version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
+checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
diff --git a/Cargo.toml b/Cargo.toml
index 7f3e8a02f..d89b88ec4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 }