File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,22 +68,22 @@ ai-instructions = ["clap/derive"]
6868
6969[dependencies ]
7070assert-cmp = " 0.3.0"
71- clap = { version = " 4.6.0 " , optional = true }
72- clap_complete = { version = " 4.6.0 " , optional = true }
71+ clap = { version = " 4.6.1 " , optional = true }
72+ clap_complete = { version = " 4.6.5 " , optional = true }
7373clap-utilities = { version = " 0.3.0" , optional = true }
74- dashmap = " 6.1.0 "
74+ dashmap = " 6.2.1 "
7575derive_more = { version = " 2.1.1" , features = [" full" ] }
7676derive_setters = " 0.1.9"
7777fmt-iter = " 0.2.1"
7878into-sorted = " 0.0.3"
7979itertools = " 0.14.0"
8080pipe-trait = " 0.4.0"
81- rayon = " 1.10 .0"
81+ rayon = " 1.12 .0"
8282rounded-div = " 0.1.4"
8383serde = { version = " 1.0.228" , optional = true }
84- serde_json = { version = " 1.0.149 " , optional = true }
84+ serde_json = { version = " 1.0.150 " , optional = true }
8585smart-default = " 0.7.1"
86- sysinfo = " 0.38.4 "
86+ sysinfo = " 0.39.2 "
8787terminal_size = " 0.4.4"
8888text-block-macros = " 0.2.0"
8989zero-copy-pads = " 0.2.0"
@@ -99,9 +99,9 @@ unnecessary_lazy_evaluations = "warn"
9999[dev-dependencies ]
100100build-fs-tree = " 0.8.1"
101101command-extra = " 1.0.0"
102- libc = " 0.2.184 "
102+ libc = " 0.2.186 "
103103maplit = " 1.0.2"
104104normalize-path = " 0.2.1"
105105pretty_assertions = " 1.4.1"
106- rand = " 0.10.0 "
106+ rand = " 0.10.1 "
107107which = " 8.0.2"
You can’t perform that action at this time.
0 commit comments