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"