Browse Source

fix(deps): update rust crate indoc to 1.0.8 (#888)

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

@ -892,9 +892,9 @@ dependencies = [
[[package]] [[package]]
name = "indoc" name = "indoc"
version = "1.0.7" version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adab1eaa3408fb7f0c777a73e7465fd5656136fc93b670eb6df3c88c2c1344e3" checksum = "da2d6f23ffea9d7e76c53eee25dfb67bcd8fde7f1198b0855350698c9f07c780"
[[package]] [[package]]
name = "instant" name = "instant"

2
Cargo.toml

@ -20,7 +20,7 @@ dirs = "4.0.0"
colored = "2.0.0" colored = "2.0.0"
zip = "0.6.3" zip = "0.6.3"
tempfile = "3.3.0" tempfile = "3.3.0"
indoc = "1.0.7" indoc = "1.0.8"
log = "0.4.17" log = "0.4.17"
env_logger = "0.9.3" env_logger = "0.9.3"
atty = "0.2.14" atty = "0.2.14"

Loading…
Cancel
Save