From 13e4f8e2e2e88b1a5e3f398f9b82dd479dffb0a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 06:12:32 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b60ef26..18d1b54d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index cf2a4b2c..71b348cd 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.5" semver = "0.11.0" xz2 = "0.1.6" zip = "0.5.11"