Skip to content

Commit 03e3c2c

Browse files
Update Rust crate handlebars to v6 (#1360)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c47b612 commit 03e3c2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
color-eyre = "=0.6.3"
99
eyre = "=0.6.12"
10-
handlebars = { version = "=5.1.2", features = ["dir_source"] }
10+
handlebars = { version = "=6.0.0", features = ["dir_source"] }
1111
lazy_static = "=1.5.0"
1212
serde = "=1.0.204"
1313
serde_derive = "=1.0.204"

0 commit comments

Comments
 (0)