Skip to content

Commit c514acb

Browse files
committed
Fix the build with -Zdirect-minimal-versions
1 parent de5e4f5 commit c514acb

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ version = "0.7.0"
367367

368368
[workspace.dependencies]
369369
ansi-width = "0.1.0"
370-
bigdecimal = "0.4"
370+
bigdecimal = "0.4.9"
371371
binary-heap-plus = "0.5.0"
372372
bstr = "1.9.1"
373373
bytecount = "0.6.8"
@@ -388,7 +388,7 @@ foldhash = "0.2.0"
388388
fs_extra = "1.3.0"
389389
fts-sys = "0.2.16"
390390
gcd = "2.3"
391-
glob = "0.3.1"
391+
glob = "0.3.2"
392392
half = "2.4.1"
393393
hostname = "0.4"
394394
icu_calendar = "2.0.0"
@@ -402,7 +402,7 @@ itertools = "0.14.0"
402402
itoa = "1.0.15"
403403
jiff = "0.2.18"
404404
jiff-icu = "0.2.2"
405-
libc = "0.2.172"
405+
libc = "0.2.181"
406406
lscolors = { version = "0.21.0", default-features = false, features = [
407407
"gnu_legacy",
408408
] }
@@ -411,7 +411,7 @@ memmap2 = "0.9.4"
411411
nix = { version = "0.31.2", default-features = false }
412412
nom = "8.0.0"
413413
notify = { version = "=8.2.0", features = ["macos_kqueue"] }
414-
num-bigint = "0.4.4"
414+
num-bigint = "0.4.6"
415415
num-prime = "0.5.0"
416416
num-traits = "0.2.19"
417417
onig = { version = "~6.5.1", default-features = false }
@@ -423,22 +423,22 @@ procfs = "0.18"
423423
rand = { version = "0.10.0", features = ["std_rng"] }
424424
rand_chacha = { version = "0.10.0" }
425425
rayon = "1.10"
426-
regex = "1.10.4"
426+
regex = "1.11.3"
427427
rlimit = "0.11.0"
428428
rstest = "0.26.0"
429429
rustc-hash = "2.1.1"
430430
rust-ini = "0.21.0"
431431
same-file = "1.0.6"
432-
self_cell = "1.0.4"
432+
self_cell = "1.2.0"
433433
selinux = "=0.6.0"
434434
string-interner = "0.19.0"
435-
tempfile = "3.15.0"
435+
tempfile = "3.20.0"
436436
terminal_size = "0.4.0"
437437
textwrap = { version = "0.16.1", features = ["terminal_size"] }
438438
thiserror = "2.0.3"
439439
time = { version = "0.3.36" }
440440
unicode-width = "0.2.0"
441-
unit-prefix = "0.5"
441+
unit-prefix = "0.5.1"
442442
utmp-classic = "0.1.6"
443443
uutils_term_grid = "0.7"
444444
walkdir = "2.5"

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.181"
1414
rand = { version = "0.9.0", features = ["small_rng"] }
1515
similar = "2.5.0"
1616
uucore = { version = "0.7.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)