diff --git a/Cargo.lock b/Cargo.lock index 05404c6..ac4e6c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,9 +606,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.3" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 5dcf251..74afc22 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.9.0", optional = true } -tokio = { version = "1.39.3", features = ["macros", "rt", "rt-multi-thread"] } +tokio = { version = "1.40.0", features = ["macros", "rt", "rt-multi-thread"] } notify = "6.1.1" once_cell = "1.19.0" env_logger = "0.10.2"