From eaca2efd22157e8c2aca268dd451497b0d43da61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 13:00:36 +0000 Subject: [PATCH] build(deps): bump tokio from 1.44.2 to 1.45.0 in /backend Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.2 to 1.45.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.2...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] --- backend/Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 2acab1cc..66f187de 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2528,9 +2528,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.44.2" +version = "1.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" +checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" dependencies = [ "backtrace", "bytes", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 656fa8a8..a18bac87 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -24,7 +24,7 @@ reqwest = { version = "0.12.15", features = ["stream", "json"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" sqlx = { version = "0.8.5", features = ["sqlite", "runtime-tokio"] } -tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread", "signal", "tracing"] } +tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread", "signal", "tracing"] } tower-http = { version = "0.6.4", features = ["normalize-path", "fs", "cors", "tracing", "trace"] } tracing = "0.1.41" tracing-subscriber = "0.3.19"