mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-24 00:01:23 +01:00
rust: Update our deps
This commit is contained in:
parent
e9e3d129ba
commit
0d708bc35a
@ -9,12 +9,13 @@ crate-type = ["cdylib", "lib"]
|
|||||||
name = "matrix_crypto"
|
name = "matrix_crypto"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde_json = "1.0.62"
|
serde_json = "1.0.64"
|
||||||
http = "0.2.3"
|
http = "0.2.4"
|
||||||
|
|
||||||
thiserror = "1.0.23"
|
thiserror = "1.0.24"
|
||||||
tracing = "0.1.23"
|
tracing = "0.1.25"
|
||||||
tracing-subscriber = "0.2.15"
|
tracing-subscriber = "0.2.17"
|
||||||
|
uniffi = "0.8.0"
|
||||||
|
|
||||||
[dependencies.js_int]
|
[dependencies.js_int]
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
@ -30,14 +31,9 @@ branch = "encryption-info"
|
|||||||
features = ["sled_cryptostore"]
|
features = ["sled_cryptostore"]
|
||||||
|
|
||||||
[dependencies.tokio]
|
[dependencies.tokio]
|
||||||
version = "1.2.0"
|
version = "1.4.0"
|
||||||
default_features = false
|
default_features = false
|
||||||
features = ["rt-multi-thread"]
|
features = ["rt-multi-thread"]
|
||||||
|
|
||||||
[dependencies.uniffi]
|
|
||||||
version = "0.7.0"
|
|
||||||
git = "https://github.com/mozilla/uniffi-rs"
|
|
||||||
rev = "f7c8ccda783494ee507ea0f8a61f35b39527394f"
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
uniffi_build = "0.7.0"
|
uniffi_build = "0.8.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user