Added dependencies for improved API handling
This commit is contained in:
parent
0b8b2299da
commit
1ae5d2b49f
2 changed files with 4 additions and 0 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -119,6 +119,7 @@ dependencies = [
|
|||
"chrono",
|
||||
"confy",
|
||||
"dotenv",
|
||||
"ipnet",
|
||||
"log",
|
||||
"reqwest",
|
||||
"serde",
|
||||
|
@ -126,6 +127,7 @@ dependencies = [
|
|||
"serde_json",
|
||||
"strum_macros",
|
||||
"systemd-journal-logger",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -16,3 +16,5 @@ log = "^0.4.20"
|
|||
systemd-journal-logger = "^2.1.1"
|
||||
confy = "^0.5.1"
|
||||
dotenv = "^0.15.0"
|
||||
ipnet = "^2.9.0"
|
||||
url = "2.5.0"
|
||||
|
|
Loading…
Reference in a new issue