Skip to content

Commit

Permalink
chore(deps): bump tracing-tree from 0.2.5 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [tracing-tree](https://github.com/davidbarsky/tracing-tree) from 0.2.5 to 0.3.0.
- [Release notes](https://github.com/davidbarsky/tracing-tree/releases)
- [Commits](https://github.com/davidbarsky/tracing-tree/commits/v0.3.0)

---
updated-dependencies:
- dependency-name: tracing-tree
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lenaschoenburg committed Jan 31, 2024
1 parent adaca07 commit 6b614cb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
32 changes: 15 additions & 17 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kube = { version = "0.82", default-features = false, features = ["client", "runt
k8s-openapi = { version = "0.18", features = ["v1_26"] }
serde_json = "1"
tracing = "0.1"
tracing-tree = "0.2"
tracing-tree = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
hyper = "0.14"
clap = { version = "4.2.7", features = ["derive"] }
Expand Down

0 comments on commit 6b614cb

Please sign in to comment.