diff --git a/Cargo.lock b/Cargo.lock index 702e2528..f429d7d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2846,9 +2846,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.43.0" +version = "1.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 9980b7b9..3b411e9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.139" thiserror = "2.0.11" warp = { version = "0.3.7", features = ["tls"] } -tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread", "signal"] } +tokio = { version = "1.44.0", features = ["macros", "rt-multi-thread", "signal"] } futures = "0.3.31" log = "0.4.25" sqlx = { version = "0.8.3", features = ["runtime-tokio-rustls", "any", "mysql", "sqlite", "postgres"] }