Skip to content

Commit c880789

Browse files
committed
fix: bump tracing-subscriber from 0.3.19 to 0.3.20
Fixes Dependabot alert #2.
1 parent 89da14c commit c880789

2 files changed

Lines changed: 94 additions & 76 deletions

File tree

camera_hub/Cargo.lock

Lines changed: 93 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

motion_ai/pipeline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ http = "1.2.0"
3232
walkdir = "2.5.0"
3333
tokio = "1.43.0"
3434
tracing = "0.1.41"
35-
tracing-subscriber = "0.3.19"
35+
tracing-subscriber = "0.3.20"
3636
rocket = { version = "0.5.1", features = ["json"] } #todo: make this feature based
3737
video-rs= { version = "0.10.3", features = ["ndarray"], optional = true }
3838
crossbeam-channel = "0.5.14"

0 commit comments

Comments
 (0)