Skip to content

Commit

Permalink
Bump tracing from 0.1.31 to 0.1.34 (caulagi#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 19, 2022
1 parent 6871e2a commit 41fe6cd
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 @@ -15,7 +15,7 @@ prost = "0.9.0"
tokio = { version = "1.16.1", features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.6.2", features = ["tls"] }
tower-http = { version = "0.2.5", features = ["trace"] }
tracing = "0.1.31"
tracing = "0.1.34"
tracing-subscriber = { version = "0.3.11", features = ["default", "env-filter"]}
tracing-futures = "0.2.5"
tracing-attributes = "0.1.20"
Expand Down
2 changes: 1 addition & 1 deletion quotationservice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tokio-postgres = "0.7.5"
tonic = { version = "0.6.2", features = ["tls"] }
tower = "0.4.12"
tower-http = { version = "0.2.5", features = ["trace"]}
tracing = "0.1.31"
tracing = "0.1.34"
tracing-subscriber = { version = "0.3.11", features = ["default", "env-filter"]}
tracing-futures = "0.2.5"
tracing-attributes = "0.1.20"
Expand Down

0 comments on commit 41fe6cd

Please sign in to comment.