Skip to content

Commit

Permalink
chore(deps): update rust crate tracing-subscriber to 0.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Nov 30, 2024
1 parent 219360c commit 3b2b929
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -121,7 +121,7 @@ tokio-stream = "0.1.16"
toml = "0.8.19"
toml_edit = "0.22.22"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["std", "tracing-log", "fmt"] }
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["std", "tracing-log", "fmt"] }
unicode-ident = "1.0.14"
unicode-normalization = "0.1.24"
win32job = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde = { version = "1.0.215", features = ["alloc", "derive"] }
serde_json = { version = "1.0.133", features = ["unbounded_depth"] }
tokio = { version = "1.41.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
tracing-core = { version = "0.1.33" }
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt", "tracing-log"] }
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["fmt", "tracing-log"] }
xxhash-rust = { version = "0.8.12", default-features = false, features = ["xxh3", "xxh64"] }
zerocopy = { version = "0.7.35", features = ["derive", "simd"] }

Expand Down

0 comments on commit 3b2b929

Please sign in to comment.