From b01da3e5b624297e4bfce99e4bb0a513df51cb8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 16:26:11 +0000 Subject: [PATCH] Bump linked-hash-map from 0.5.1 to 0.5.6 Bumps [linked-hash-map](https://github.com/contain-rs/linked-hash-map) from 0.5.1 to 0.5.6. - [Release notes](https://github.com/contain-rs/linked-hash-map/releases) - [Commits](https://github.com/contain-rs/linked-hash-map/commits/v0.5.6) --- updated-dependencies: - dependency-name: linked-hash-map dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71738ed..24d52e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.17.0" @@ -566,9 +568,9 @@ dependencies = [ [[package]] name = "linked-hash-map" -version = "0.5.1" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" +checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "lock_api"