From 5a85ed3b24edbd7bfc99598cc9fbd200c6002488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:06:26 +0000 Subject: [PATCH] Bump linked-hash-map from 0.5.2 to 0.5.4 in /msd_rust Bumps [linked-hash-map](https://github.com/contain-rs/linked-hash-map) from 0.5.2 to 0.5.4. - [Release notes](https://github.com/contain-rs/linked-hash-map/releases) - [Commits](https://github.com/contain-rs/linked-hash-map/commits) --- updated-dependencies: - dependency-name: linked-hash-map dependency-type: indirect ... Signed-off-by: dependabot[bot] --- msd_rust/Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/msd_rust/Cargo.lock b/msd_rust/Cargo.lock index 28ddde8..4d73bdf 100644 --- a/msd_rust/Cargo.lock +++ b/msd_rust/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "actix-codec" version = "0.2.0" @@ -965,9 +967,9 @@ checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005" [[package]] name = "linked-hash-map" -version = "0.5.2" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" +checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" [[package]] name = "listenfd"