Skip to content

Commit f59e0f2

Browse files
committed
Fix the build with -Zdirect-minimal-versions
1 parent 130de6f commit f59e0f2

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ version = "0.8.0"
391391

392392
[workspace.dependencies]
393393
ansi-width = "0.1.0"
394-
bigdecimal = "0.4"
394+
bigdecimal = "0.4.9"
395395
binary-heap-plus = "0.5.0"
396396
bstr = "1.9.1"
397397
bytecount = "0.6.8"
@@ -412,7 +412,7 @@ foldhash = "0.2.0"
412412
fs_extra = "1.3.0"
413413
fts-sys = "0.2.16"
414414
gcd = "2.3"
415-
glob = "0.3.1"
415+
glob = "0.3.2"
416416
half = "2.4.1"
417417
hostname = "0.4"
418418
icu_calendar = { version = "2.0.0", default-features = false }
@@ -426,7 +426,7 @@ itertools = "0.14.0"
426426
itoa = "1.0.15"
427427
jiff = "0.2.18"
428428
jiff-icu = "0.2.2"
429-
libc = "0.2.172"
429+
libc = "0.2.182"
430430
lscolors = { version = "0.21.0", default-features = false, features = [
431431
"gnu_legacy",
432432
] }
@@ -435,7 +435,7 @@ memmap2 = "0.9.4"
435435
nix = { version = "0.31.2", default-features = false }
436436
nom = "8.0.0"
437437
notify = { version = "=8.2.0", features = ["macos_kqueue"] }
438-
num-bigint = "0.4.4"
438+
num-bigint = "0.4.6"
439439
num-prime = "0.5.0"
440440
num-traits = "0.2.19"
441441
onig = { version = "~6.5.1", default-features = false }
@@ -448,7 +448,7 @@ procfs = "0.18"
448448
rand = { version = "0.10.0", features = ["std_rng"] }
449449
rand_chacha = { version = "0.10.0" }
450450
rayon = "1.10"
451-
regex = "1.10.4"
451+
regex = "1.11.3"
452452
rlimit = "0.11.0"
453453
rstest = "0.26.0"
454454
rstest_reuse = "0.7.0"
@@ -458,16 +458,16 @@ rust-ini = "0.21.0"
458458
# So we use param and avoid libc backend
459459
rustix = { version = "1.1.4", features = ["param"] }
460460
same-file = "1.0.6"
461-
self_cell = "1.0.4"
461+
self_cell = "1.2.0"
462462
selinux = "=0.6.1"
463463
string-interner = "0.19.0"
464-
tempfile = "3.15.0"
464+
tempfile = "3.20.0"
465465
terminal_size = "0.4.0"
466466
textwrap = { version = "0.16.1", features = ["terminal_size"] }
467467
thiserror = "2.0.3"
468468
time = { version = "0.3.36" }
469469
unicode-width = "0.2.0"
470-
unit-prefix = "0.5"
470+
unit-prefix = "0.5.1"
471471
utmp-classic = "0.1.6"
472472
uutils_term_grid = "0.8"
473473
walkdir = "2.5"
@@ -484,7 +484,7 @@ sha3 = "0.10.8"
484484
blake2b_simd = "1.0.2"
485485
blake3 = "1.5.1"
486486
sm3 = "0.5.0"
487-
crc-fast = { version = "1.5.0", default-features = false }
487+
crc-fast = { version = "1.7.0", default-features = false }
488488
digest = "0.10.7"
489489

490490
# Fluent dependencies

fuzz/uufuzz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ license.workspace = true
1010

1111
[dependencies]
1212
console = "0.16.0"
13-
libc = "0.2.153"
13+
libc = "0.2.182"
1414
rand = { version = "0.9.0", features = ["small_rng"] }
1515
similar = "3.0.0"
1616
uucore = { version = "0.8.0", path = "../../src/uucore", features = ["parser"] }
17-
tempfile = "3.15.0"
17+
tempfile = "3.20.0"

src/uucore_procs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ version.workspace = true
1515
proc-macro = true
1616

1717
[dependencies]
18-
proc-macro2 = "1.0.81"
19-
quote = "1.0.36"
18+
proc-macro2 = "1.0.93"
19+
quote = "1.0.38"

0 commit comments

Comments
 (0)