Merge pull request #21 from ryankurte/dependabot/cargo/tinytemplate-1.2.0

Bump tinytemplate from 1.1.0 to 1.2.0
This commit is contained in:
Ryan 2021-01-06 10:32:27 +13:00 committed by GitHub
commit 9499b0f9d5
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

@ -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",

View file

@ -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"