Skip to content

Commit

Permalink
Merge pull request #69 from ISibboI/dependabot/cargo/tracing-0.1.40
Browse files Browse the repository at this point in the history
Bump tracing from 0.1.39 to 0.1.40
  • Loading branch information
ISibboI authored Oct 20, 2023
2 parents f34583b + a5a5f15 commit b2ad33f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 backend/rvoc-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async-trait = "0.1.74"
clap = { version = "4.3.19", features = ["derive"] }

# logging and telemetry
tracing = "0.1.37"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["fmt", "json"] }
tracing-opentelemetry = { version = "0.21.0" }
opentelemetry = { version = "0.20.0", features = ["rt-tokio-current-thread"] }
Expand Down

0 comments on commit b2ad33f

Please sign in to comment.