mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Update deps
This commit is contained in:
parent
81cf2fc526
commit
e691255650
2 changed files with 263 additions and 236 deletions
476
Cargo.lock
generated
476
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
23
Cargo.toml
23
Cargo.toml
|
@ -19,26 +19,25 @@ pkg-fmt = "zip"
|
||||||
pkg-fmt = "zip"
|
pkg-fmt = "zip"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crates_io_api = "0.7.3"
|
crates_io_api = "0.8.0"
|
||||||
cargo_metadata = "0.14.1"
|
cargo_metadata = "0.14.1"
|
||||||
tinytemplate = "1.2.1"
|
tinytemplate = "1.2.1"
|
||||||
tokio = { version = "1.14.0", features = [ "full" ] }
|
tokio = { version = "1.16.1", features = [ "full" ] }
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
structopt = "0.3.25"
|
structopt = "0.3.26"
|
||||||
simplelog = "0.11.0"
|
simplelog = "0.11.2"
|
||||||
anyhow = "1.0.51"
|
anyhow = "1.0.53"
|
||||||
reqwest = { version = "0.11.7", features = [ "rustls-tls" ], default-features = false }
|
reqwest = { version = "0.11.9", features = [ "rustls-tls" ], default-features = false }
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
flate2 = "1.0.22"
|
flate2 = "1.0.22"
|
||||||
tar = "0.4.37"
|
tar = "0.4.38"
|
||||||
cargo_toml = "0.10.2"
|
cargo_toml = "0.11.4"
|
||||||
serde = { version = "1.0.130", features = [ "derive" ] }
|
serde = { version = "1.0.136", features = [ "derive" ] }
|
||||||
strum_macros = "0.23.1"
|
strum_macros = "0.23.1"
|
||||||
strum = "0.23.0"
|
strum = "0.23.0"
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
serde_derive = "1.0.118"
|
crates-index = "0.18.5"
|
||||||
crates-index = "0.18.1"
|
semver = "1.0.5"
|
||||||
semver = "1.0.4"
|
|
||||||
xz2 = "0.1.6"
|
xz2 = "0.1.6"
|
||||||
zip = "0.5.13"
|
zip = "0.5.13"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue