Bump ructe from 0.11.4 to 0.12.0

Bumps [ructe](https://github.com/kaj/ructe) from 0.11.4 to 0.12.0.
- [Release notes](https://github.com/kaj/ructe/releases)
- [Commits](https://github.com/kaj/ructe/compare/v0.11.4...v0.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-17 04:17:07 +00:00 committed by GitHub
parent 06e9926cb5
commit 73d034ff00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1672,9 +1672,9 @@ dependencies = [
[[package]]
name = "ructe"
version = "0.11.4"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f615d1e172dcc01a7cd78c7f77f21a5669c6de4341548ad2e7764e9045d06657"
checksum = "1b8ffc645837eab09b6cbb6772d18897c6309753254592e149b40ff7fb113c01"
dependencies = [
"base64 0.12.0",
"bytecount",

View File

@ -24,7 +24,7 @@ structopt = "0.3.15"
actix-rt = "1.1.1"
[build-dependencies]
ructe = "0.11.4"
ructe = "0.12.0"
vergen = "3.1.0"
[dev-dependencies]