Bump ructe from 0.13.2 to 0.13.4

Bumps [ructe](https://github.com/kaj/ructe) from 0.13.2 to 0.13.4.
- [Release notes](https://github.com/kaj/ructe/releases)
- [Changelog](https://github.com/kaj/ructe/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kaj/ructe/compare/v0.13.2...v0.13.4)

---
updated-dependencies:
- dependency-name: ructe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-28 04:24:35 +00:00 committed by GitHub
parent 62c80a81de
commit 9eb47bd94b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1867,9 +1867,9 @@ dependencies = [
[[package]]
name = "ructe"
version = "0.13.2"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5678e9cc1545f229509acb67cf34793802646f32c77e00bc470b518cfddea579"
checksum = "c6fd2f3b927021cc8586d365c36d16d82d91fdae0a3839819c12c8e86e0f929e"
dependencies = [
"base64 0.13.0",
"bytecount",

View File

@ -36,10 +36,10 @@ tracing-log = "0.1.2"
tracing-subscriber = { version = "0.2.18", features = ["registry", "env-filter"] }
[build-dependencies]
ructe = "0.13.2"
ructe = "0.13.4"
vergen = { version = "5.1.2", default-features = false, features = ["git"] }
[dev-dependencies]
ructe = "0.13.2"
ructe = "0.13.4"
tempfile = "3.2.0"
tokio = "0.2.25"