From 18f800cc55d8c4e0f1d7fefb32ef3a148a88cee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 04:56:51 +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 cbad0666a..d550c5605 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -368,7 +368,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 7b42f4b59..c597f9ae4 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"