mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +00:00
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:
commit
9499b0f9d5
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1657,9 +1657,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tinytemplate"
|
name = "tinytemplate"
|
||||||
version = "1.1.0"
|
version = "1.2.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6d3dc76004a03cec1c5932bca4cdc2e39aaa798e3f82363dd94f9adf6098c12f"
|
checksum = "a2ada8616fad06a2d0c455adc530de4ef57605a8120cc65da9653e0e9623ca74"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
|
|
|
@ -17,7 +17,7 @@ bin-dir = "{ bin }{ format }"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crates_io_api = "0.6.1"
|
crates_io_api = "0.6.1"
|
||||||
cargo_metadata = "0.12.1"
|
cargo_metadata = "0.12.1"
|
||||||
tinytemplate = "1.1.0"
|
tinytemplate = "1.2.0"
|
||||||
tokio = { version = "0.2.24", features = [ "macros" ] }
|
tokio = { version = "0.2.24", features = [ "macros" ] }
|
||||||
log = "0.4.11"
|
log = "0.4.11"
|
||||||
structopt = "0.3.21"
|
structopt = "0.3.21"
|
||||||
|
|
Loading…
Add table
Reference in a new issue