mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-24 19:16:31 +00:00
chore: update pulldown-cmark and lockfile (#222)
This commit is contained in:
parent
e10d5ea6e4
commit
0153222542
2 changed files with 348 additions and 828 deletions
1156
Cargo.lock
generated
1156
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
20
Cargo.toml
20
Cargo.toml
|
@ -1,21 +1,22 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
".",
|
||||
"./libs/badge",
|
||||
]
|
||||
|
||||
[package]
|
||||
name = "shiny-robots"
|
||||
version = "0.1.0"
|
||||
authors = ["Sam Rijs <srijs@airpost.net>"]
|
||||
edition = "2021"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
".",
|
||||
"./libs/badge",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
badge = { path = "./libs/badge" }
|
||||
|
||||
anyhow = "1"
|
||||
cadence = "1"
|
||||
crates-index = { version = "2", default-features = false, features = ["git-https"] }
|
||||
crates-index = { version = "2", default-features = false, features = ["git"] }
|
||||
derive_more = "0.99"
|
||||
font-awesome-as-a-crate = "0.3"
|
||||
futures-util = { version = "0.3", default-features = false, features = ["std"] }
|
||||
|
@ -24,7 +25,7 @@ indexmap = { version = "2", features = ["serde"] }
|
|||
lru_time_cache = "0.11"
|
||||
maud = "0.26"
|
||||
once_cell = "1"
|
||||
pulldown-cmark = "0.10"
|
||||
pulldown-cmark = "0.11"
|
||||
relative-path = { version = "1", features = ["serde"] }
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
route-recognizer = "0.3"
|
||||
|
@ -38,6 +39,9 @@ slog-term = "2"
|
|||
tokio = { version = "1.24.2", features = ["rt-multi-thread", "macros", "sync", "time"] }
|
||||
toml = "0.8"
|
||||
|
||||
[target.'cfg(any())'.dependencies]
|
||||
gix = { version = "0.63", default-features = false, features = ["blocking-http-transport-reqwest-rust-tls"] }
|
||||
|
||||
[build-dependencies]
|
||||
grass = { version = "0.13", default-features = false }
|
||||
sha-1 = "0.10"
|
||||
|
|
Loading…
Reference in a new issue