diff --git a/Cargo.toml b/Cargo.toml index 6468999e50c..3ad799fa3c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -367,7 +367,7 @@ version = "0.7.0" [workspace.dependencies] ansi-width = "0.1.0" -bigdecimal = "0.4" +bigdecimal = "0.4.9" binary-heap-plus = "0.5.0" bstr = "1.9.1" bytecount = "0.6.8" @@ -388,7 +388,7 @@ foldhash = "0.2.0" fs_extra = "1.3.0" fts-sys = "0.2.16" gcd = "2.3" -glob = "0.3.1" +glob = "0.3.2" half = "2.4.1" hostname = "0.4" icu_calendar = "2.0.0" @@ -402,7 +402,7 @@ itertools = "0.14.0" itoa = "1.0.15" jiff = "0.2.18" jiff-icu = "0.2.2" -libc = "0.2.172" +libc = "0.2.181" lscolors = { version = "0.21.0", default-features = false, features = [ "gnu_legacy", ] } @@ -411,7 +411,7 @@ memmap2 = "0.9.4" nix = { version = "0.31.2", default-features = false } nom = "8.0.0" notify = { version = "=8.2.0", features = ["macos_kqueue"] } -num-bigint = "0.4.4" +num-bigint = "0.4.6" num-prime = "0.5.0" num-traits = "0.2.19" onig = { version = "~6.5.1", default-features = false } @@ -424,22 +424,22 @@ procfs = "0.18" rand = { version = "0.10.0", features = ["std_rng"] } rand_chacha = { version = "0.10.0" } rayon = "1.10" -regex = "1.10.4" +regex = "1.11.3" rlimit = "0.11.0" rstest = "0.26.0" rustc-hash = "2.1.1" rust-ini = "0.21.0" same-file = "1.0.6" -self_cell = "1.0.4" +self_cell = "1.2.0" selinux = "=0.6.0" string-interner = "0.19.0" -tempfile = "3.15.0" +tempfile = "3.20.0" terminal_size = "0.4.0" textwrap = { version = "0.16.1", features = ["terminal_size"] } thiserror = "2.0.3" time = { version = "0.3.36" } unicode-width = "0.2.0" -unit-prefix = "0.5" +unit-prefix = "0.5.1" utmp-classic = "0.1.6" uutils_term_grid = "0.7" walkdir = "2.5" diff --git a/fuzz/uufuzz/Cargo.toml b/fuzz/uufuzz/Cargo.toml index 4480061763c..2fd6869b24a 100644 --- a/fuzz/uufuzz/Cargo.toml +++ b/fuzz/uufuzz/Cargo.toml @@ -10,8 +10,8 @@ license.workspace = true [dependencies] console = "0.16.0" -libc = "0.2.153" +libc = "0.2.181" rand = { version = "0.9.0", features = ["small_rng"] } similar = "2.5.0" uucore = { version = "0.7.0", path = "../../src/uucore", features = ["parser"] } -tempfile = "3.15.0" +tempfile = "3.20.0" diff --git a/src/uucore_procs/Cargo.toml b/src/uucore_procs/Cargo.toml index a8c76441c7e..a5474ed6b0d 100644 --- a/src/uucore_procs/Cargo.toml +++ b/src/uucore_procs/Cargo.toml @@ -15,5 +15,5 @@ version.workspace = true proc-macro = true [dependencies] -proc-macro2 = "1.0.81" -quote = "1.0.36" +proc-macro2 = "1.0.93" +quote = "1.0.38"