Skip to content

Commit 136d86d

Browse files
committed
Auto merge of #2259 - JohnTitor:handlebars, r=locks
Update handlebars to 3.0.1 Update handlebars to 3.0.1 ([changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md)). cc #1265 Output: ```text Updating handlebars v2.0.1 -> v3.0.1 Removing hashbrown v0.5.0 Updating quick-error v1.2.2 -> v1.2.3 Removing same-file v1.0.5 Removing walkdir v2.2.9 ``` r? @jtgeibel
2 parents fd63704 + c55a762 commit 136d86d

File tree

2 files changed

+5
-38
lines changed

2 files changed

+5
-38
lines changed

Cargo.lock

Lines changed: 4 additions & 37 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
@@ -82,7 +82,7 @@ tokio = { version = "0.2", default-features = false, features = ["net", "signal"
8282
hyper = "0.13"
8383
ctrlc = { version = "3.0", features = ["termination"] }
8484
indexmap = "1.0.2"
85-
handlebars = "2.0.1"
85+
handlebars = "3.0.1"
8686

8787
[dev-dependencies]
8888
conduit-test = "0.8"

0 commit comments

Comments
 (0)