From 79cfee5fa5e0ae2a9504b9dbfab7882202f7385c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 04:27:17 +0000 Subject: [PATCH] Bump ructe from 0.7.0 to 0.7.2 Bumps [ructe](https://github.com/kaj/ructe) from 0.7.0 to 0.7.2. - [Release notes](https://github.com/kaj/ructe/releases) - [Commits](https://github.com/kaj/ructe/compare/v0.7.0...v0.7.2) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38c6a95..41526cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,7 +805,7 @@ dependencies = [ "number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.20 (registry+https://github.com/rust-lang/crates.io-index)", - "ructe 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ructe 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1701,7 +1701,7 @@ dependencies = [ [[package]] name = "ructe" -version = "0.7.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2678,7 +2678,7 @@ dependencies = [ "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" "checksum reqwest 0.9.20 (registry+https://github.com/rust-lang/crates.io-index)" = "0f6d896143a583047512e59ac54a215cb203c29cc941917343edea3be8df9c78" "checksum resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b263b4aa1b5de9ffc0054a2386f96992058bb6870aab516f8cdeb8a667d56dcb" -"checksum ructe 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1c1e42cc0772d11028ce8dc4ae537964b006bc4e2ba7ebfeb33143c4a4212d76" +"checksum ructe 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b475c1d536bb3944d395d0332ad259d9efe2ed12d20f15cee67ea01a51cad4c2" "checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af" "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" "checksum rusttype 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "11ff03da02f6d340bbee5ec55eed03ff9abd6ea013b93bc7c35973cc28f65999" diff --git a/Cargo.toml b/Cargo.toml index e55f7ad..0c495c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,5 +23,5 @@ serde_json = "1.0.40" structopt = "0.2.18" [build-dependencies] -ructe = "0.7.0" +ructe = "0.7.2" vergen = "3.0.4"