Skip to content

Commit

Permalink
Upgrade dependencies (rust-lang#554)
Browse files Browse the repository at this point in the history
 - 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>
  • Loading branch information
NobodyXu committed Nov 22, 2022
1 parent bd3f1d5 commit 822e709
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/binstalk-downloader/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ license = "GPL-3.0"

[dependencies]
binstalk-types = { version = "0.1.0", path = "../binstalk-types" }
bytes = "1.2.1"
bytes = "1.3.0"
bzip2 = "0.4.3"
digest = "0.10.6"
flate2 = { version = "1.0.24", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions crates/binstalk-manifests/Cargo.toml
Expand Up @@ -11,14 +11,14 @@ license = "Apache-2.0 OR MIT"

[dependencies]
binstalk-types = { version = "0.1.0", path = "../binstalk-types" }
compact_str = { version = "0.6.0", features = ["serde"] }
compact_str = { version = "0.6.1", features = ["serde"] }
fs-lock = { version = "0.1.0", path = "../fs-lock" }
home = "0.5.4"
miette = "5.4.1"
semver = { version = "1.0.14", features = ["serde"] }
serde = { version = "1.0.147", features = ["derive"] }
serde-tuple-vec-map = "1.0.1"
serde_json = "1.0.88"
serde_json = "1.0.89"
thiserror = "1.0.37"
toml_edit = { version = "0.15.0", features = ["easy"] }
url = { version = "2.3.1", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk-types/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
license = "Apache-2.0 OR MIT"

[dependencies]
compact_str = { version = "0.6.0", features = ["serde"] }
compact_str = { version = "0.6.1", features = ["serde"] }
once_cell = "1.16.0"
semver = { version = "1.0.14", features = ["serde"] }
serde = { version = "1.0.147", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 822e709

Please sign in to comment.