From ec0e5f52f99537820139427d464f21c3b2726a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Sep 2022 11:26:30 +0000 Subject: [PATCH] Bump hound from 3.4.0 to 3.5.0 Bumps [hound](https://github.com/ruuda/hound) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/ruuda/hound/releases) - [Changelog](https://github.com/ruuda/hound/blob/master/changelog.md) - [Commits](https://github.com/ruuda/hound/commits) --- updated-dependencies: - dependency-name: hound dependency-type: direct:production update-type: version-update:semver-minor ... 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 c4941a1b7..ef85d46dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2345,9 +2345,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hound" -version = "3.4.0" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549" +checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1" [[package]] name = "http" diff --git a/Cargo.toml b/Cargo.toml index c65e73d82..90af17138 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,7 +137,7 @@ simple_rc = { path = "libs/simple_rc", optional = true } flutter_rust_bridge_codegen = { git = "https://github.com/SoLongAndThanksForAllThePizza/flutter_rust_bridge" } [dev-dependencies] -hound = "3.4" +hound = "3.5" [package.metadata.bundle] name = "RustDesk"