Skip to content

Commit

Permalink
fix(deps): update rust crate tracing to 0.1.37 (#110)
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] authored Aug 12, 2023
1 parent 0db6f9e commit 79e978f
Showing 1 changed file with 1 addition and 1 deletion.
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 = "0.4"
tracing = { version = "0.1.26", features = ["log"] }
tracing = { version = "0.1.37", 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 79e978f

Please sign in to comment.