Skip to content

Commit

Permalink
Merge pull request #150 from MarcusDunn/dependabot/cargo/quote-server…
Browse files Browse the repository at this point in the history
…-adaptor/tracing-0.1.40

Bump tracing from 0.1.37 to 0.1.40 in /quote-server-adaptor
  • Loading branch information
MarcusDunn authored Dec 10, 2023
2 parents 7e0889c + e7b13b9 commit ad3a685
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 ad3a685

Please sign in to comment.