From 5c2507f27ae5e67d20c03abadd91d26d5d99e199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 21:36:15 +0000 Subject: [PATCH] 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] --- Cargo.lock | 10 ++++++---- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad2838b0..4e0a976a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] diff --git a/Cargo.toml b/Cargo.toml index a6e21780..31e3c5d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"