We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4080d23 + c5d4215 commit 4b035b3Copy full SHA for 4b035b3
1 file changed
Cargo.toml
@@ -14,7 +14,7 @@ sqlx = { version = "=0.8.6", features = [
14
"sqlite",
15
"chrono",
16
] }
17
-tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
+tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] }
18
sqlparser = { version = "=0.60.0" }
19
chrono = { version = "=0.4.44", features = ["alloc"] }
20
log = { version = "0.4.29" }
0 commit comments