File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " libprotonup"
3- version = " 0.8.4 "
3+ version = " 0.8.5 "
44edition = " 2021"
55authors = [" Auyer <auyer@rcpassos.me>" ]
66repository = " https://github.com/auyer/protonup-rs"
@@ -12,7 +12,6 @@ description = "Library for Custom Proton Download and installation"
1212[dependencies ]
1313arcstr = " 1.2"
1414anyhow = " 1.0"
15- async-compression = { version = " 0.4" , features = [' gzip' , ' xz' , ' tokio' ] }
1615dirs = " 5.0"
1716futures-util = " 0.3"
1817hex = " 0.4"
@@ -27,10 +26,12 @@ serde = { version = "1.0", features = ["derive"] }
2726serde_json = " 1.0"
2827sha2 = " 0.10"
2928structopt = " 0.3"
30- tokio = { version = " 1.39 " , features = [" macros" ] }
29+ tokio = { version = " 1.41 " , features = [" macros" ] }
3130tokio-stream = { version = " 0.1" , features = [" fs" ] }
32- tokio-tar = " 0.3"
3331tokio-util = " 0.7"
32+ # decompression
33+ tokio-tar = " 0.3"
34+ async-compression = { version = " 0.4" , features = [' gzip' , ' xz' , ' tokio' ] }
3435
3536[dev-dependencies ]
36- tokio = { version = " 1.39 " , features = [" macros" , " rt" ] }
37+ tokio = { version = " 1.41 " , features = [" macros" , " rt" ] }
Original file line number Diff line number Diff line change 11[package ]
22name = " protonup-rs"
3- version = " 0.8.4 "
3+ version = " 0.8.5 "
44edition = " 2021"
55authors = [" Auyer <auyer@rcpassos.me>" ]
66repository = " https://github.com/auyer/protonup-rs"
@@ -26,7 +26,7 @@ assets = [
2626anyhow = " 1.0"
2727arcstr = " 1.2"
2828futures-util = " 0.3"
29- libprotonup = { path = " ../libprotonup" , version = " 0.8.4 " }
29+ libprotonup = { path = " ../libprotonup" , version = " 0.8.5 " }
3030inquire = { version = " 0.7" , default-features = false , features = [" termion" ] }
3131indicatif = { version = " 0.17" , features = [
3232 " improved_unicode" ,
You can’t perform that action at this time.
0 commit comments