Skip to content

Commit

Permalink
chore(deps): update handlebars to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Aug 10, 2024
1 parent 4f718ac commit 71d648f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changes/handlebars-6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"cargo-mobile2": patch
---

Update handlebars to v6.
4 changes: 2 additions & 2 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 @@ -45,7 +45,7 @@ native-tls = [ "ureq/native-tls" ]
default = [ "cli", "ureq/native-tls" ]

[dependencies]
handlebars = "5.0"
handlebars = "6.0"
serde_json = "1.0"
colored = "2.1"
deunicode = "1.4"
Expand Down Expand Up @@ -107,7 +107,7 @@ embed-resource = "2.4"
[build-dependencies]
home = { version = "0.5", optional = true }
dunce = { version = "1.0", optional = true }
handlebars = { version = "5.0", optional = true }
handlebars = { version = "6.0", optional = true }
log = { version = "0.4", optional = true }
serde = { version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit 71d648f

Please sign in to comment.