Browse Source

chore(deps): update rust crate pretty_assertions to 1.1.0 (#653)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/feat/support-install-latest
renovate[bot] 3 years ago committed by GitHub
parent
commit
81d6cd1c19
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

@ -1029,9 +1029,9 @@ checksum = "7c9b1041b4387893b91ee6746cddfc28516aff326a3519fb2adf820932c5e6cb" @@ -1029,9 +1029,9 @@ checksum = "7c9b1041b4387893b91ee6746cddfc28516aff326a3519fb2adf820932c5e6cb"
[[package]]
name = "pretty_assertions"
version = "1.0.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0cfe1b2403f172ba0f234e500906ee0a3e493fb81092dac23ebefe129301cc"
checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50"
dependencies = [
"ansi_term",
"ctor",

2
Cargo.toml

@ -32,7 +32,7 @@ thiserror = "1.0.30" @@ -32,7 +32,7 @@ thiserror = "1.0.30"
clap_complete = "3.0.5"
[dev-dependencies]
pretty_assertions = "1.0.0"
pretty_assertions = "1.1.0"
duct = "0.13.5"
shell-escape = "0.1.5"
insta = { version = "1.12.0", features = ["backtrace"] }

Loading…
Cancel
Save