diff --git a/rust/Cargo.lock b/rust/Cargo.lock index f938b3258..956d55802 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -4015,14 +4015,14 @@ dependencies = [ [[package]] name = "mio" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" +checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" dependencies = [ "libc", "log", "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 15218438b..da4c73068 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -102,7 +102,7 @@ libc = "0.2.172" lockfree-object-pool = "0.1.6" log = "0.4" lru = "0.12.5" -mio = "1.0.3" +mio = "1.0.4" moka = "0.12.11" native-dialog = "0.7.0" network-types = "0.0.8"