Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 9b4e178 commit ed52987
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -18,7 +18,7 @@ tower-http = { version = "0.6.1", features = ["trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["default", "env-filter"]}
tracing-futures = "0.2.5"
tracing-attributes = "0.1.27"
tracing-attributes = "0.1.28"

[build-dependencies]
tonic-build = { version = "0.12.3" }
2 changes: 1 addition & 1 deletion quotationservice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tower-http = { version = "0.6.1", features = ["trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["default", "env-filter"]}
tracing-futures = "0.2.5"
tracing-attributes = "0.1.27"
tracing-attributes = "0.1.28"

[build-dependencies]
tonic-build = { version = "0.12.3" }

0 comments on commit ed52987

Please sign in to comment.