Skip to content

Commit

Permalink
Merge pull request #32 from c410-f3r/dependabot/cargo/tracing-tree-0.3.0
Browse files Browse the repository at this point in the history
Bump tracing-tree from 0.2.5 to 0.3.0
  • Loading branch information
c410-f3r authored Nov 16, 2023
2 parents f7d1df1 + e646c5b commit 10acb6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
17 changes: 5 additions & 12 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 wtx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ webpki-roots = { default-features = false, optional = true, version = "0.25" }
[dev-dependencies]
tokio = { default-features = false, features = ["macros", "rt", "time"], version = "1.34" }
tracing-subscriber = { default-features = false, features = ["env-filter", "fmt"], version = "0.3" }
tracing-tree = { default-features = false, version = "0.2" }
tracing-tree = { default-features = false, version = "0.3" }
wtx = { default-features = false, features = ["flate2", "std", "tokio", "web-socket-handshake"], path = "." }

[features]
Expand Down

0 comments on commit 10acb6f

Please sign in to comment.