@@ -12,17 +12,17 @@ clap = { version = "4.5.4", features = ["derive", "env"]}
1212chrono = { version =" 0.4.37" , features =[" serde" , " clock" ], default-features = false }
1313color-eyre = { version = " 0.6.3" , default-features = false }
1414humantime = " 2.1.0"
15- indicatif = { version = " 0.17.8 " , default-features = false }
15+ indicatif = { version = " 0.18.0 " , default-features = false }
1616regex = { version = " 1.10.4" , default-features = false }
1717reqwest = {version = " 0.12.2" , features = [" json" , " rustls-tls" ], default-features = false }
18- secrecy = { version = " 0.8.0 " }
18+ secrecy = { version = " 0.10.3 " }
1919serde = { version = " 1.0.197" , features = [" derive" ], default-features = false }
2020serde_json = { version = " 1.0.115" , default-features = false }
21- tokio = { version = " 1.36.0 " , features = [" rt-multi-thread" , " macros" ], default-features = false }
21+ tokio = { version = " 1.47.1 " , features = [" rt-multi-thread" , " macros" ], default-features = false }
2222tower = { version = " 0.5.2" , default-features = false , features = [" limit" , " util" ] }
2323tracing = { version = " 0.1.40" , default-features = false }
2424tracing-subscriber = { version = " 0.3.18" , features = [" env-filter" ], default-features = false }
25- tracing-indicatif = " 0.3.6 "
25+ tracing-indicatif = " 0.3.13 "
2626url = { version = " 2.5.0" , default-features = false }
2727urlencoding = { version =" 2.1.3" }
2828wildmatch = { version = " 2.3.3" }
0 commit comments