Browse Source

chore(deps): update rust crate test-log to 0.2.10 (#713)

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

@ -1722,9 +1722,9 @@ dependencies = [ @@ -1722,9 +1722,9 @@ dependencies = [
[[package]]
name = "test-log"
version = "0.2.8"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb78caec569a40f42c078c798c0e35b922d9054ec28e166f0d6ac447563d91a4"
checksum = "4235dbf7ea878b3ef12dea20a59c134b405a66aafc4fc2c7b9935916e289e735"
dependencies = [
"proc-macro2",
"quote",

2
Cargo.toml

@ -38,7 +38,7 @@ duct = "0.13.5" @@ -38,7 +38,7 @@ duct = "0.13.5"
shell-escape = "0.1.5"
insta = { version = "1.14.0", features = ["backtrace"] }
serial_test = "0.6.0"
test-log = "0.2.8"
test-log = "0.2.10"
[build-dependencies]
embed-resource = "1.7.2"

Loading…
Cancel
Save