Browse Source

Update Rust crate indoc to 1.0.3 (#265)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/add-with-shims
renovate[bot] 4 years ago committed by GitHub
parent
commit
4cf5604095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Cargo.lock
  2. 2
      Cargo.toml

8
Cargo.lock generated

@ -760,9 +760,9 @@ dependencies = [
[[package]] [[package]]
name = "indoc" name = "indoc"
version = "1.0.2" version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "644defcefee68d7805653a682e99a2e2a5014a1fc3cc9be7059a215844eeea6f" checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
dependencies = [ dependencies = [
"unindent", "unindent",
] ]
@ -1916,9 +1916,9 @@ checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
[[package]] [[package]]
name = "unindent" name = "unindent"
version = "0.1.6" version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af41d708427f8fd0e915dcebb2cae0f0e6acb2a939b2d399c265c39a38a18942" checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
[[package]] [[package]]
name = "url" name = "url"

2
Cargo.toml

@ -19,7 +19,7 @@ dirs = "3.0.1"
colored = "2.0.0" colored = "2.0.0"
zip = "0.5.8" zip = "0.5.8"
tempfile = "3.1.0" tempfile = "3.1.0"
indoc = "1.0.2" indoc = "1.0.3"
snafu = { version = "0.6.9", features = ["backtrace"] } snafu = { version = "0.6.9", features = ["backtrace"] }
log = "0.4.11" log = "0.4.11"
env_logger = "0.7.1" env_logger = "0.7.1"

Loading…
Cancel
Save