diff --git a/Cargo.lock b/Cargo.lock index d9218d1..7b780b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -618,9 +618,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.34.0" +version = "1.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" +checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" dependencies = [ "backtrace", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index f25b583..82f7d41 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.34.0", features = ["macros", "rt", "rt-multi-thread"] } +tokio = { version = "1.35.0", features = ["macros", "rt", "rt-multi-thread"] } notify = "6.1.1" once_cell = "1.18.0" env_logger = "0.10.1"