From 1029d342257325b7890d75aa993f61afe5265122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 20:04:31 +0000 Subject: [PATCH] Bump tokio from 1.43.0 to 1.43.1 in /backend Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... 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 5822768..0bdd9af 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2399,9 +2399,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.43.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 86b3a06..e38b46f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -17,7 +17,7 @@ serde-inline-default = "0.2.0" sqlx = { version = "0.8.5", features = ["runtime-tokio-rustls", "sqlite", "time", "uuid"] } thiserror = "2.0.11" time = { version = "0.3.36", features = ["parsing", "serde"] } -tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "signal"] } +tokio = { version = "1.43.1", features = ["macros", "rt-multi-thread", "signal"] } tower-http = { version = "0.6.1", features = ["cors", "fs", "trace"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }