From a6ef1f66f276bdbf562b36dc14377a136a811c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 08:01:04 +0000 Subject: [PATCH] Bump tinytemplate from 1.1.0 to 1.2.0 Bumps [tinytemplate](https://github.com/bheisler/TinyTemplate) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/bheisler/TinyTemplate/releases) - [Changelog](https://github.com/bheisler/TinyTemplate/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/TinyTemplate/compare/1.1.0...1.2.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a93ae818..3618535a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1657,9 +1657,9 @@ dependencies = [ [[package]] name = "tinytemplate" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d3dc76004a03cec1c5932bca4cdc2e39aaa798e3f82363dd94f9adf6098c12f" +checksum = "a2ada8616fad06a2d0c455adc530de4ef57605a8120cc65da9653e0e9623ca74" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 1c94178c..18dce8ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ bin-dir = "{ bin }{ format }" [dependencies] crates_io_api = "0.6.1" cargo_metadata = "0.12.1" -tinytemplate = "1.1.0" +tinytemplate = "1.2.0" tokio = { version = "0.2.24", features = [ "macros" ] } log = "0.4.11" structopt = "0.3.21"