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"