diff --git a/Cargo.lock b/Cargo.lock index a922472..9c1adb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,9 +606,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 01fee58..d40cf21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ oping = { version = "0.4.0", optional = true } iprange = { version = "0.6.7", optional = true } network-interface = { version = "2.0.0", optional = true } ipnet = { version = "2.10.1", optional = true } -tokio = { version = "1.41.0", features = ["macros", "rt", "rt-multi-thread"] } +tokio = { version = "1.41.1", features = ["macros", "rt", "rt-multi-thread"] } notify = "6.1.1" once_cell = "1.20.2" env_logger = "0.10.2"