@@ -4,22 +4,22 @@ version = "0.3.0"
4
4
edition = " 2021"
5
5
6
6
[dependencies ]
7
- once_cell = " 1.17 "
8
- wildmatch = " 2.1 "
7
+ once_cell = " 1.21 "
8
+ wildmatch = " 2.4 "
9
9
reqwest = { version = " 0.11" , features = [" json" , " stream" ] }
10
10
11
11
petgraph = { version = " 0.6" , features = [" serde-1" ] }
12
12
13
13
# errors, ux, other user-facing communication
14
14
thiserror = " 1.0"
15
15
miette = { 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" ] }
18
18
19
19
# async runtime and helpers
20
20
futures = " 0.3"
21
21
futures-util = " 0.3"
22
- tokio = { version = " 1.34 " , features = [
22
+ tokio = { version = " 1.44 " , features = [
23
23
" macros" ,
24
24
" process" ,
25
25
" rt-multi-thread" ,
@@ -28,27 +28,27 @@ tokio-util = { version = "0.7", features = ["io"] }
28
28
async-compression = { version = " 0.4" , features = [" futures-io" , " gzip" ] }
29
29
30
30
# parsers, serializations, and other data processing
31
- clap = { version = " 4.2 " , features = [" derive" , " color" ] }
31
+ clap = { version = " 4.5 " , features = [" derive" , " color" ] }
32
32
figment = { version = " 0.10" , features = [" env" , " toml" ] }
33
33
serde = { version = " 1.0" , features = [" derive" ] }
34
34
serde_json = " 1.0"
35
35
serde_with = " 2.3"
36
- toml = " 0.7.3 "
36
+ toml = " 0.7.8 "
37
37
md-5 = " 0.10"
38
38
base64 = " 0.21"
39
39
40
40
# files, directories, and other fs operations
41
- walkdir = " 2.3 "
42
- zip = " 2.2.3 "
41
+ walkdir = " 2.5 "
42
+ zip = " 2.6.1 "
43
43
directories = " 5.0"
44
- steamlocate = " 2.0.0-beta.2 "
44
+ steamlocate = " 2.0.1 "
45
45
46
46
sysinfo = " 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 "
49
49
50
50
[target .'cfg(windows)' .dependencies ]
51
51
winreg = " 0.50"
52
52
53
53
[dev-dependencies ]
54
- tempfile = " 3.10 "
54
+ tempfile = " 3.19 "
0 commit comments