From b6190ec23aee051418246a64f15572af65d97692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 10:26:25 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f81dc1ef..76513cab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,9 +265,9 @@ checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" [[package]] name = "crates-index" -version = "0.16.2" +version = "0.16.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f24823d553339d125040d989d2a593a01b034fe5ac17714423bcd2c3d168878" +checksum = "f01dd064c9e221dd92ad85fce4530969b555ee01a284983da55b46e38690028b" dependencies = [ "git2", "glob", diff --git a/Cargo.toml b/Cargo.toml index c1f4d305..a46e84e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.4" semver = "0.11.0" xz2 = "0.1.6" zip = "0.5.11"