Bump tinytemplate from 1.1.0 to 1.2.0

Bumps [tinytemplate](https://github.com/bheisler/TinyTemplate) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/bheisler/TinyTemplate/releases)
- [Changelog](https://github.com/bheisler/TinyTemplate/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bheisler/TinyTemplate/compare/1.1.0...1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-04 08:01:04 +00:00 committed by GitHub
parent c09ac166d0
commit a6ef1f66f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ bin-dir = "{ bin }{ format }"
[dependencies]
crates_io_api = "0.6.1"
cargo_metadata = "0.12.1"
tinytemplate = "1.1.0"
tinytemplate = "1.2.0"
tokio = { version = "0.2.24", features = [ "macros" ] }
log = "0.4.11"
structopt = "0.3.21"