@@ -64,13 +64,13 @@ raptor-parser = { version = "0.1.0", path = "crates/raptor-parser" }
6464dregistry = { version = " 0.1.0" , path = " crates/dregistry" }
6565falcon = { version = " 0.1.0" , path = " crates/falcon" }
6666
67- annotate-snippets = " 0.12.4 "
68- anstream = { version = " 0.6.20 " , default-features = false }
69- anstyle = { version = " 1.0.11 " , default-features = false }
67+ annotate-snippets = " 0.12"
68+ anstream = { version = " 0.6.21 " , default-features = false }
69+ anstyle = { version = " 1.0.13 " , default-features = false }
7070bincode = " 2.0.1"
71- camino = " 1.2.0 "
71+ camino = " 1.2.1 "
7272camino-tempfile = " 1.4.1"
73- clap = " 4.5.48 "
73+ clap = " 4.5.50 "
7474colog = " 1.4.0"
7575colored = " 3.0.0"
7676hex = " 0.4.3"
@@ -79,20 +79,20 @@ libtest-mimic = "0.8.1"
7979log = " 0.4.28"
8080minijinja = { version = " 2.12.0" , default-features = false }
8181nix = " 0.30.1"
82- pest = " 2.8.2 "
82+ pest = " 2.8.3 "
8383pest_consume = " 1.1.3"
84- reqwest = { version = " 0.12.23 " , default-features = false }
85- serde = " 1.0.227 "
84+ reqwest = { version = " 0.12.24 " , default-features = false }
85+ serde = " 1.0.228 "
8686serde_json = " 1.0.145"
8787serde_variant = " 0.1.3"
8888serde_yml = " 0.0.12"
89- thiserror = " 2.0.16 "
89+ thiserror = " 2.0.17 "
9090uuid = " 1.18.1"
91- indicatif = " 0.18.0 "
91+ indicatif = " 0.18.1 "
9292pretty_assertions = " 1.4.1"
9393logos = " 0.15.1"
94- clap_complete = " 4.5.58 "
95- toml = " 0.9.7 "
94+ clap_complete = " 4.5.59 "
95+ toml = " 0.9.8 "
9696dep-graph = { version = " 0.2.0" , default-features = false }
9797siphasher = " 1.0.1"
9898dashmap = " 6.1.0"
@@ -126,6 +126,7 @@ falcon = { workspace = true }
126126indicatif = { workspace = true , features = [" improved_unicode" ] }
127127itertools = { workspace = true }
128128log = { workspace = true }
129+ maplit.workspace = true
129130minijinja = { workspace = true , features = [" custom_syntax" , " debug" , " deserialization" , " loader" , " loop_controls" , " macros" , " multi_template" , " serde" , " std_collections" ] }
130131nix = { workspace = true , features = [" fs" , " poll" , " process" , " term" , " user" ] }
131132rand = { workspace = true }
0 commit comments