Bump compact_str from 0.6.1 to 0.7.0 (#825)

Bumps [compact_str](https://github.com/ParkMyCar/compact_str) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/ParkMyCar/compact_str/releases)
- [Changelog](https://github.com/ParkMyCar/compact_str/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ParkMyCar/compact_str/commits)

---
updated-dependencies:
- dependency-name: compact_str
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-22 17:55:18 +11:00 committed by GitHub
parent a89c3735fd
commit 8f50bab0d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 6 deletions

6
Cargo.lock generated
View file

@ -499,14 +499,16 @@ dependencies = [
[[package]] [[package]]
name = "compact_str" name = "compact_str"
version = "0.6.1" version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5138945395949e7dfba09646dc9e766b548ff48e23deb5246890e6b64ae9e1b9" checksum = "bff0805f79ecb1b35163f3957a6934ea8d04fcd36ef98b52e7316f63e72e73d1"
dependencies = [ dependencies = [
"castaway", "castaway",
"cfg-if",
"itoa", "itoa",
"ryu", "ryu",
"serde", "serde",
"static_assertions",
] ]
[[package]] [[package]]

View file

@ -16,7 +16,7 @@ async_zip = { version = "0.0.9", features = ["deflate", "bzip2", "lzma", "zstd",
binstalk-types = { version = "0.2.1", path = "../binstalk-types" } binstalk-types = { version = "0.2.1", path = "../binstalk-types" }
bytes = "1.4.0" bytes = "1.4.0"
bzip2 = "0.4.4" bzip2 = "0.4.4"
compact_str = "0.6.1" compact_str = "0.7.0"
digest = "0.10.6" digest = "0.10.6"
flate2 = { version = "1.0.25", default-features = false } flate2 = { version = "1.0.25", default-features = false }
futures-lite = { version = "1.12.0", default-features = false } futures-lite = { version = "1.12.0", default-features = false }

View file

@ -12,7 +12,7 @@ license = "Apache-2.0 OR MIT"
[dependencies] [dependencies]
beef = { version = "0.5.2", features = ["impl_serde"] } beef = { version = "0.5.2", features = ["impl_serde"] }
binstalk-types = { version = "0.2.1", path = "../binstalk-types" } binstalk-types = { version = "0.2.1", path = "../binstalk-types" }
compact_str = { version = "0.6.1", features = ["serde"] } compact_str = { version = "0.7.0", features = ["serde"] }
fs-lock = { version = "0.1.0", path = "../fs-lock" } fs-lock = { version = "0.1.0", path = "../fs-lock" }
home = "0.5.4" home = "0.5.4"
miette = "5.5.0" miette = "5.5.0"

View file

@ -10,7 +10,7 @@ edition = "2021"
license = "Apache-2.0 OR MIT" license = "Apache-2.0 OR MIT"
[dependencies] [dependencies]
compact_str = { version = "0.6.1", features = ["serde"] } compact_str = { version = "0.7.0", features = ["serde"] }
maybe-owned = { version = "0.3.4", features = ["serde"] } maybe-owned = { version = "0.3.4", features = ["serde"] }
once_cell = "1.17.1" once_cell = "1.17.1"
semver = { version = "1.0.16", features = ["serde"] } semver = { version = "1.0.16", features = ["serde"] }

View file

@ -15,7 +15,7 @@ binstalk-downloader = { version = "0.3.3", path = "../binstalk-downloader", defa
binstalk-types = { version = "0.2.1", path = "../binstalk-types" } binstalk-types = { version = "0.2.1", path = "../binstalk-types" }
cargo_toml = "0.15.2" cargo_toml = "0.15.2"
command-group = { version = "2.0.1", features = ["with-tokio"] } command-group = { version = "2.0.1", features = ["with-tokio"] }
compact_str = { version = "0.6.1", features = ["serde"] } compact_str = { version = "0.7.0", features = ["serde"] }
crates_io_api = { version = "0.8.1", default-features = false } crates_io_api = { version = "0.8.1", default-features = false }
detect-targets = { version = "0.1.5", path = "../detect-targets" } detect-targets = { version = "0.1.5", path = "../detect-targets" }
either = "1.8.1" either = "1.8.1"