Bump crates-index from 0.18.5 to 0.18.7

Bumps [crates-index](https://github.com/frewsxcv/rust-crates-index) from 0.18.5 to 0.18.7.
- [Release notes](https://github.com/frewsxcv/rust-crates-index/releases)
- [Commits](https://github.com/frewsxcv/rust-crates-index/commits)

---
updated-dependencies:
- dependency-name: crates-index
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-28 21:36:15 +00:00 committed by GitHub
parent d68b0a209a
commit 5c2507f27a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

10
Cargo.lock generated
View file

@ -245,9 +245,9 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "crates-index"
version = "0.18.5"
version = "0.18.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00c338c128681bf06772e2a188f7937293620478bb7781e453e996266686e806"
checksum = "0044896374c388ccbf1497dad6384bf6111dbcad9d7069506df7450ce9b62ea3"
dependencies = [
"git2",
"hex",
@ -1440,12 +1440,14 @@ checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
[[package]]
name = "smartstring"
version = "0.2.9"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31aa6a31c0c2b21327ce875f7e8952322acfcfd0c27569a6e18a647281352c9b"
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
dependencies = [
"autocfg",
"serde",
"static_assertions",
"version_check",
]
[[package]]

View file

@ -36,7 +36,7 @@ serde = { version = "1.0.136", features = [ "derive" ] }
strum_macros = "0.23.1"
strum = "0.23.0"
dirs = "4.0.0"
crates-index = "0.18.5"
crates-index = "0.18.7"
semver = "1.0.7"
xz2 = "0.1.6"
zip = "0.5.13"