From fe429456c2bcefc9901a4e8abcaa99c45c534cd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 09:19:32 +0000 Subject: [PATCH] chore(deps): bump rexie from 0.5.0 to 0.6.1 Bumps [rexie](https://github.com/devashishdxt/rexie) from 0.5.0 to 0.6.1. - [Release notes](https://github.com/devashishdxt/rexie/releases) - [Commits](https://github.com/devashishdxt/rexie/compare/v0.5.0...v0.6.1) --- updated-dependencies: - dependency-name: rexie dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 +++++++++++++++++------- moksha-wallet/Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbf62f99..1251e0d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1635,6 +1635,20 @@ dependencies = [ "cc", ] +[[package]] +name = "idb" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5343e1df07c7c249df4a750a6e8c42dda96d6041e126cea6776151ec648645c2" +dependencies = [ + "js-sys", + "num-traits", + "thiserror", + "tokio", + "wasm-bindgen", + "web-sys", +] + [[package]] name = "ident_case" version = "1.0.1" @@ -2920,17 +2934,13 @@ dependencies = [ [[package]] name = "rexie" -version = "0.5.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d34618a20b14cebebc63f8b1c5228116e7379765e8f1b7a9f66b5920babd8595" +checksum = "1dc7b9e833b7e246d7f88952c666336eb57f7c7e715b1e4756cbfbcddd3a5816" dependencies = [ - "js-sys", - "num-traits", + "idb", "thiserror", - "tokio", "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", ] [[package]] diff --git a/moksha-wallet/Cargo.toml b/moksha-wallet/Cargo.toml index c0521c1c..dfae1bb7 100644 --- a/moksha-wallet/Cargo.toml +++ b/moksha-wallet/Cargo.toml @@ -33,7 +33,7 @@ rand = { workspace = true } gloo-net = { version = "0.5.0" } serde-wasm-bindgen = "0.6.5" wasm-bindgen = "0.2.92" -rexie = "0.5.0" +rexie = "0.6.1" tokio = { workspace = true, features = ["rt", "sync"] } [target.'cfg(not(target_family="wasm"))'.dependencies]