Browse Source

fix(deps): update rust crate indoc to 1.0.6 (#734)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/feat/support-install-latest
renovate[bot] 3 years ago committed by GitHub
parent
commit
d9212cd46f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      Cargo.lock
  2. 2
      Cargo.toml

13
Cargo.lock generated

@ -839,12 +839,9 @@ dependencies = [ @@ -839,12 +839,9 @@ dependencies = [
[[package]]
name = "indoc"
version = "1.0.4"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e"
dependencies = [
"unindent",
]
checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
[[package]]
name = "insta"
@ -1916,12 +1913,6 @@ version = "0.2.2" @@ -1916,12 +1913,6 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "unindent"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "514672a55d7380da379785a4d70ca8386c8883ff7eaae877be4d2081cebe73d8"
[[package]]
name = "untrusted"
version = "0.7.1"

2
Cargo.toml

@ -20,7 +20,7 @@ dirs = "4.0.0" @@ -20,7 +20,7 @@ dirs = "4.0.0"
colored = "2.0.0"
zip = "0.6.2"
tempfile = "3.3.0"
indoc = "1.0.4"
indoc = "1.0.6"
log = "0.4.16"
env_logger = "0.9.0"
atty = "0.2.14"

Loading…
Cancel
Save