migration for $r commands

This commit is contained in:
jude
2022-08-14 16:22:00 +01:00
parent 25b84880a5
commit bb3386c4e8
7 changed files with 307 additions and 119 deletions

View File

@ -12,7 +12,7 @@ oauth2 = "4"
log = "0.4"
reqwest = "0.11"
serde = { version = "1.0", features = ["derive"] }
sqlx = { version = "0.5", features = ["runtime-tokio-rustls", "macros", "mysql", "chrono", "json"] }
sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "macros", "mysql", "chrono", "json"] }
chrono = "0.4"
chrono-tz = "0.5"
lazy_static = "1.4.0"