Skip to content

Commit

Permalink
Merge pull request #14 from asonix/asonix/update-tracing-error
Browse files Browse the repository at this point in the history
Update tracing-error (and tracing-subscriber)
  • Loading branch information
yaahc authored Jan 12, 2022
2 parents f7e61e6 + 99371c3 commit 444e672
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tracing-error = "0.1.2"
tracing-core = "0.1.10"
tracing-error = "0.2.0"
tracing-core = "0.1.21"
owo-colors = "1.2.0"
once_cell = "1.4.1"

[dev-dependencies]
tracing-subscriber = "0.2.5"
tracing = "0.1.13"
tracing-subscriber = "0.3.4"
tracing = "0.1.29"
ansi-parser = "0.6.5" # used for testing color schemes

[package.metadata.docs.rs]
Expand Down

0 comments on commit 444e672

Please sign in to comment.