diff --git a/crates/matrix-sdk-crypto/Cargo.toml b/crates/matrix-sdk-crypto/Cargo.toml index b123923e0..c2d87c7f1 100644 --- a/crates/matrix-sdk-crypto/Cargo.toml +++ b/crates/matrix-sdk-crypto/Cargo.toml @@ -48,7 +48,7 @@ zeroize = { version = "1.3.0", features = ["zeroize_derive"] } anyhow = "1" # feature = testing only -http = { version = "0.2.4", optional = true} +http = { version = "0.2.4", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies.vodozemac] git = "https://github.com/matrix-org/vodozemac" diff --git a/crates/matrix-sdk-indexeddb/Cargo.toml b/crates/matrix-sdk-indexeddb/Cargo.toml index 1f373c358..91d54e51c 100644 --- a/crates/matrix-sdk-indexeddb/Cargo.toml +++ b/crates/matrix-sdk-indexeddb/Cargo.toml @@ -30,7 +30,7 @@ tracing = "0.1.26" [target.'cfg(target_arch = "wasm32")'.dependencies] # for wasm32 we need to activate this -getrandom = { version = "0.2", features = ["js"]} +getrandom = { version = "0.2", features = ["js"] } [dev-dependencies] matrix-sdk-base = { path = "../matrix-sdk-base", features = ["testing"] } diff --git a/crates/matrix-sdk-sled/Cargo.toml b/crates/matrix-sdk-sled/Cargo.toml index 6bff143e2..dff113e31 100644 --- a/crates/matrix-sdk-sled/Cargo.toml +++ b/crates/matrix-sdk-sled/Cargo.toml @@ -41,7 +41,7 @@ dashmap = "5.1.0" # binary-build only atty = { version = "0.2.14", optional = true } clap = { version = "3.1.0", optional = true } -futures = { version = "0.3.15", default-features = false, features = ["executor"], optional = true} +futures = { version = "0.3.15", default-features = false, features = ["executor"], optional = true } rustyline = { version = "9.0.0", optional = true } rustyline-derive = { version = "0.6.0", optional = true } syntect = { version = "4.5.0", optional = true }