diff --git a/matrix_sdk/Cargo.toml b/matrix_sdk/Cargo.toml index 505f1d73..b1438d11 100644 --- a/matrix_sdk/Cargo.toml +++ b/matrix_sdk/Cargo.toml @@ -21,7 +21,7 @@ http = "0.2.1" reqwest = "0.10.6" serde_json = "1.0.56" thiserror = "1.0.20" -tracing = "0.1.15" +tracing = "0.1.16" url = "2.1.1" matrix-sdk-common-macros = { version = "0.1.0", path = "../matrix_sdk_common_macros" } @@ -37,8 +37,8 @@ version = "0.2.4" default-features = false features = ["std", "std-future"] -[target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures-timer] -version = "3.0.2" +[target.'cfg(not(target_arch = "wasm32"))'.dependencies] +futures-timer = "3.0.2" [target.'cfg(target_arch = "wasm32")'.dependencies.futures-timer] version = "3.0.2" diff --git a/matrix_sdk_base/Cargo.toml b/matrix_sdk_base/Cargo.toml index bbb9a264..5c16e448 100644 --- a/matrix_sdk_base/Cargo.toml +++ b/matrix_sdk_base/Cargo.toml @@ -21,7 +21,7 @@ async-trait = "0.1.36" serde = "1.0.114" serde_json = "1.0.56" zeroize = "1.1.0" -tracing = "0.1.14" +tracing = "0.1.16" matrix-sdk-common-macros = { version = "0.1.0", path = "../matrix_sdk_common_macros" } matrix-sdk-common = { version = "0.1.0", path = "../matrix_sdk_common" } @@ -46,4 +46,4 @@ mockito = "0.26.0" tokio = { version = "0.2.21", features = ["rt-threaded", "macros"] } [target.'cfg(target_arch = "wasm32")'.dev-dependencies] -wasm-bindgen-test = "0.3.14" +wasm-bindgen-test = "0.3.15" diff --git a/matrix_sdk_common/Cargo.toml b/matrix_sdk_common/Cargo.toml index 2bdc5f65..9700f812 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/matrix-org/matrix-rust-sdk" version = "0.1.0" [dependencies] -instant = { version = "0.1.4", features = ["wasm-bindgen", "now"] } +instant = { version = "0.1.6", features = ["wasm-bindgen", "now"] } js_int = "0.1.8" [dependencies.ruma] diff --git a/matrix_sdk_common_macros/Cargo.toml b/matrix_sdk_common_macros/Cargo.toml index 2b0c6564..959d5805 100644 --- a/matrix_sdk_common_macros/Cargo.toml +++ b/matrix_sdk_common_macros/Cargo.toml @@ -14,5 +14,5 @@ version = "0.1.0" proc-macro = true [dependencies] -syn = "1.0.33" +syn = "1.0.34" quote = "1.0.7" diff --git a/matrix_sdk_crypto/Cargo.toml b/matrix_sdk_crypto/Cargo.toml index a5e9833a..ea1fc330 100644 --- a/matrix_sdk_crypto/Cargo.toml +++ b/matrix_sdk_crypto/Cargo.toml @@ -29,7 +29,7 @@ url = "2.1.1" # Misc dependencies thiserror = "1.0.20" -tracing = "0.1.15" +tracing = "0.1.16" atomic = "0.4.6" dashmap = "3.11.7" diff --git a/matrix_sdk_test/Cargo.toml b/matrix_sdk_test/Cargo.toml index 07a0c8a6..17ca6f84 100644 --- a/matrix_sdk_test/Cargo.toml +++ b/matrix_sdk_test/Cargo.toml @@ -16,4 +16,4 @@ http = "0.2.1" matrix-sdk-common = { version = "0.1.0", path = "../matrix_sdk_common" } matrix-sdk-test-macros = { version = "0.1.0", path = "../matrix_sdk_test_macros" } lazy_static = "1.4.0" -serde = "1.0.111" +serde = "1.0.114"