Skip to content

Commit 6348bbb

Browse files
fix(deps): update rust crate ructe to 0.18.0 (#391)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9700ecd commit 6348bbb

File tree

2 files changed

+19
-46
lines changed

2 files changed

+19
-46
lines changed

Cargo.lock

+17-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/prabirshrestha/rblog"
1010
build = "src/build.rs"
1111
[build-dependencies]
1212
anyhow = "1.0.82"
13-
ructe = { version = "0.17.0", features = ["sass", "mime03"] }
13+
ructe = { version = "0.18.0", features = ["sass", "mime03"] }
1414
vergen = "9.0.3"
1515
vergen-gitcl = { version = "1.0.3", features = ["build"] }
1616

@@ -24,7 +24,7 @@ listenfd = "1.0.1"
2424
mime = "0.3.17"
2525
mime_guess = "2.0.4"
2626
pulldown-cmark = "0.13"
27-
ructe = "0.17.0"
27+
ructe = "0.18.0"
2828
salvo = { version = "0.76.0", features = ["affix-state", "anyhow", "caching-headers", "compression", "logging", "trailing-slash"] }
2929
schematic = { version = "0.18.0", features = ["yaml"] }
3030
serde = { version = "1.0.200", features = ["derive"] }

0 commit comments

Comments
 (0)