matrix-sdk: Bump the versions of our deps.
parent
9fe0717cee
commit
56309ae12c
|
@ -24,7 +24,7 @@ sqlite_cryptostore = ["matrix-sdk-base/sqlite_cryptostore"]
|
|||
docs = ["encryption", "sqlite_cryptostore", "messages"]
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.37"
|
||||
async-trait = "0.1.38"
|
||||
dashmap = { version = "3.11.10", optional = true }
|
||||
http = "0.2.1"
|
||||
# FIXME: Revert to regular dependency once 0.10.8 or 0.11.0 is released
|
||||
|
@ -55,7 +55,7 @@ version = "3.0.2"
|
|||
features = ["wasm-bindgen"]
|
||||
|
||||
[dev-dependencies]
|
||||
async-trait = "0.1.37"
|
||||
async-trait = "0.1.38"
|
||||
dirs = "3.0.1"
|
||||
matrix-sdk-test = { version = "0.1.0", path = "../matrix_sdk_test" }
|
||||
tokio = { version = "0.2.22", features = ["rt-threaded", "macros"] }
|
||||
|
|
|
@ -23,7 +23,7 @@ sqlite_cryptostore = ["matrix-sdk-crypto/sqlite_cryptostore"]
|
|||
docs = ["encryption", "sqlite_cryptostore", "messages"]
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.37"
|
||||
async-trait = "0.1.38"
|
||||
serde = "1.0.115"
|
||||
serde_json = "1.0.57"
|
||||
zeroize = "1.1.0"
|
||||
|
|
|
@ -20,7 +20,7 @@ sqlite_cryptostore = ["sqlx"]
|
|||
docs = ["sqlite_cryptostore"]
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.37"
|
||||
async-trait = "0.1.38"
|
||||
|
||||
matrix-sdk-common-macros = { version = "0.1.0", path = "../matrix_sdk_common_macros" }
|
||||
matrix-sdk-common = { version = "0.1.0", path = "../matrix_sdk_common" }
|
||||
|
@ -52,7 +52,7 @@ features = ["runtime-tokio", "sqlite"]
|
|||
[dev-dependencies]
|
||||
tokio = { version = "0.2.22", features = ["rt-threaded", "macros"] }
|
||||
futures = "0.3.5"
|
||||
proptest = "0.10.0"
|
||||
proptest = "0.10.1"
|
||||
serde_json = "1.0.57"
|
||||
tempfile = "3.1.0"
|
||||
http = "0.2.1"
|
||||
|
|
Loading…
Reference in New Issue