1 diff --git a/Cargo.lock b/Cargo.lock
2 index 208ef4ff..b5045040 100644
5 @@ -2124,19 +2124,6 @@ dependencies = [
10 -name = "indexed_db_futures"
12 -source = "git+https://github.com/Hywan/rust-indexed-db?branch=feat-factory-nodejs#5dab67890cea0ab88b967031adc09179a537d77c"
18 - "wasm-bindgen-futures",
25 @@ -2726,8 +2713,7 @@ dependencies = [
29 - "indexed_db_futures 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
30 - "indexed_db_futures 0.2.3 (git+https://github.com/Hywan/rust-indexed-db?branch=feat-factory-nodejs)",
31 + "indexed_db_futures",
35 diff --git a/crates/matrix-sdk-indexeddb/Cargo.toml b/crates/matrix-sdk-indexeddb/Cargo.toml
36 index 5b0ef4f4..da73979b 100644
37 --- a/crates/matrix-sdk-indexeddb/Cargo.toml
38 +++ b/crates/matrix-sdk-indexeddb/Cargo.toml
39 @@ -16,7 +16,7 @@ rustdoc-args = ["--cfg", "docsrs"]
41 default = ["e2e-encryption"]
42 e2e-encryption = ["matrix-sdk-base/e2e-encryption", "dep:matrix-sdk-crypto", "dashmap"]
43 -experimental-nodejs = ["indexed_db_futures_nodejs"]
44 +experimental-nodejs = []
48 @@ -26,7 +26,6 @@ dashmap = { version = "5.2.0", optional = true }
49 derive_builder = "0.11.2"
50 gloo-utils = { version = "0.1", features = ["serde"] }
51 indexed_db_futures = "0.2.3"
52 -indexed_db_futures_nodejs = { version = "0.2.3", package = "indexed_db_futures", git = "https://github.com/Hywan/rust-indexed-db", branch = "feat-factory-nodejs", optional = true }
53 js-sys = { version = "0.3.58" }
54 matrix-sdk-base = { version = "0.6.0", path = "../matrix-sdk-base", features = ["js"] }
55 matrix-sdk-crypto = { version = "0.6.0", path = "../matrix-sdk-crypto", features = ["js"], optional = true }