From 73d034ff00deeaa87889a945f89771f0841bc2a4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 04:17:07 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15ae6ad..5fc21a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index c545a94..f0595d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]