Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2023
1 parent 589b898 commit e7b13b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions quote-server-adaptor/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 quote-server-adaptor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
tokio = { version = "1.29.1", features = ["io-util", "rt-multi-thread", "macros", "net", "sync", "signal"] }
tonic = "0.9.2"
prost = "0.11.9"
tracing = "0.1.37"
tracing = "0.1.40"
rand = "0.8.5"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing-opentelemetry = "0.18.0"
Expand Down

0 comments on commit e7b13b9

Please sign in to comment.