Bump crates-index from 0.16.2 to 0.16.4

Bumps [crates-index](https://github.com/frewsxcv/rust-crates-index) from 0.16.2 to 0.16.4.
- [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-08 10:26:25 +00:00 committed by GitHub
parent 62e26338d2
commit b6190ec23a
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]] [[package]]
name = "crates-index" name = "crates-index"
version = "0.16.2" version = "0.16.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24823d553339d125040d989d2a593a01b034fe5ac17714423bcd2c3d168878" checksum = "f01dd064c9e221dd92ad85fce4530969b555ee01a284983da55b46e38690028b"
dependencies = [ dependencies = [
"git2", "git2",
"glob", "glob",

View file

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