File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ version = "0.7.0"
367367
368368[workspace .dependencies ]
369369ansi-width = " 0.1.0"
370- bigdecimal = " 0.4"
370+ bigdecimal = " 0.4.9 "
371371binary-heap-plus = " 0.5.0"
372372bstr = " 1.9.1"
373373bytecount = " 0.6.8"
@@ -388,7 +388,7 @@ foldhash = "0.2.0"
388388fs_extra = " 1.3.0"
389389fts-sys = " 0.2.16"
390390gcd = " 2.3"
391- glob = " 0.3.1 "
391+ glob = " 0.3.2 "
392392half = " 2.4.1"
393393hostname = " 0.4"
394394icu_calendar = " 2.0.0"
@@ -402,7 +402,7 @@ itertools = "0.14.0"
402402itoa = " 1.0.15"
403403jiff = " 0.2.18"
404404jiff-icu = " 0.2.2"
405- libc = " 0.2.172 "
405+ libc = " 0.2.181 "
406406lscolors = { version = " 0.21.0" , default-features = false , features = [
407407 " gnu_legacy" ,
408408] }
@@ -411,7 +411,7 @@ memmap2 = "0.9.4"
411411nix = { version = " 0.31.2" , default-features = false }
412412nom = " 8.0.0"
413413notify = { version = " =8.2.0" , features = [" macos_kqueue" ] }
414- num-bigint = " 0.4.4 "
414+ num-bigint = " 0.4.6 "
415415num-prime = " 0.5.0"
416416num-traits = " 0.2.19"
417417onig = { version = " ~6.5.1" , default-features = false }
@@ -423,22 +423,22 @@ procfs = "0.18"
423423rand = { version = " 0.10.0" , features = [" std_rng" ] }
424424rand_chacha = { version = " 0.10.0" }
425425rayon = " 1.10"
426- regex = " 1.10.4 "
426+ regex = " 1.11.3 "
427427rlimit = " 0.11.0"
428428rstest = " 0.26.0"
429429rustc-hash = " 2.1.1"
430430rust-ini = " 0.21.0"
431431same-file = " 1.0.6"
432- self_cell = " 1.0.4 "
432+ self_cell = " 1.2.0 "
433433selinux = " =0.6.0"
434434string-interner = " 0.19.0"
435- tempfile = " 3.15 .0"
435+ tempfile = " 3.20 .0"
436436terminal_size = " 0.4.0"
437437textwrap = { version = " 0.16.1" , features = [" terminal_size" ] }
438438thiserror = " 2.0.3"
439439time = { version = " 0.3.36" }
440440unicode-width = " 0.2.0"
441- unit-prefix = " 0.5"
441+ unit-prefix = " 0.5.1 "
442442utmp-classic = " 0.1.6"
443443uutils_term_grid = " 0.7"
444444walkdir = " 2.5"
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ license.workspace = true
1010
1111[dependencies ]
1212console = " 0.16.0"
13- libc = " 0.2.153 "
13+ libc = " 0.2.181 "
1414rand = { version = " 0.9.0" , features = [" small_rng" ] }
1515similar = " 2.5.0"
1616uucore = { version = " 0.7.0" , path = " ../../src/uucore" , features = [" parser" ] }
17- tempfile = " 3.15 .0"
17+ tempfile = " 3.20 .0"
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ version.workspace = true
1515proc-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 "
You can’t perform that action at this time.
0 commit comments