Skip to content

Commit

Permalink
tracing-glog version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky committed Nov 14, 2023
1 parent f0c69c6 commit 49976e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-glog"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "a glog-inspired formatter for tracing-subscriber"
license = "MIT OR Apache-2.0"
Expand All @@ -11,11 +11,11 @@ documentation = "https://docs.rs/tracing-glog"

[dependencies]
tracing = { version = "0.1", default-features = false }
tracing-subscriber = { version = "0.3.18", features = ["std", "fmt", "chrono", "registry", "time", "local-time", "chrono"], default-features = false }
tracing-subscriber = { version = "0.3.18", features = ["std", "fmt", "registry", "time", "local-time"], default-features = false }
time = { version = "0.3.9", features = ["formatting"] }
chrono = { version = "0.4.20", optional = true }
nu-ansi-term = { version = "0.46", optional = true }
tracing-log = { version = "0.1", optional = true }
tracing-log = { version = "0.2", optional = true }

[dev-dependencies]
thiserror = "1"
Expand Down

0 comments on commit 49976e8

Please sign in to comment.