Skip to content

Commit

Permalink
Auto merge of #2259 - JohnTitor:handlebars, r=locks
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Mar 7, 2020
2 parents fd63704 + c55a762 commit 136d86d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 38 deletions.
41 changes: 4 additions & 37 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ tokio = { version = "0.2", default-features = false, features = ["net", "signal"
hyper = "0.13"
ctrlc = { version = "3.0", features = ["termination"] }
indexmap = "1.0.2"
handlebars = "2.0.1"
handlebars = "3.0.1"

[dev-dependencies]
conduit-test = "0.8"
Expand Down

0 comments on commit 136d86d

Please sign in to comment.