chore(deps): bump tracing-subscriber from 0.2.22 to 0.2.23 (#458)

Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.22 to 0.2.23.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.22...tracing-subscriber-0.2.23)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-17 19:16:23 -05:00 committed by GitHub
parent 57736ed232
commit b915f93339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3109,9 +3109,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
version = "0.2.22"
version = "0.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62af966210b88ad5776ee3ba12d5f35b8d6a2b2a12168f3080cf02b814d7376b"
checksum = "56c42e73a9d277d4d2b6a88389a137ccf3c58599660b17e8f5fc39305e490669"
dependencies = [
"ansi_term",
"chrono",

View File

@ -39,7 +39,7 @@ spki = { version = "0.4.1", optional = true }
eth-keystore = { version = "0.3.0" }
[dev-dependencies]
tracing-subscriber = "0.2.22"
tracing-subscriber = "0.2.23"
yubihsm = { version = "0.39.0", features = ["secp256k1", "usb", "mockhsm"] }
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]