Change Cargo.toml Version requirements + add confy
Some checks failed
Run Tests on Code / run-tests (push) Failing after 22s
Some checks failed
Run Tests on Code / run-tests (push) Failing after 22s
This commit is contained in:
parent
590093aa5e
commit
0b8b2299da
2 changed files with 516 additions and 340 deletions
841
Cargo.lock
generated
841
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
15
Cargo.toml
15
Cargo.toml
|
@ -6,12 +6,13 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.23"
|
||||
reqwest = { version = "0.11.14", features = ["blocking", "json"] }
|
||||
serde = "1.0.152"
|
||||
serde_derive = "1.0.152"
|
||||
serde_json = "1.0.93"
|
||||
strum_macros = "0.24.3"
|
||||
chrono = "^0.4.23"
|
||||
reqwest = { version = "^0.11.14", features = ["blocking", "json"] }
|
||||
serde = "^1.0.152"
|
||||
serde_derive = "^1.0.152"
|
||||
serde_json = "^1.0.93"
|
||||
strum_macros = "^0.24.3"
|
||||
log = "^0.4.20"
|
||||
systemd-journal-logger = "^2.1.1"
|
||||
confy = "0.5.1"
|
||||
confy = "^0.5.1"
|
||||
dotenv = "^0.15.0"
|
||||
|
|
Loading…
Reference in a new issue