matrix-sdk: Bump our dependencies.
parent
7ddc785a9a
commit
d273786d83
|
@ -21,7 +21,7 @@ http = "0.2.1"
|
||||||
reqwest = "0.10.6"
|
reqwest = "0.10.6"
|
||||||
serde_json = "1.0.56"
|
serde_json = "1.0.56"
|
||||||
thiserror = "1.0.20"
|
thiserror = "1.0.20"
|
||||||
tracing = "0.1.15"
|
tracing = "0.1.16"
|
||||||
url = "2.1.1"
|
url = "2.1.1"
|
||||||
|
|
||||||
matrix-sdk-common-macros = { version = "0.1.0", path = "../matrix_sdk_common_macros" }
|
matrix-sdk-common-macros = { version = "0.1.0", path = "../matrix_sdk_common_macros" }
|
||||||
|
@ -37,8 +37,8 @@ version = "0.2.4"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["std", "std-future"]
|
features = ["std", "std-future"]
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures-timer]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
version = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies.futures-timer]
|
[target.'cfg(target_arch = "wasm32")'.dependencies.futures-timer]
|
||||||
version = "3.0.2"
|
version = "3.0.2"
|
||||||
|
|
|
@ -21,7 +21,7 @@ async-trait = "0.1.36"
|
||||||
serde = "1.0.114"
|
serde = "1.0.114"
|
||||||
serde_json = "1.0.56"
|
serde_json = "1.0.56"
|
||||||
zeroize = "1.1.0"
|
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-macros = { version = "0.1.0", path = "../matrix_sdk_common_macros" }
|
||||||
matrix-sdk-common = { version = "0.1.0", path = "../matrix_sdk_common" }
|
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"] }
|
tokio = { version = "0.2.21", features = ["rt-threaded", "macros"] }
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
||||||
wasm-bindgen-test = "0.3.14"
|
wasm-bindgen-test = "0.3.15"
|
||||||
|
|
|
@ -11,7 +11,7 @@ repository = "https://github.com/matrix-org/matrix-rust-sdk"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
instant = { version = "0.1.4", features = ["wasm-bindgen", "now"] }
|
instant = { version = "0.1.6", features = ["wasm-bindgen", "now"] }
|
||||||
js_int = "0.1.8"
|
js_int = "0.1.8"
|
||||||
|
|
||||||
[dependencies.ruma]
|
[dependencies.ruma]
|
||||||
|
|
|
@ -14,5 +14,5 @@ version = "0.1.0"
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = "1.0.33"
|
syn = "1.0.34"
|
||||||
quote = "1.0.7"
|
quote = "1.0.7"
|
||||||
|
|
|
@ -29,7 +29,7 @@ url = "2.1.1"
|
||||||
|
|
||||||
# Misc dependencies
|
# Misc dependencies
|
||||||
thiserror = "1.0.20"
|
thiserror = "1.0.20"
|
||||||
tracing = "0.1.15"
|
tracing = "0.1.16"
|
||||||
atomic = "0.4.6"
|
atomic = "0.4.6"
|
||||||
dashmap = "3.11.7"
|
dashmap = "3.11.7"
|
||||||
|
|
||||||
|
|
|
@ -16,4 +16,4 @@ http = "0.2.1"
|
||||||
matrix-sdk-common = { version = "0.1.0", path = "../matrix_sdk_common" }
|
matrix-sdk-common = { version = "0.1.0", path = "../matrix_sdk_common" }
|
||||||
matrix-sdk-test-macros = { version = "0.1.0", path = "../matrix_sdk_test_macros" }
|
matrix-sdk-test-macros = { version = "0.1.0", path = "../matrix_sdk_test_macros" }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
serde = "1.0.111"
|
serde = "1.0.114"
|
||||||
|
|
Loading…
Reference in New Issue