1 diff --git a/Cargo.lock b/Cargo.lock
2 index 2ddfdd0..3fcca5f 100644
5 @@ -1985,20 +1985,6 @@ version = "0.3.3"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
10 -name = "indexed_db_futures"
12 -source = "registry+https://github.com/rust-lang/crates.io-index"
13 -checksum = "d26ac735f676c52305becf53264b91cea9866a8de61ccbf464405b377b9cbca9"
19 - "wasm-bindgen-futures",
24 name = "indexed_db_futures"
26 @@ -2558,8 +2544,7 @@ dependencies = [
30 - "indexed_db_futures 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
31 - "indexed_db_futures 0.2.3 (git+https://github.com/Hywan/rust-indexed-db?branch=feat-factory-nodejs)",
32 + "indexed_db_futures",
36 diff --git a/crates/matrix-sdk-indexeddb/Cargo.toml b/crates/matrix-sdk-indexeddb/Cargo.toml
37 index 7f23dfc..c57e29a 100644
38 --- a/crates/matrix-sdk-indexeddb/Cargo.toml
39 +++ b/crates/matrix-sdk-indexeddb/Cargo.toml
40 @@ -30,7 +30,6 @@ js-sys = { version = "0.3.58" }
41 matrix-sdk-base = { version = "0.6.0", path = "../matrix-sdk-base", features = ["js"] }
42 matrix-sdk-crypto = { version = "0.6.0", path = "../matrix-sdk-crypto", features = ["js"], optional = true }
43 matrix-sdk-store-encryption = { version = "0.2.0", path = "../matrix-sdk-store-encryption" }
44 -indexed_db_futures = "0.2.3"
45 indexed_db_futures_nodejs = { package = "indexed_db_futures", git = "https://github.com/Hywan/rust-indexed-db", branch = "feat-factory-nodejs", optional = true }