diff --git a/Cargo.lock b/Cargo.lock index 9fb6a3f..5921a41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1224,9 +1224,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", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 49f3ae6..6f7ac50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ prometheus = "0.13.3" sysinfo = { version = "0.29.11", optional = true } [dev-dependencies] -tokio = { version = "1.34.0", features = ["full"] } +tokio = { version = "1.35.0", features = ["full"] } tracing-subscriber = "0.3.18" [features]