diff --git a/Cargo.lock b/Cargo.lock index 74300ea..ae78229 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -625,9 +625,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.36.0" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" +checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" dependencies = [ "backtrace", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index 7010be0..22eafbf 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 = "1.1.1", optional = true } ipnet = { version = "2.9.0", optional = true } -tokio = { version = "1.36.0", features = ["macros", "rt", "rt-multi-thread"] } +tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] } notify = "6.1.1" once_cell = "1.19.0" env_logger = "0.10.2"