Bump tera from 1.3.0 to 1.3.1

Bumps [tera](https://github.com/Keats/tera) from 1.3.0 to 1.3.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-06-10 04:38:44 +00:00
parent 860b53d63c
commit 4fe366d79c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1058,9 +1058,9 @@ dependencies = [
[[package]]
name = "tera"
version = "1.3.0"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44567278e3f16c6f888f4a1426d1af33827e6bffbe3911fe24aec2c594f0dfcb"
checksum = "55df25c7768a0fb9f165931366eb0f21587c407061e1e69c1f5c2b495adfd9bb"
dependencies = [
"chrono",
"chrono-tz",

View file

@ -25,7 +25,7 @@ lto = "thin"
panic = "abort"
[build-dependencies]
tera = "1.3.0"
tera = "1.3.1"
ignore = "0.4.16"
serde_json = "1.0.53"