This commit is contained in:
Elijah McMorris 2023-11-21 19:25:32 +00:00
parent acf6858c6c
commit 925760b614
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
4 changed files with 53 additions and 17 deletions

View file

@ -20,7 +20,7 @@ glob = { version = "0.3" }
clokwerk = "0.4"
strum_macros = "0.25"
strum = "0.25"
tokio = { version = "1.26", features = ["full"] }
tokio = { version = "1.34", features = ["full"] }
openssl = { version = "0.10", features = ["vendored"] }
chrono = { version = "0.4", features = ["serde"] }
serde_json = "1.0"