Compare commits
1 commit
renovate/c
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
a88977af94 |
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -615,9 +615,9 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
|||
|
||||
[[package]]
|
||||
name = "comrak"
|
||||
version = "0.33.0"
|
||||
version = "0.34.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "39bff2cbb80102771ca62bd2375bc6f6611dc1493373440b23aa08a155538708"
|
||||
checksum = "1664eb8abab93a9c09d1e85df10b4de6af0b4c738f267750b211a77a771447fe"
|
||||
dependencies = [
|
||||
"caseless",
|
||||
"entities",
|
||||
|
|
|
@ -30,7 +30,7 @@ axum = { version = "0.7.5", default-features = false, features = [
|
|||
"tracing",
|
||||
] }
|
||||
axum-extra = { version = "0.10.0", features = ["typed-header"] }
|
||||
comrak = { version = "0.33.0", default-features = false }
|
||||
comrak = { version = "0.34.0", default-features = false }
|
||||
dotenvy = "0.15.7"
|
||||
envy = { path = "crates/envy" }
|
||||
flate2 = "1.0.30"
|
||||
|
|
Loading…
Reference in a new issue