Bump crates-index from 0.16.2 to 0.16.5

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-19 06:12:32 +00:00 committed by GitHub
parent 7d0b700ae2
commit 13e4f8e2e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -265,9 +265,9 @@ checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
[[package]]
name = "crates-index"
version = "0.16.2"
version = "0.16.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24823d553339d125040d989d2a593a01b034fe5ac17714423bcd2c3d168878"
checksum = "8b8921b4ef00013adbfeb803c4a23c5f311eaaaa06b38826e4f887aadbfd3f1d"
dependencies = [
"git2",
"glob",

View file

@ -35,7 +35,7 @@ strum_macros = "0.20.1"
strum = "0.20.0"
dirs = "3.0.1"
serde_derive = "1.0.118"
crates-index = "0.16.2"
crates-index = "0.16.5"
semver = "0.11.0"
xz2 = "0.1.6"
zip = "0.5.11"