chores: Update crates to latest versions

This commit is contained in:
Jan Christian Grünhage 2020-04-20 23:37:28 +02:00
parent 0c6eb9a9eb
commit b3bdf965e7
2 changed files with 196 additions and 195 deletions

377
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -13,14 +13,14 @@ documentation = "https://github.com/zbrox/cloudflare-ddns"
readme = "README.md"
[dependencies]
quicli = "0.4"
structopt = "0.3.12"
quicli = "0.4.0"
structopt = "0.3.13"
reqwest= { version = "0.10.4", features = ["blocking", "json"] }
serde = "1.0.105"
serde_json = "1.0.48"
serde = "1.0.106"
serde_json = "1.0.51"
toml = "0.5.6"
human-panic = "1.0.2"
serde_derive = "1.0.105"
anyhow = "1.0.27"
human-panic = "1.0.3"
serde_derive = "1.0.106"
anyhow = "1.0.28"
env_logger = "0.7.1"
log = "0.4.8"