Bump indexmap

This commit is contained in:
Jonas Platte
2023-07-05 11:13:23 +02:00
committed by Jonas Platte
parent 2b72df7c06
commit dd2fefa2f3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -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",

View File

@@ -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" }