rework of remind command. updated a dep. fixed an issue in parsing absolute times
This commit is contained in:
@ -9,7 +9,7 @@ dotenv = "0.15"
|
||||
tokio = { version = "0.2", features = ["process"] }
|
||||
reqwest = { version = "0.10", features = ["rustls-tls"] }
|
||||
sqlx = { version = "0.4", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal", "chrono"] }
|
||||
regex = "1.3"
|
||||
regex = "1.4"
|
||||
async-trait = "0.1"
|
||||
log = "0.4"
|
||||
env_logger = "0.8"
|
||||
|
Reference in New Issue
Block a user