From aece74b958328f71dbdd628114d78c0ac2c7b8c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:42:42 +0000 Subject: [PATCH] Update indexmap requirement from 1.9.3 to 2.2.1 Updates the requirements on [indexmap](https://github.com/indexmap-rs/indexmap) to permit the latest version. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/1.9.3...2.2.1) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- neqo-transport/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neqo-transport/Cargo.toml b/neqo-transport/Cargo.toml index 3263991be9..f4376bad1d 100644 --- a/neqo-transport/Cargo.toml +++ b/neqo-transport/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.70.0" license = "MIT OR Apache-2.0" [dependencies] -indexmap = "1.9.3" +indexmap = "2.2.1" lazy_static = "1.4" log = {version = "0.4.17", default-features = false} neqo-common = { path = "../neqo-common" }