Bump tracing-subscriber from 0.3.0 to 0.3.1 (#369)

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

---
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-10-26 18:50:19 +02:00 committed by GitHub
parent d79b57fb9d
commit 368d844233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -1590,7 +1590,7 @@ dependencies = [
"tempfile",
"tokio",
"toml",
"tracing-subscriber 0.3.0",
"tracing-subscriber 0.3.1",
"uuid",
"wiremock",
]
@ -3125,9 +3125,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cf865b5ddc38e503a29c41c4843e616a73028ae18c637bc3eb2afaef4909c84"
checksum = "80a4ddde70311d8da398062ecf6fc2c309337de6b0f77d6c27aff8d53f6fca52"
dependencies = [
"lazy_static",
"matchers 0.1.0",

View file

@ -47,7 +47,7 @@ pretty_assertions = "1.0.0"
tempfile = "3.2.0"
uuid = { version = "0.8.2", features = ["v4"] }
wiremock = "0.5.7"
tracing-subscriber = { version = "0.3.0", default-features = false, features = ["fmt", "registry", "env-filter"] }
tracing-subscriber = { version = "0.3.1", default-features = false, features = ["fmt", "registry", "env-filter"] }
[dependencies.console-subscriber]
optional = true