diff --git a/Cargo.lock b/Cargo.lock index 4b9302d..3c951c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2833,9 +2833,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.51.0" +version = "1.52.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" +checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 0f6a258..8d73a17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ reqwest = { version = "0.13", default-features = false, features = ["json", "rus serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sqlx = { version = "0.8", default-features = false, features = ["sqlite", "runtime-tokio-rustls", "json", "migrate"] } -tokio = { version = "1.51", features = ["macros", "rt-multi-thread", "signal", "net", "sync", "time"] } +tokio = { version = "1.52", features = ["macros", "rt-multi-thread", "signal", "net", "sync", "time"] } tower-http = { version = "0.6", features = ["cors", "fs", "trace"] } tower-sessions = "0.14" tracing = "0.1"