From 89f2388dd80814d8979619eb8bfd61083360db2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 02:57:17 +0000 Subject: [PATCH] :arrow_up: Update indexmap requirement from 1 to 2 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.0.0...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 50b24ff..c6e41e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ regex = "1" serde_json = "1" fs_extra = "1.2.0" -indexmap = { version = "1", features = ["serde"] } +indexmap = { version = "2", features = ["serde"] } figment = { version = "0.10", features = ["toml"] } tokio = { version = "1", features = ["full"] } chrono = { version = "0.4", features = ["serde"] }