From dd2fefa2f38911ae818ed1647b4e0890127b4d6a Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 5 Jul 2023 11:13:23 +0200 Subject: [PATCH] Bump indexmap --- Cargo.lock | 2 +- crates/matrix-sdk-ui/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75dfa0739..f968fd030 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2946,7 +2946,7 @@ dependencies = [ "futures-core", "futures-util", "imbl", - "indexmap 1.9.3", + "indexmap 2.0.0", "itertools 0.11.0", "matrix-sdk", "matrix-sdk-base", diff --git a/crates/matrix-sdk-ui/Cargo.toml b/crates/matrix-sdk-ui/Cargo.toml index 2fb8578bd..d07d065bb 100644 --- a/crates/matrix-sdk-ui/Cargo.toml +++ b/crates/matrix-sdk-ui/Cargo.toml @@ -29,7 +29,7 @@ eyeball-im-util = { workspace = true, optional = true } futures-core = { workspace = true } futures-util = { workspace = true } imbl = { version = "2.0.0", features = ["serde"] } -indexmap = "1.9.1" +indexmap = "2.0.0" itertools = { workspace = true } matrix-sdk = { version = "0.6.2", path = "../matrix-sdk", default-features = false } matrix-sdk-base = { version = "0.6.1", path = "../matrix-sdk-base" }