mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-11 09:23:23 -04:00
Use workspace dependencies for futures-core
This commit is contained in:
committed by
Jonas Platte
parent
78838e67c1
commit
f68fd6c7cf
@@ -30,6 +30,7 @@ ctor = "0.2.0"
|
||||
dashmap = "5.2.0"
|
||||
eyeball = "0.7.0"
|
||||
eyeball-im = "0.2.0"
|
||||
futures-core = "0.3.28"
|
||||
futures-executor = "0.3.21"
|
||||
futures-util = { version = "0.3.26", default-features = false, features = ["alloc"] }
|
||||
http = "0.2.6"
|
||||
|
||||
@@ -26,8 +26,8 @@ base64 = "0.21"
|
||||
eyeball = { workspace = true }
|
||||
eyeball-im = { workspace = true }
|
||||
extension-trait = "1.0.1"
|
||||
futures-core = "0.3.17"
|
||||
futures-util = { version = "0.3.17", default-features = false }
|
||||
futures-core = { workspace = true }
|
||||
futures-util = { workspace = true }
|
||||
matrix-sdk-ui = { path = "../../crates/matrix-sdk-ui", features = ["experimental-sliding-sync"] }
|
||||
mime = "0.3.16"
|
||||
# FIXME: we currently can't feature flag anything in the api.udl, therefore we must enforce experimental-sliding-sync being exposed here..
|
||||
|
||||
@@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
|
||||
js = ["instant/wasm-bindgen", "instant/inaccurate", "wasm-bindgen-futures"]
|
||||
|
||||
[dependencies]
|
||||
futures-core = "0.3.21"
|
||||
futures-core = { workspace = true }
|
||||
instant = "0.1.12"
|
||||
ruma = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
||||
@@ -36,7 +36,7 @@ byteorder = { workspace = true }
|
||||
ctr = "0.9.1"
|
||||
dashmap = { workspace = true }
|
||||
eyeball = { workspace = true }
|
||||
futures-core = "0.3.24"
|
||||
futures-core = { workspace = true }
|
||||
futures-util = { workspace = true }
|
||||
hmac = "0.12.1"
|
||||
http = { workspace = true, optional = true } # feature = testing only
|
||||
|
||||
@@ -30,7 +30,7 @@ docsrs = [
|
||||
[dependencies]
|
||||
async-trait = { workspace = true }
|
||||
fs_extra = "1.2.0"
|
||||
futures-core = "0.3.21"
|
||||
futures-core = { workspace = true }
|
||||
futures-util = { workspace = true }
|
||||
matrix-sdk-base = { version = "0.6.0", path = "../matrix-sdk-base", optional = true }
|
||||
matrix-sdk-crypto = { version = "0.6.0", path = "../matrix-sdk-crypto", optional = true }
|
||||
|
||||
@@ -17,7 +17,7 @@ experimental-sliding-sync = ["matrix-sdk/experimental-sliding-sync"]
|
||||
async-trait = { workspace = true }
|
||||
chrono = "0.4.23"
|
||||
eyeball-im = { workspace = true }
|
||||
futures-core = "0.3.21"
|
||||
futures-core = { workspace = true }
|
||||
futures-util = { workspace = true }
|
||||
imbl = { version = "2.0.0", features = ["serde"] }
|
||||
indexmap = "1.9.1"
|
||||
|
||||
@@ -69,7 +69,7 @@ event-listener = "2.5.2"
|
||||
eyeball = { workspace = true }
|
||||
eyeball-im = { workspace = true }
|
||||
eyre = { version = "0.6.8", optional = true }
|
||||
futures-core = "0.3.21"
|
||||
futures-core = { workspace = true }
|
||||
futures-util = { workspace = true }
|
||||
http = { workspace = true }
|
||||
imbl = { version = "2.0.0", features = ["serde"] }
|
||||
|
||||
Reference in New Issue
Block a user