Skip to content

Commit

Permalink
Update Rust crate tracing-subscriber to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 16, 2024
1 parent 46ef6f5 commit c48e395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/udev-device-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs"] }
tokio-udev = "0.7"
toml = "0.5"
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = "0.3"

kubelet-deviceplugin-proto = { path = "../proto" }

Expand Down
2 changes: 1 addition & 1 deletion experimental/udev-device-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs"] }
tokio-udev = "0.7"
toml = "0.5"
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = "0.3"

kubelet-deviceplugin-proto = { path = "../proto" }

Expand Down

0 comments on commit c48e395

Please sign in to comment.