@@ -12,33 +12,33 @@ rust-version = "1.86"
1212readme = " README.md"
1313
1414[workspace .dependencies ]
15- tokio = { version = " 1.51 " , features = [" full" ] }
15+ tokio = { version = " 1.52.1 " , features = [" full" ] }
1616tokio-util = { version = " 0.7.18" , features = [" codec" ] }
1717serde = { version = " 1.0.228" , features = [" derive" ] }
1818serde_json = " 1.0.149"
19- toml = " 1.1"
19+ toml = " 1.1.2 "
2020serde_yaml_ng = " 0.10"
2121kdl = " 6.5"
22- clap = { version = " 4.6" , features = [" derive" ] }
22+ clap = { version = " 4.6.1 " , features = [" derive" ] }
2323miette = { version = " 7.6" , features = [" fancy" ] }
24- clap_complete = " 4.6"
25- thiserror = " 2.0"
24+ clap_complete = " 4.6.3 "
25+ thiserror = " 2.0.18 "
2626tracing = " 0.1.44"
2727tracing-subscriber = { version = " 0.3.23" , features = [" json" , " env-filter" ] }
2828globset = " 0.4.18"
2929owo-colors = " 4.3"
3030humantime = " 2.3"
31- humantime-serde = " 1.1"
31+ humantime-serde = " 1.1.1 "
3232sha2 = " 0.11"
33- blake3 = { version = " 1.8" , features = [" mmap" ] }
34- which = " 8"
35- notify = " 8"
33+ blake3 = { version = " 1.8.5 " , features = [" mmap" ] }
34+ which = " 8.0.2 "
35+ notify = " 8.2.0 "
3636semver = { version = " 1.0.28" , features = [" serde" ] }
37- bincode = { version = " 2.0" , features = [" serde" ] }
38- fs4 = " 0.13"
37+ bincode = { version = " 2.0.1 " , features = [" serde" ] }
38+ fs4 = " 0.13.1 "
3939tempfile = " 3.27"
40- insta = { version = " 1.47" , features = [" yaml" , " toml" , " json" , " filters" ] }
41- criterion = { version = " 0.8" , features = [" async_tokio" ] }
40+ insta = { version = " 1.47.2 " , features = [" yaml" , " toml" , " json" , " filters" ] }
41+ criterion = { version = " 0.8.2 " , features = [" async_tokio" ] }
4242
4343[workspace .lints .clippy ]
4444pedantic = { level = " warn" , priority = -1 }
0 commit comments