Skip to content

Commit

Permalink
chore(deps): update rust crate handlebars to 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent 2306365 commit 993f738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ openssl-vendored = [ "openssl/vendored" ]
default = [ "cli", "ureq/native-tls" ]

[dependencies]
handlebars = "4.3"
handlebars = "4.4"
serde_json = "1.0"
colored = "1.9"
deunicode = "1.1"
Expand Down Expand Up @@ -113,7 +113,7 @@ embed-resource = "1.8"
[build-dependencies]
home = { version = "0.5", optional = true }
dunce = { version = "1.0", optional = true }
handlebars = { version = "4.3", optional = true }
handlebars = { version = "4.4", 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 993f738

Please sign in to comment.