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