Bump tera from 1.6.0 to 1.6.1

Bumps [tera](https://github.com/Keats/tera) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/Keats/tera/releases)
- [Changelog](https://github.com/Keats/tera/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Keats/tera/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-30 04:29:25 +00:00
parent d20da64a77
commit 8fdee94601
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1139,9 +1139,9 @@ dependencies = [
[[package]]
name = "tera"
version = "1.6.0"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b386176bffd04e4a115cf7c46f46a1f322e57b381614ad42c09497d2aa1ce96f"
checksum = "eac6ab7eacf40937241959d540670f06209c38ceadb62116999db4a950fbf8dc"
dependencies = [
"chrono",
"chrono-tz",

View file

@ -24,7 +24,7 @@ lto = "thin"
panic = "abort"
[build-dependencies]
tera = "1.6.0"
tera = "1.6.1"
ignore = "0.4.17"
serde_json = "1.0.61"