Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: tracing-log
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 1abbead commit cba5102
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 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 notegraf-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tracing-opentelemetry = "0.21"
tracing-actix-web = { version = "0.7.8", features = ["opentelemetry_0_20"] }
tracing-futures = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-log = "0.1"
tracing-log = "0.2"
lazy_static = "1.4"
opentelemetry = { version = "0.20", features = ["rt-tokio-current-thread"] }
opentelemetry-otlp = "0.13"
Expand Down

0 comments on commit cba5102

Please sign in to comment.