From aa6b634e649138a1d4d47c394a9f663e3a7cd482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 09:37:21 +0000 Subject: [PATCH] Update indexmap requirement from ~1.7 to ~1.9 Updates the requirements on [indexmap](https://github.com/bluss/indexmap) to permit the latest version. - [Release notes](https://github.com/bluss/indexmap/releases) - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/compare/1.7.0...1.9.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core-traits/Cargo.toml | 2 +- core/Cargo.toml | 2 +- db/Cargo.toml | 2 +- query-projector/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core-traits/Cargo.toml b/core-traits/Cargo.toml index c43d6231..2f8751e7 100644 --- a/core-traits/Cargo.toml +++ b/core-traits/Cargo.toml @@ -11,7 +11,7 @@ path = "lib.rs" chrono = { version = "~0.4", features = ["serde"] } enum-set = "~0.0.8" lazy_static = "~1.4" -indexmap = "~1.7" +indexmap = "~1.9" ordered-float = { version = "~2.8", features = ["serde"] } uuid = { version = "~1.0", features = ["v4", "serde"] } serde = { version = "~1.0", features = ["rc"] } diff --git a/core/Cargo.toml b/core/Cargo.toml index 0bc4142b..65e2a46d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -7,7 +7,7 @@ workspace = ".." chrono = { version = "~0.4", features = ["serde"] } enum-set = "~0.0" failure = "~0.1" -indexmap = "~1.7" +indexmap = "~1.9" ordered-float = { version = "~2.8", features = ["serde"] } uuid = { version = "~1.0", features = ["v4", "serde"] } diff --git a/db/Cargo.toml b/db/Cargo.toml index 15de08f9..bc47a6be 100644 --- a/db/Cargo.toml +++ b/db/Cargo.toml @@ -10,7 +10,7 @@ syncable = ["serde", "serde_json", "serde_derive"] [dependencies] failure = "~0.1" -indexmap = "~1.7" +indexmap = "~1.9" itertools = "~0.10" lazy_static = "~1.4" log = "~0.4" diff --git a/query-projector/Cargo.toml b/query-projector/Cargo.toml index 61041c3e..822e500a 100644 --- a/query-projector/Cargo.toml +++ b/query-projector/Cargo.toml @@ -8,7 +8,7 @@ sqlcipher = ["rusqlite/sqlcipher"] [dependencies] failure = "~0.1" -indexmap = "~1.7" +indexmap = "~1.9" [dependencies.rusqlite] version = "~0.26"