python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / matrix-sdk-crypto-nodejs / remove-duplicate-dependency.patch
blob0b1ddabcede47a5bb4a1ef949a2b660e91227004
1 diff --git a/Cargo.lock b/Cargo.lock
2 index 2ddfdd0..3fcca5f 100644
3 --- a/Cargo.lock
4 +++ b/Cargo.lock
5 @@ -1985,20 +1985,6 @@ version = "0.3.3"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
9 -[[package]]
10 -name = "indexed_db_futures"
11 -version = "0.2.3"
12 -source = "registry+https://github.com/rust-lang/crates.io-index"
13 -checksum = "d26ac735f676c52305becf53264b91cea9866a8de61ccbf464405b377b9cbca9"
14 -dependencies = [
15 - "cfg-if",
16 - "js-sys",
17 - "uuid 0.8.2",
18 - "wasm-bindgen",
19 - "wasm-bindgen-futures",
20 - "web-sys",
23 [[package]]
24 name = "indexed_db_futures"
25 version = "0.2.3"
26 @@ -2558,8 +2544,7 @@ dependencies = [
27 "derive_builder",
28 "futures-util",
29 "getrandom 0.2.7",
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",
33 "js-sys",
34 "matrix-sdk-base",
35 "matrix-sdk-common",
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 }
46 ruma = "0.7.0"
47 serde = "1.0.136"