Skip to content

Commit

Permalink
Merge pull request #28 from trydirect/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
vsilent authored Feb 29, 2024
2 parents ad41eb0 + 9437087 commit ba5c66b
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ config = "0.13.3"
reqwest = { version = "0.11.17", features = ["json"] }
serde = { version = "1.0.162", features = ["derive"] }
tokio = { version = "1.28.1", features = ["full"] }
tracing = { version = "0.1.37", features = ["log"] }
tracing = { version = "0.1.40", features = ["log"] }
tracing-bunyan-formatter = "0.3.8"
tracing-log = "0.1.3"
tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"] }
Expand Down

0 comments on commit ba5c66b

Please sign in to comment.