diff --git a/Cargo.lock b/Cargo.lock index 10536c0..d9f6cbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -692,9 +692,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index c592e56..ab89eb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,12 +23,12 @@ include = ["src/**/*", "Cargo.toml", "CHANGELOG.md", "LICENSE-*", "README.md"] chrono = "0.4.38" itertools = "0.13.0" log = "0.4.22" -tokio = { version = "1.40.0", features = ["io-util"], default-features = false } +tokio = { version = "1.41.0", features = ["io-util"], default-features = false } [dev-dependencies] criterion = "0.5.1" env_logger = "0.11.5" -tokio = { version = "1.40.0", features = [ +tokio = { version = "1.41.0", features = [ "macros", "net", "rt-multi-thread"