Skip to content

Commit

Permalink
feat: handlebars 6
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Dec 1, 2024
1 parent c0516ce commit 2f081b1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
25 changes: 20 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = { version = "4.0.26", features = ["derive"] }
clap_complete = "4.0.5"
crossterm = "0.25.0"
diff = "0.1.*"
handlebars = "5.*"
handlebars = "6.*"
hostname = "0.3.*"
log = "0.4.*"
maplit = "1.*"
Expand All @@ -37,7 +37,7 @@ scripting = ["handlebars/script_helper"]
watch = ["watchexec", "watchexec-events", "watchexec-filterer-tagged"]

[dependencies.handlebars_misc_helpers]
version = "0.15.*"
version = "0.17.*"
default-features = false
features = ["string", "json"]

Expand Down

0 comments on commit 2f081b1

Please sign in to comment.