cargo: bump dependencies (#212)

This commit is contained in:
Paolo Barbolini 2024-01-20 13:02:58 +01:00 committed by GitHub
parent 4c9c0c18ca
commit 031878a61a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 920 additions and 792 deletions

1708
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -14,7 +14,7 @@ members = [
badge = { path = "./libs/badge" }
anyhow = "1"
cadence = "0.29"
cadence = "1"
crates-index = { version = "2", default-features = false, features = ["git-https"] }
derive_more = "0.99"
font-awesome-as-a-crate = "0.3"
@ -22,7 +22,7 @@ futures-util = { version = "0.3", default-features = false, features = ["std"] }
hyper = { version = "0.14.10", features = ["full"] }
indexmap = { version = "2", features = ["serde"] }
lru_time_cache = "0.11.1"
maud = "0.25"
maud = "0.26"
once_cell = "1"
pulldown-cmark = "0.9"
relative-path = { version = "1.3", features = ["serde"] }