Skip to content

Commit

Permalink
fix(deps): update rust crate tracing to 0.1.39 (#233)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 15, 2023
1 parent bb2c655 commit 02e9621
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 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 vlog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false # This is an utility crate, not to be used by libraries.

[dependencies]
chrono = { version = "0.4.31", default-features = false, features = ["serde", "clock"] }
tracing = { version = "0.1.37", features = ["log"] }
tracing = { version = "0.1.39", features = ["log"] }
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter", "time", "json"] }
sentry = { version = "0", default-features = false, features = ["reqwest", "rustls", "backtrace", "contexts", "panic", "anyhow"] }
serde_json = "1.0"

0 comments on commit 02e9621

Please sign in to comment.