From 2891e76a2c0a4ee45860fa74fbc66e2c3d3c83a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 22:56:59 +0000 Subject: [PATCH] Update indexmap requirement from 1.5.1 to 2.0.0 Updates the requirements on [indexmap](https://github.com/bluss/indexmap) to permit the latest version. - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/compare/1.5.1...2.0.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 563926f..ee0ff35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ lto = true dns-lookup = "1.0.3" jni = "0.21.0" lazy_static = "1.4.0" -indexmap = "1.5.1" +indexmap = "2.0.0"