mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 21:52:30 -04:00
Bump indexmap
This commit is contained in:
committed by
Jonas Platte
parent
2b72df7c06
commit
dd2fefa2f3
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user