Browse Source

Update handlebars requirement from 2.0.0-beta.2 to 3.0.0

Updates the requirements on [handlebars](https://github.com/sunng87/handlebars-rust) to permit the latest version.
- [Release notes](https://github.com/sunng87/handlebars-rust/releases)
- [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sunng87/handlebars-rust/compare/handlebars-2.0.0-beta.2...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
pull/14/head
dependabot-preview[bot] 6 years ago
committed by GitHub
parent
commit
0b9e354f42
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      acmed/Cargo.toml

2
acmed/Cargo.toml

@ -15,7 +15,7 @@ publish = false
[dependencies] [dependencies]
acme_common = { path = "../acme_common" } acme_common = { path = "../acme_common" }
clap = "2.32" clap = "2.32"
handlebars = "2.0.0-beta.2"
handlebars = "3.0.0"
http_req = "0.5" http_req = "0.5"
log = "0.4" log = "0.4"
nom = "5.0" nom = "5.0"

Loading…
Cancel
Save