Browse Source

fix(deps): update rust crate indoc to v2 (#987)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
remotes/origin/list-filter
renovate[bot] 2 years ago committed by GitHub
parent
commit
7da5c339ed
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

@ -887,9 +887,9 @@ dependencies = [ @@ -887,9 +887,9 @@ dependencies = [
[[package]]
name = "indoc"
version = "1.0.9"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690"
[[package]]
name = "inout"

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.3"
tempfile = "3.6.0"
indoc = "1.0.9"
indoc = "2.0.1"
log = "0.4.19"
env_logger = "0.10.0"
atty = "0.2.14"

Loading…
Cancel
Save