From d476878b6f0bddd9c073154eda99e99a349cee86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 03:21:28 +0000 Subject: [PATCH] Bump tokio from 1.44.0 to 1.45.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.0 to 1.45.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.0...tokio-1.45.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4817e6..3b81a64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5761,9 +5761,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.0" +version = "1.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a" +checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 5b8c18d..7a2833b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ anyhow = "1.0.97" axum = { version = "0.8.1", features = ["macros"] } axum-extra = { version = "0.10.0", features = ["typed-header"] } figment = { version = "0.10.19", features = ["env", "toml"] } -tokio = { version = "1.44", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.45", features = ["macros", "rt-multi-thread"] } tower = "0.5.2" tower-http = { version = "0.6.2", features = ["trace", "limit"] } tracing = "0.1.41"