diff --git a/Cargo.toml b/Cargo.toml index e2c4f1b..9e96849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ sqlx = { version = "=0.8.6", features = [ "sqlite", "chrono", ] } -tokio = { version = "1.52.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.52.2", features = ["macros", "rt-multi-thread"] } sqlparser = { version = "=0.61.0" } chrono = { version = "=0.4.44", features = ["alloc"] } log = { version = "0.4.29" }