Update cargo dependencies (#103)

This commit is contained in:
Paolo Barbolini 2021-02-14 16:40:37 +01:00 committed by GitHub
parent c5443aaa92
commit c0de9d15b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 219 additions and 301 deletions

516
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -14,10 +14,10 @@ members = [
badge = { path = "./libs/badge" }
anyhow = "1"
cadence = "0.22"
cadence = "0.24"
derive_more = "0.99"
futures = "0.3"
hyper = { version = "0.14", features = ["full"] }
hyper = { version = "0.14.3", features = ["full"] }
indexmap = { version = "1", features = ["serde-1"] }
lru_time_cache = "0.11.1"
maud = "0.22.1"