1
1
[package ]
2
2
name = " mithril-client-cli"
3
- version = " 0.12.6 "
3
+ version = " 0.12.7 "
4
4
description = " A Mithril Client"
5
5
authors = { workspace = true }
6
6
edition = { workspace = true }
@@ -31,13 +31,21 @@ chrono = { workspace = true }
31
31
clap = { workspace = true }
32
32
cli-table = " 0.5.0"
33
33
config = { workspace = true }
34
+ flate2 = " 1.1.1"
34
35
fs2 = " 0.4.3"
35
36
futures = " 0.3.31"
36
37
human_bytes = { version = " 0.4.3" , features = [" fast" ] }
37
38
indicatif = { version = " 0.17.11" , features = [" tokio" ] }
38
39
mithril-cli-helper = { path = " ../internal/mithril-cli-helper" }
39
40
mithril-client = { path = " ../mithril-client" , features = [" fs" , " unstable" ] }
40
41
mithril-doc = { path = " ../internal/mithril-doc" }
42
+ reqwest = { workspace = true , features = [
43
+ " default" ,
44
+ " gzip" ,
45
+ " zstd" ,
46
+ " deflate" ,
47
+ " brotli"
48
+ ] }
41
49
serde = { workspace = true }
42
50
serde_json = { workspace = true }
43
51
slog = { workspace = true , features = [
@@ -47,8 +55,12 @@ slog = { workspace = true, features = [
47
55
slog-async = { workspace = true }
48
56
slog-bunyan = { workspace = true }
49
57
slog-term = { workspace = true }
58
+ tar = " 0.4.44"
50
59
thiserror = { workspace = true }
51
60
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
61
+ zip = " 4.0.0"
52
62
53
63
[dev-dependencies ]
64
+ httpmock = " 0.7.0"
54
65
mithril-common = { path = " ../mithril-common" , features = [" test_tools" ] }
66
+ mockall = { workspace = true }
0 commit comments