From a80af1f71a2fa19a72e61c7e979f608e3b01e7e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:08:10 +0000 Subject: [PATCH] chore(deps): bump input-rs from 0.2.2 to 0.2.3 Bumps [input-rs](https://github.com/opensass/input-rs) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/opensass/input-rs/releases) - [Commits](https://github.com/opensass/input-rs/compare/v0.2.2...v0.2.3) --- updated-dependencies: - dependency-name: input-rs 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 9308cba..4647f62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2393,9 +2393,9 @@ checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" [[package]] name = "input-rs" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab51dec768b54f00586c58d7e4df9d66a0a54b384e2b2ce8ad7ae9b7bd1ff131" +checksum = "8727e945f8f9ff948ee2806f371bbb796341f8e261a91b1cf1fd7f2a32642477" dependencies = [ "dioxus", "web-sys", diff --git a/Cargo.toml b/Cargo.toml index 959b576..6768976 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ anyhow = "1.0.93" time = "0.3.36" regex = "1.11.1" gloo-storage = "0.3.0" -input-rs = { version = "0.2.2", features = ["dio"] } +input-rs = { version = "0.2.3", features = ["dio"] } # Debug dioxus-logger = "0.5.1"