Browse Source

chore(deps): update rust crate test-log to 0.2.11 (#820)

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

@ -1826,9 +1826,9 @@ dependencies = [ @@ -1826,9 +1826,9 @@ dependencies = [
[[package]]
name = "test-log"
version = "0.2.10"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4235dbf7ea878b3ef12dea20a59c134b405a66aafc4fc2c7b9935916e289e735"
checksum = "38f0c854faeb68a048f0f2dc410c5ddae3bf83854ef0e4977d58306a5edef50e"
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 = "1.21.0"
serial_test = "0.9.0"
test-log = "0.2.10"
test-log = "0.2.11"
[build-dependencies]
embed-resource = "1.7.3"

Loading…
Cancel
Save