From f552883ba26384f487e72b03d8abeb35f79eb2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:34:44 +0000 Subject: [PATCH] Bump input_yew from 0.1.8 to 0.1.9 Bumps [input_yew](https://github.com/wiseaidev/input-yew) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/wiseaidev/input-yew/releases) - [Commits](https://github.com/wiseaidev/input-yew/compare/v0.1.8...v0.1.9) --- updated-dependencies: - dependency-name: input_yew 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 eef6b69..c09f25d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -638,9 +638,9 @@ dependencies = [ [[package]] name = "input_yew" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3d515cef50bd006767c419ede136f64bf500993b96f8d9aebb30a1b72f7c401" +checksum = "68e896b94390c813565c5d6873d79292b7893f3149368184daa7ecef731e609d" dependencies = [ "web-sys", "yew", diff --git a/Cargo.toml b/Cargo.toml index 6ff7b93..934c24c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -input_yew = { version = "0.1.8", default-features = false } +input_yew = { version = "0.1.9", default-features = false } regex = { version = "1.9.1", default-features = false } reqwasm = { version = "0.5.0", default-features = false } serde = { version = "1.0.178", default-features = false }