Skip to content

Commit

Permalink
[handlebars patch maintenance] upgrade handlebars dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Jan 7, 2022
1 parent e16317d commit ee7a34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlebars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["web-programming::http-server", "web-programming"]

[dependencies]
glob = "0.3.0"
handlebars = { version = "4.1.6", features = ["dir_source"] }
handlebars = { version = "4.2.0", features = ["dir_source"] }
log = "0.4.14"
serde = { version = "1.0.133", features = ["derive"] }
serde_json = "1.0.74"
Expand Down

0 comments on commit ee7a34d

Please sign in to comment.