From 471f16f6b17cee751bb9f8167a03a4ef4f035b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:39:08 +0000 Subject: [PATCH] build(deps): bump leptos-use from 0.10.2 to 0.10.3 Bumps [leptos-use](https://github.com/Synphonyte/leptos-use) from 0.10.2 to 0.10.3. - [Release notes](https://github.com/Synphonyte/leptos-use/releases) - [Changelog](https://github.com/Synphonyte/leptos-use/blob/main/CHANGELOG.md) - [Commits](https://github.com/Synphonyte/leptos-use/compare/v0.10.2...v0.10.3) --- updated-dependencies: - dependency-name: leptos-use dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e091ad01..c076f50a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2191,9 +2191,9 @@ dependencies = [ [[package]] name = "leptos-use" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "885ab55e844f9dda9f1394bce011b5ff5332e0a1782c165c78d53f3138cbbd38" +checksum = "66820a54d92b74f2d9613ada9c1c7b6ff2ee38bc6d3ebcf84841b59e539f5426" dependencies = [ "async-trait", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 74cfa43a..91082f16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ candid = "0.10.3" ic-agent = { version = "0.33.0", default-features = false, features = ["pem", "reqwest"] } serde-wasm-bindgen = { version = "0.6.3" } futures = "0.3.30" -leptos-use = "0.10.2" +leptos-use = "0.10.3" reqwest = { version = "0.11.24", default-features = false, features = ["json"] } serde_bytes = "0.11.14" hex = "0.4.3"