Bump dependencies (#236)

This commit is contained in:
Paolo Barbolini 2024-08-31 17:57:25 +02:00 committed by GitHub
parent 5a215ebbfb
commit b016ff1f8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1027 additions and 588 deletions

1609
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -16,8 +16,8 @@ badge = { path = "./libs/badge" }
anyhow = "1"
cadence = "1"
crates-index = { version = "2", default-features = false, features = ["git"] }
derive_more = "0.99"
crates-index = { version = "3", default-features = false, features = ["git"] }
derive_more = { version = "1", features = ["display", "error", "from"] }
dotenvy = "0.15"
either = "1.12"
font-awesome-as-a-crate = "0.3"
@ -29,7 +29,7 @@ lru_time_cache = "0.11"
maud = "0.26"
once_cell = "1"
parking_lot = "0.12"
pulldown-cmark = "0.11"
pulldown-cmark = "0.12"
relative-path = { version = "1", features = ["serde"] }
reqwest = { version = "0.12", features = ["json"] }
route-recognizer = "0.3"