Browse Source

chore(deps): update rust crate test-env-log to 0.2.8 (#581)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/add-with-shims
renovate[bot] 3 years ago committed by GitHub
parent
commit
5f80a73185
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

@ -1260,9 +1260,9 @@ dependencies = [
[[package]] [[package]]
name = "test-env-log" name = "test-env-log"
version = "0.2.7" version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3e4b132a630cc8a0d06cfcb400da67adef3d0087a94b3332d4692908f0c2544" checksum = "877189d680101869f65ef94168105d6c188b3a143c13a2d42cf8a09c4c704f8a"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

2
Cargo.toml

@ -35,7 +35,7 @@ sysinfo = "0.21.1"
[dev-dependencies] [dev-dependencies]
pretty_assertions = "1.0.0" pretty_assertions = "1.0.0"
duct = "0.13.5" duct = "0.13.5"
test-env-log = "0.2.7" test-env-log = "0.2.8"
shell-escape = "0.1.5" shell-escape = "0.1.5"
insta = { version = "1.8.0", features = ["backtrace"] } insta = { version = "1.8.0", features = ["backtrace"] }
serial_test = "0.5.1" serial_test = "0.5.1"

Loading…
Cancel
Save