diff --git a/matrix_sdk/Cargo.toml b/matrix_sdk/Cargo.toml index 7f50d180..a353b06e 100644 --- a/matrix_sdk/Cargo.toml +++ b/matrix_sdk/Cargo.toml @@ -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"] } diff --git a/matrix_sdk_base/Cargo.toml b/matrix_sdk_base/Cargo.toml index efeedc4c..40855e62 100644 --- a/matrix_sdk_base/Cargo.toml +++ b/matrix_sdk_base/Cargo.toml @@ -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" diff --git a/matrix_sdk_crypto/Cargo.toml b/matrix_sdk_crypto/Cargo.toml index 766d3e17..e1ec78b2 100644 --- a/matrix_sdk_crypto/Cargo.toml +++ b/matrix_sdk_crypto/Cargo.toml @@ -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"