mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Update dependencies (#232)
This commit is contained in:
parent
00a56dc899
commit
7603267e33
2 changed files with 93 additions and 47 deletions
16
Cargo.toml
16
Cargo.toml
|
@ -20,10 +20,10 @@ pkg-fmt = "zip"
|
|||
|
||||
[dependencies]
|
||||
async-trait = "0.1.56"
|
||||
bytes = "1.1.0"
|
||||
bytes = "1.2.0"
|
||||
bzip2 = "0.4.3"
|
||||
cargo_toml = "0.11.4"
|
||||
clap = { version = "3.2.12", features = ["derive"] }
|
||||
cargo_toml = "0.11.5"
|
||||
clap = { version = "3.2.14", features = ["derive"] }
|
||||
crates_io_api = { version = "0.8.0", default-features = false }
|
||||
dirs = "4.0.0"
|
||||
flate2 = { version = "1.0.24", default-features = false }
|
||||
|
@ -31,14 +31,14 @@ fs4 = "0.6.2"
|
|||
futures-util = { version = "0.3.21", default-features = false }
|
||||
home = "0.5.3"
|
||||
jobserver = "0.1.24"
|
||||
log = "0.4.14"
|
||||
log = "0.4.17"
|
||||
miette = { version = "5.1.1", features = ["fancy-no-backtrace"] }
|
||||
mimalloc = { version = "0.1.29", default-features = false, optional = true }
|
||||
once_cell = "1.13.0"
|
||||
reqwest = { version = "0.11.11", features = ["stream"], default-features = false }
|
||||
scopeguard = "1.1.0"
|
||||
semver = "1.0.12"
|
||||
serde = { version = "1.0.139", features = ["derive"] }
|
||||
serde = { version = "1.0.140", features = ["derive"] }
|
||||
serde_json = "1.0.82"
|
||||
simplelog = "0.12.0"
|
||||
strum = "0.24.1"
|
||||
|
@ -48,9 +48,9 @@ tempfile = "3.3.0"
|
|||
thiserror = "1.0.31"
|
||||
tinytemplate = "1.2.1"
|
||||
tokio = { version = "1.20.0", features = ["rt-multi-thread", "process", "sync"], default-features = false }
|
||||
toml = "0.5.9"
|
||||
toml = "0.5.8"
|
||||
url = "2.2.2"
|
||||
xz2 = "0.1.6"
|
||||
xz2 = "0.1.7"
|
||||
|
||||
# Disable all features of zip except for features of compression algorithms:
|
||||
# Disabled features include:
|
||||
|
@ -85,7 +85,7 @@ native-tls = ["reqwest/native-tls"]
|
|||
env_logger = "0.9.0"
|
||||
|
||||
[build-dependencies]
|
||||
embed-resource = "1.6.1"
|
||||
embed-resource = "1.7.3"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue