Skip to content

Commit

Permalink
update to released version of tracing-subscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky committed Nov 14, 2023
1 parent b6a3eb0 commit f0c69c6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/tracing-glog"

[dependencies]
tracing = { version = "0.1", default-features = false }
tracing-subscriber = { version = "0.3.3", features = ["std", "fmt", "registry", "time", "local-time", "chrono"], default-features = false }
tracing-subscriber = { version = "0.3.18", features = ["std", "fmt", "chrono", "registry", "time", "local-time", "chrono"], 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 }
Expand All @@ -37,8 +37,3 @@ required-features = ["chrono", "ansi"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[patch.crates-io]
tracing = { git = 'https://github.com/tokio-rs/tracing.git', branch = "v0.1.x" }
tracing-subscriber = { git = 'https://github.com/tokio-rs/tracing.git', branch = "v0.1.x" }
tracing-log = { git = 'https://github.com/tokio-rs/tracing.git', branch = "v0.1.x" }

0 comments on commit f0c69c6

Please sign in to comment.