@@ -17,38 +17,38 @@ dependency-check-updates = { path = "crates/cli" }
1717dependency-check-updates-testkit = { path = " crates/testkit" }
1818
1919# External
20- clap = { version = " 4.6" , features = [" derive" ] }
21- thiserror = " 2.0"
22- miette = { version = " 7.6" , features = [" fancy" ] }
23- serde = { version = " 1.0" , features = [" derive" ] }
24- serde_json = { version = " 1.0" , features = [" preserve_order" ] }
25- tokio = { version = " 1.51" , features = [" rt" , " macros" ] }
26- reqwest = { version = " 0.13" , default-features = false , features = [
20+ clap = { version = " 4.6.0 " , features = [" derive" ] }
21+ thiserror = " 2.0.18 "
22+ miette = { version = " 7.6.0 " , features = [" fancy" ] }
23+ serde = { version = " 1.0.228 " , features = [" derive" ] }
24+ serde_json = { version = " 1.0.149 " , features = [" preserve_order" ] }
25+ tokio = { version = " 1.51.0 " , features = [" rt" , " macros" ] }
26+ reqwest = { version = " 0.13.2 " , default-features = false , features = [
2727 " json" ,
2828 " rustls-no-provider" ,
2929 " charset" ,
3030 " http2" ,
3131 " system-proxy" ,
3232] }
33- rustls = { version = " 0.23" , default-features = false , features = [
33+ rustls = { version = " 0.23.37 " , default-features = false , features = [
3434 " ring" ,
3535 " logging" ,
3636 " std" ,
3737 " tls12" ,
3838] }
39- node-semver = " 2.2"
40- ignore = " 0.4"
41- tracing = " 0.1"
42- tracing-subscriber = { version = " 0.3" , features = [" env-filter" ] }
43- toml_edit = " 0.25"
39+ node-semver = " 2.2.0 "
40+ ignore = " 0.4.25 "
41+ tracing = " 0.1.44 "
42+ tracing-subscriber = { version = " 0.3.23 " , features = [" env-filter" ] }
43+ toml_edit = " 0.25.11 "
4444
45- napi = { version = " 3" , features = [" tokio_rt" ] }
46- napi-derive = " 3"
47- futures = " 0.3"
48- owo-colors = " 4.3"
49- insta = " 1.47"
50- tempfile = " 3.27"
51- wiremock = " 0.6"
45+ napi = { version = " 3.8.4 " , features = [" tokio_rt" ] }
46+ napi-derive = " 3.5.3 "
47+ futures = " 0.3.32 "
48+ owo-colors = " 4.3.0 "
49+ insta = " 1.47.2 "
50+ tempfile = " 3.27.0 "
51+ wiremock = " 0.6.5 "
5252
5353[workspace .lints .rust ]
5454unsafe_code = " warn"
0 commit comments