mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-17 21:20:06 -04:00
chore: Bump the dashmap version across our crates
This commit is contained in:
@@ -24,7 +24,7 @@ sso_login = ["matrix-sdk/sso_login"]
|
||||
docs = ["warp"]
|
||||
|
||||
[dependencies]
|
||||
dashmap = "4"
|
||||
dashmap = "5.1.0"
|
||||
http = "0.2"
|
||||
matrix-sdk = { version = "0.4", path = "../matrix-sdk", default-features = false, features = ["appservice"] }
|
||||
regex = "1"
|
||||
|
||||
@@ -31,7 +31,7 @@ atomic = "0.5.0"
|
||||
base64 = "0.13.0"
|
||||
bs58 = "0.4.0"
|
||||
byteorder = "1.4.3"
|
||||
dashmap = "4.0.2"
|
||||
dashmap = "5.1.0"
|
||||
futures-util = { version = "0.3.15", default-features = false, features = ["alloc"] }
|
||||
getrandom = "0.2.3"
|
||||
hmac = "0.12.0"
|
||||
|
||||
@@ -23,7 +23,7 @@ wasm-bindgen = { version = "0.2.74", features = ["serde-serialize"] }
|
||||
web-sys = { version = "0.3.35", features = ["IdbKeyRange"] }
|
||||
serde = { version = "1.0.126" }
|
||||
serde_json = "1.0.64"
|
||||
dashmap = "4.0.2"
|
||||
dashmap = "5.1.0"
|
||||
tracing = "0.1.26"
|
||||
|
||||
|
||||
@@ -35,4 +35,4 @@ getrandom = { version = "0.2", features = ["js"]}
|
||||
matrix-sdk-base = { path = "../matrix-sdk-base", features = ["testing"] }
|
||||
matrix-sdk-crypto = { path = "../matrix-sdk-crypto", features = ["testing"] }
|
||||
matrix-sdk-test = { path = "../matrix-sdk-test" }
|
||||
wasm-bindgen-test = "0.3.24"
|
||||
wasm-bindgen-test = "0.3.24"
|
||||
|
||||
@@ -35,7 +35,7 @@ thiserror = "1.0.25"
|
||||
tokio = { version = "1.7.1", default-features = false, features = ["sync", "fs"] }
|
||||
tracing = "0.1.26"
|
||||
anyhow = "1"
|
||||
dashmap = "4.0.2"
|
||||
dashmap = "5.1.0"
|
||||
|
||||
# binary-build only
|
||||
atty = { version = "0.2.14", optional = true }
|
||||
|
||||
@@ -52,7 +52,7 @@ docsrs = [
|
||||
anyhow = { version = "1.0.42", optional = true }
|
||||
anymap2 = "0.13.0"
|
||||
bytes = "1.0.1"
|
||||
dashmap = "4.0.2"
|
||||
dashmap = "5.1.0"
|
||||
event-listener = "2.5.1"
|
||||
eyre = { version = "0.6.5", optional = true }
|
||||
futures-core = "0.3.15"
|
||||
|
||||
Reference in New Issue
Block a user