mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-21 18:06:30 +00:00
Bump dependencies (#236)
This commit is contained in:
parent
5a215ebbfb
commit
b016ff1f8f
2 changed files with 1027 additions and 588 deletions
1609
Cargo.lock
generated
1609
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue