Skip to content

Commit e6094e6

Browse files
committed
chore: Use our own fork of indexed-db-futures.
This patch uses our own fork of `indexed-db-futures`: `matrix-indexed-db-futures`.
1 parent ea53835 commit e6094e6

File tree

2 files changed

+41
-40
lines changed

2 files changed

+41
-40
lines changed

Cargo.lock

Lines changed: 40 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ hkdf = "0.12.4"
5151
hmac = "0.12.1"
5252
http = "1.3.1"
5353
imbl = "6.1.0"
54-
indexed_db_futures = "0.6.4"
54+
indexed_db_futures = { version = "0.7.0", package = "matrix_indexed_db_futures" }
5555
indexmap = "2.12.1"
5656
insta = { version = "1.44.1", features = ["json", "redactions"] }
5757
itertools = "0.14.0"
@@ -201,7 +201,6 @@ lto = false
201201
[patch.crates-io]
202202
async-compat = { git = "https://github.com/element-hq/async-compat", rev = "5a27c8b290f1f1dcfc0c4ec22c464e38528aa591" }
203203
const_panic = { git = "https://github.com/jplatte/const_panic", rev = "9024a4cb3eac45c1d2d980f17aaee287b17be498" }
204-
indexed_db_futures = { git = "https://github.com/matrix-org/rust-indexed-db", rev = "201caac274e38756c6e523ba7cf84ffb625b7c48" }
205204
# Needed to fix rotation log issue on Android (https://github.com/tokio-rs/tracing/issues/2937)
206205
tracing = { git = "https://github.com/tokio-rs/tracing.git", rev = "20f5b3d8ba057ca9c4ae00ad30dda3dce8a71c05" }
207206
tracing-core = { git = "https://github.com/tokio-rs/tracing.git", rev = "20f5b3d8ba057ca9c4ae00ad30dda3dce8a71c05" }

0 commit comments

Comments
 (0)