diff --git a/Cargo.toml b/Cargo.toml index 9c153196b97..82376740b1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -386,7 +386,7 @@ version = "0.8.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" @@ -407,15 +407,15 @@ 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 = { version = "2.0.0", default-features = false } -icu_collator = { version = "2.0.0", default-features = false } -icu_datetime = { version = "2.0.0", default-features = false } -icu_decimal = { version = "2.0.0", default-features = false } -icu_locale = { version = "2.0.0", default-features = false } -icu_provider = { version = "2.0.0", default-features = false } +icu_calendar = { version = "2.1.0", default-features = false } +icu_collator = { version = "2.1.0", default-features = false } +icu_datetime = { version = "2.1.0", default-features = false } +icu_decimal = { version = "2.1.0", default-features = false } +icu_locale = { version = "2.1.0", default-features = false } +icu_provider = { version = "2.1.0", default-features = false } indicatif = "0.18.0" itertools = "0.14.0" itoa = "1.0.15" @@ -431,7 +431,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 } @@ -444,7 +444,7 @@ procfs = "0.18" rand = { version = "0.10.1", 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" rstest_reuse = "0.7.0" @@ -454,16 +454,16 @@ rust-ini = "0.21.0" # So we use param and avoid libc backend rustix = { version = "1.1.4", features = ["param"] } same-file = "1.0.6" -self_cell = "1.0.4" +self_cell = "1.2.0" selinux = "0.6" 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.8" walkdir = "2.5" @@ -480,7 +480,7 @@ sha3 = "0.10.8" blake2b_simd = "1.0.2" blake3 = "1.5.1" sm3 = "0.5.0" -crc-fast = { version = "1.5.0", default-features = false } +crc-fast = { version = "1.7.0", default-features = false } digest = "0.10.7" # Fluent dependencies diff --git a/fuzz/uufuzz/Cargo.toml b/fuzz/uufuzz/Cargo.toml index 5fb706a50ac..c517ca78d6f 100644 --- a/fuzz/uufuzz/Cargo.toml +++ b/fuzz/uufuzz/Cargo.toml @@ -9,8 +9,8 @@ license.workspace = true [dependencies] console = "0.16.0" -libc = "0.2.153" +libc = "0.2.182" rand = { version = "0.10.1", features = ["std_rng"] } similar = "3.0.0" uucore = { version = "0.8.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 99e57e4af38..14045266aa8 100644 --- a/src/uucore_procs/Cargo.toml +++ b/src/uucore_procs/Cargo.toml @@ -16,5 +16,5 @@ test = false doctest = false [dependencies] -proc-macro2 = "1.0.81" -quote = "1.0.36" +proc-macro2 = "1.0.93" +quote = "1.0.38"