Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 88044cb commit c3c5c73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tracing-chrome = "0.7.1"
tracing-log = "0.2.0"
tracing-opentelemetry = "0.21.0"
tracing-stackdriver = "0.8.0"
tracing-subscriber = { version = "0.3.17", features = [
tracing-subscriber = { version = "0.3.18", features = [
"json",
"env-filter",
"std",
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde_json = "1.0.108"
thiserror = "1.0.50"
time = "0.3.30"
tracing = "0.1.40"
tracing-subscriber = "0.3.17"
tracing-subscriber = "0.3.18"

[dependencies.sea-orm-migration]
version = "0.12.4"
Expand Down

0 comments on commit c3c5c73

Please sign in to comment.