diff --git a/Cargo.toml b/Cargo.toml index 8ea81ed..a4c9314 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ sqlx = { version = "=0.8.5", features = [ "sqlite", "chrono", ] } -tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] } sqlparser = { version = "=0.56.0" } chrono = { version = "=0.4.41", features = ["alloc"] } log = { version = "0.4.27" }