From 8af4098496539a214179738e38ca5f3d84c985ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 00:55:51 +0000 Subject: [PATCH] build(deps): 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 +- rust/develop/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 494002c29..8259c0bf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,7 +62,7 @@ dependencies = [ "colored", "env_logger", "http", - "indexmap 1.9.3", + "indexmap 2.0.0", "jsonwebtoken", "once_cell", "rand", diff --git a/rust/develop/Cargo.toml b/rust/develop/Cargo.toml index f86d0893d..03a40b2c8 100644 --- a/rust/develop/Cargo.toml +++ b/rust/develop/Cargo.toml @@ -34,7 +34,7 @@ workspace = true version = "0.2" [dependencies.indexmap] -version = "1.8" +version = "2.0" [dependencies.jsonwebtoken] version = "8.2"