Skip to content

Commit d0103ea

Browse files
chore(deps): bump tracing-tree from 0.2.5 to 0.3.0
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]>
1 parent cf6a3ae commit d0103ea

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

Cargo.lock

+15-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kube = { version = "0.82", default-features = false, features = ["client", "runt
1818
k8s-openapi = { version = "0.18", features = ["v1_26"] }
1919
serde_json = "1"
2020
tracing = "0.1"
21-
tracing-tree = "0.2"
21+
tracing-tree = "0.3"
2222
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
2323
hyper = "0.14"
2424
clap = { version = "4.2.7", features = ["derive"] }

0 commit comments

Comments
 (0)