diff --git a/Cargo.lock b/Cargo.lock index 13cfe99f..11d74d2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2369,9 +2369,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.0" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 89deafc2..8d50b59c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ members = [ anyhow = { version = "1.0", features = ["backtrace"] } async-trait = "0.1" tower = { version = "0.4", features = ["full"] } -tokio = { version = "1.41", features = ["full"] } +tokio = { version = "1.42", features = ["full"] } tokio-util = { version = "0.7", features = ["codec"] } tokio-stream = { version = "0.1", features = ["sync"] } futures = "0.3"