From 167bd02e8df0a281d18443b4e37fc9034570497d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 18:47:11 +0000 Subject: [PATCH] Update indexmap requirement from ~1.7 to ~1.8 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.8.1) --- 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..f177a3e3 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.8" 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..f7491145 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.8" 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..4afbdb4b 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.8" itertools = "~0.10" lazy_static = "~1.4" log = "~0.4" diff --git a/query-projector/Cargo.toml b/query-projector/Cargo.toml index 61041c3e..0e6adf37 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.8" [dependencies.rusqlite] version = "~0.26" -- 2.43.4