diff --git a/Cargo.lock b/Cargo.lock index 2439d68..490c7b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -625,9 +625,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.38.0" +version = "1.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" +checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df" dependencies = [ "backtrace", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index 7c0db63..a3febb5 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.38.0", features = ["macros", "rt", "rt-multi-thread"] } +tokio = { version = "1.38.1", features = ["macros", "rt", "rt-multi-thread"] } notify = "6.1.1" once_cell = "1.19.0" env_logger = "0.10.2"