mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Upgrade dependencies (#554)
- bytes v1.2.1 => v1.3.0 - serde_json v1.0.88 => v1.0.89 - compact_str v0.6.0 => v0.6.1 Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
bd3f1d598c
commit
822e7094e5
5 changed files with 9 additions and 9 deletions
|
@ -14,7 +14,7 @@ async-trait = "0.1.58"
|
|||
binstalk-downloader = { version = "0.1.0", path = "../binstalk-downloader" }
|
||||
binstalk-types = { version = "0.1.0", path = "../binstalk-types" }
|
||||
cargo_toml = "0.13.0"
|
||||
compact_str = { version = "0.6.0", features = ["serde"] }
|
||||
compact_str = { version = "0.6.1", features = ["serde"] }
|
||||
crates_io_api = { version = "0.8.1", default-features = false }
|
||||
detect-targets = { version = "0.1.2", path = "../detect-targets" }
|
||||
either = "1.8.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue