From 1c6a67d864c8115d8226b3d54bff625d26563d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 13 Oct 2020 13:01:18 +0200 Subject: [PATCH] matrix-sdk: Bump our deps. --- matrix_sdk/Cargo.toml | 18 +++++++++--------- matrix_sdk_base/Cargo.toml | 18 +++++++++--------- matrix_sdk_common/Cargo.toml | 2 +- matrix_sdk_common_macros/Cargo.toml | 2 +- matrix_sdk_crypto/Cargo.toml | 24 ++++++++++++------------ matrix_sdk_test/Cargo.toml | 4 ++-- 6 files changed, 34 insertions(+), 34 deletions(-) diff --git a/matrix_sdk/Cargo.toml b/matrix_sdk/Cargo.toml index 510a1b01..cc1ba580 100644 --- a/matrix_sdk/Cargo.toml +++ b/matrix_sdk/Cargo.toml @@ -28,14 +28,14 @@ socks = ["reqwest/socks"] docs = ["encryption", "sqlite_cryptostore", "messages"] [dependencies] -async-trait = "0.1.40" +async-trait = "0.1.41" dashmap = { version = "3.11.10", optional = true } http = "0.2.1" -serde_json = "1.0.57" -thiserror = "1.0.20" -tracing = "0.1.19" +serde_json = "1.0.58" +thiserror = "1.0.21" +tracing = "0.1.21" url = "2.1.1" -zeroize = "1.1.0" +zeroize = "1.1.1" mime = "0.3.16" matrix-sdk-common-macros = { version = "0.1.0", path = "../matrix_sdk_common_macros" } @@ -68,17 +68,17 @@ version = "3.0.2" features = ["wasm-bindgen"] [dev-dependencies] -async-trait = "0.1.40" +async-trait = "0.1.41" async-std = { version = "1.6.5", features = ["unstable"] } dirs = "3.0.1" matrix-sdk-test = { version = "0.1.0", path = "../matrix_sdk_test" } tokio = { version = "0.2.22", features = ["rt-threaded", "macros"] } -serde_json = "1.0.57" -tracing-subscriber = "0.2.11" +serde_json = "1.0.58" +tracing-subscriber = "0.2.13" tempfile = "3.1.0" mockito = "0.27.0" lazy_static = "1.4.0" -futures = "0.3.5" +futures = "0.3.6" [[example]] name = "emoji_verification" diff --git a/matrix_sdk_base/Cargo.toml b/matrix_sdk_base/Cargo.toml index 25c868d7..7d8de457 100644 --- a/matrix_sdk_base/Cargo.toml +++ b/matrix_sdk_base/Cargo.toml @@ -24,18 +24,18 @@ unstable-synapse-quirks = ["matrix-sdk-common/unstable-synapse-quirks"] docs = ["encryption", "sqlite_cryptostore", "messages"] [dependencies] -async-trait = "0.1.40" -serde = "1.0.115" -serde_json = "1.0.57" -zeroize = "1.1.0" -tracing = "0.1.19" +async-trait = "0.1.41" +serde = "1.0.116" +serde_json = "1.0.58" +zeroize = "1.1.1" +tracing = "0.1.21" matrix-sdk-common-macros = { version = "0.1.0", path = "../matrix_sdk_common_macros" } matrix-sdk-common = { version = "0.1.0", path = "../matrix_sdk_common" } matrix-sdk-crypto = { version = "0.1.0", path = "../matrix_sdk_crypto", optional = true } # Misc dependencies -thiserror = "1.0.20" +thiserror = "1.0.21" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "0.2.22" @@ -43,10 +43,10 @@ default-features = false features = ["sync", "fs"] [dev-dependencies] -futures = "0.3.5" +futures = "0.3.6" matrix-sdk-test = { version = "0.1.0", path = "../matrix_sdk_test" } http = "0.2.1" -tracing-subscriber = "0.2.11" +tracing-subscriber = "0.2.13" tempfile = "3.1.0" mockito = "0.27.0" @@ -54,4 +54,4 @@ mockito = "0.27.0" tokio = { version = "0.2.22", features = ["rt-threaded", "macros"] } [target.'cfg(target_arch = "wasm32")'.dev-dependencies] -wasm-bindgen-test = "0.3.17" +wasm-bindgen-test = "0.3.18" diff --git a/matrix_sdk_common/Cargo.toml b/matrix_sdk_common/Cargo.toml index 6eb38e5d..05aded63 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -15,7 +15,7 @@ unstable-synapse-quirks = ["ruma/unstable-synapse-quirks"] [dependencies] assign = "1.1.0" -instant = { version = "0.1.6", features = ["wasm-bindgen", "now"] } +instant = { version = "0.1.7", features = ["wasm-bindgen", "now"] } js_int = "0.1.9" [dependencies.ruma] diff --git a/matrix_sdk_common_macros/Cargo.toml b/matrix_sdk_common_macros/Cargo.toml index b48aa9b1..fab5eea7 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.40" +syn = "1.0.44" quote = "1.0.7" diff --git a/matrix_sdk_crypto/Cargo.toml b/matrix_sdk_crypto/Cargo.toml index aa3bbb3a..023c9cb3 100644 --- a/matrix_sdk_crypto/Cargo.toml +++ b/matrix_sdk_crypto/Cargo.toml @@ -20,29 +20,29 @@ sqlite_cryptostore = ["sqlx"] docs = ["sqlite_cryptostore"] [dependencies] -async-trait = "0.1.40" +async-trait = "0.1.41" matrix-sdk-common-macros = { version = "0.1.0", path = "../matrix_sdk_common_macros" } matrix-sdk-common = { version = "0.1.0", path = "../matrix_sdk_common" } -olm-rs = { version = "0.6.0", features = ["serde"] } +olm-rs = { version = "1.0.0", features = ["serde"] } getrandom = "0.2.0" -serde = { version = "1.0.115", features = ["derive", "rc"] } -serde_json = "1.0.57" +serde = { version = "1.0.116", features = ["derive", "rc"] } +serde_json = "1.0.58" cjson = "0.1.1" -zeroize = { version = "1.1.0", features = ["zeroize_derive"] } +zeroize = { version = "1.1.1", features = ["zeroize_derive"] } url = "2.1.1" # Misc dependencies -thiserror = "1.0.20" -tracing = "0.1.19" +thiserror = "1.0.21" +tracing = "0.1.21" atomic = "0.5.0" dashmap = "3.11.10" sha2 = "0.9.1" -aes-ctr = "0.4.0" +aes-ctr = "0.5.0" pbkdf2 = { version = "0.5.0", default-features = false } hmac = "0.9.0" -base64 = "0.12.3" +base64 = "0.13.0" byteorder = "1.3.4" [dependencies.tracing-futures] @@ -58,10 +58,10 @@ features = ["runtime-tokio", "sqlite", "macros"] [dev-dependencies] tokio = { version = "0.2.22", features = ["rt-threaded", "macros"] } -futures = "0.3.5" +futures = "0.3.6" proptest = "0.10.1" -serde_json = "1.0.57" +serde_json = "1.0.58" tempfile = "3.1.0" http = "0.2.1" matrix-sdk-test = { version = "0.1.0", path = "../matrix_sdk_test" } -indoc = "1.0.2" +indoc = "1.0.3" diff --git a/matrix_sdk_test/Cargo.toml b/matrix_sdk_test/Cargo.toml index 4c58f638..108ad599 100644 --- a/matrix_sdk_test/Cargo.toml +++ b/matrix_sdk_test/Cargo.toml @@ -11,9 +11,9 @@ repository = "https://github.com/matrix-org/matrix-rust-sdk" version = "0.1.0" [dependencies] -serde_json = "1.0.57" +serde_json = "1.0.58" 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.115" +serde = "1.0.116"