added chrono depedency and removed util functions related to http requests

This commit is contained in:
Valmo Trindade
2025-01-28 16:24:48 -03:00
parent 47c00facd9
commit 1aeeee426f
3 changed files with 7 additions and 100 deletions

View File

@@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
arma-rs = "1.10.4"
chrono = "0.4.39"
futures = "0.3.31"
futures-util = "0.3.31"
http = "1.1.0"