@@ -4,22 +4,22 @@ version = "0.3.0"
44edition = " 2021"
55
66[dependencies ]
7- once_cell = " 1.17 "
8- wildmatch = " 2.1 "
7+ once_cell = " 1.21 "
8+ wildmatch = " 2.4 "
99reqwest = { version = " 0.11" , features = [" json" , " stream" ] }
1010
1111petgraph = { version = " 0.6" , features = [" serde-1" ] }
1212
1313# errors, ux, other user-facing communication
1414thiserror = " 1.0"
1515miette = { version = " 5.10" , features = [" fancy" ] }
16- colored = " 2.0 "
17- indicatif = { version = " 0.17.8 " , features = [" improved_unicode" , " tokio" ] }
16+ colored = " 2.2 "
17+ indicatif = { version = " 0.17.11 " , features = [" improved_unicode" , " tokio" ] }
1818
1919# async runtime and helpers
2020futures = " 0.3"
2121futures-util = " 0.3"
22- tokio = { version = " 1.34 " , features = [
22+ tokio = { version = " 1.44 " , features = [
2323 " macros" ,
2424 " process" ,
2525 " rt-multi-thread" ,
@@ -28,27 +28,27 @@ tokio-util = { version = "0.7", features = ["io"] }
2828async-compression = { version = " 0.4" , features = [" futures-io" , " gzip" ] }
2929
3030# parsers, serializations, and other data processing
31- clap = { version = " 4.2 " , features = [" derive" , " color" ] }
31+ clap = { version = " 4.5 " , features = [" derive" , " color" ] }
3232figment = { version = " 0.10" , features = [" env" , " toml" ] }
3333serde = { version = " 1.0" , features = [" derive" ] }
3434serde_json = " 1.0"
3535serde_with = " 2.3"
36- toml = " 0.7.3 "
36+ toml = " 0.7.8 "
3737md-5 = " 0.10"
3838base64 = " 0.21"
3939
4040# files, directories, and other fs operations
41- walkdir = " 2.3 "
42- zip = " 2.2.3 "
41+ walkdir = " 2.5 "
42+ zip = " 2.6.1 "
4343directories = " 5.0"
44- steamlocate = " 2.0.0-beta.2 "
44+ steamlocate = " 2.0.1 "
4545
4646sysinfo = " 0.29"
47- chrono = { version = " 0.4.35 " , features = [" serde" ] }
48- log = " 0.4.21 "
47+ chrono = { version = " 0.4.40 " , features = [" serde" ] }
48+ log = " 0.4.27 "
4949
5050[target .'cfg(windows)' .dependencies ]
5151winreg = " 0.50"
5252
5353[dev-dependencies ]
54- tempfile = " 3.10 "
54+ tempfile = " 3.19 "
0 commit comments