From ee4019b38c946b50e76ffbbc7a7c6be593a0fda2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 05:41:35 +0000 Subject: [PATCH] Bump indexmap from 1.9.3 to 2.0.0 Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.3 to 2.0.0. - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/compare/1.9.3...2.0.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- dropshot/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d21eb310..38247378 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,7 +398,7 @@ dependencies = [ "hyper", "hyper-rustls", "hyper-staticfile", - "indexmap 1.9.3", + "indexmap 2.0.0", "lazy_static", "libc", "mime_guess", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index af9d95c5..57b5651c 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -21,7 +21,7 @@ form_urlencoded = "1.2.0" futures = "0.3.28" hostname = "0.3.0" http = "0.2.9" -indexmap = "1.9.3" +indexmap = "2.0.0" paste = "1.0.12" percent-encoding = "2.3.0" proc-macro2 = "1.0.63"