Browse Source

fix(deps): update rust crate indoc to 1.0.7 (#790)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
remotes/origin/feat/support-install-latest
renovate[bot] 2 years ago committed by GitHub
parent
commit
f02a65621b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -868,9 +868,9 @@ dependencies = [ @@ -868,9 +868,9 @@ dependencies = [
[[package]]
name = "indoc"
version = "1.0.6"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
checksum = "adab1eaa3408fb7f0c777a73e7465fd5656136fc93b670eb6df3c88c2c1344e3"
[[package]]
name = "insta"

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.6"
indoc = "1.0.7"
log = "0.4.17"
env_logger = "0.9.0"
atty = "0.2.14"

Loading…
Cancel
Save