Skip to content

Commit

Permalink
Bump tracing-subscriber from 0.3.7 to 0.3.8
Browse files Browse the repository at this point in the history
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.7...tracing-subscriber-0.3.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 7, 2022
1 parent cb903ea commit 41d6b19
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontendservice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tokio = { version = "1.16.1", features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.6.2", features = ["tls"] }
tower-http = { version = "0.2.1", features = ["trace"] }
tracing = "0.1.29"
tracing-subscriber = { version = "0.3.7", features = ["default", "env-filter"]}
tracing-subscriber = { version = "0.3.8", features = ["default", "env-filter"]}
tracing-futures = "0.2.5"
tracing-attributes = "0.1.18"

Expand Down
2 changes: 1 addition & 1 deletion quotationservice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tonic = { version = "0.6.2", features = ["tls"] }
tower = "0.4.11"
tower-http = { version = "0.2.1", features = ["trace"]}
tracing = "0.1.29"
tracing-subscriber = { version = "0.3.7", features = ["default", "env-filter"]}
tracing-subscriber = { version = "0.3.8", features = ["default", "env-filter"]}
tracing-futures = "0.2.5"
tracing-attributes = "0.1.18"

Expand Down

0 comments on commit 41d6b19

Please sign in to comment.