We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c1c7ff + a3efe5e commit be23a2cCopy full SHA for be23a2c
1 file changed
Cargo.toml
@@ -14,7 +14,7 @@ sqlx = { version = "=0.8.6", features = [
14
"sqlite",
15
"chrono",
16
] }
17
-tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] }
+tokio = { version = "1.51.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