mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-21 18:06:30 +00:00
cargo: bump dependencies (#212)
This commit is contained in:
parent
4c9c0c18ca
commit
031878a61a
2 changed files with 920 additions and 792 deletions
1708
Cargo.lock
generated
1708
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue