bump tracing crates
Some checks failed
ci / Check (push) Has been cancelled
ci / Test Suite (push) Has been cancelled
ci / Clippy (push) Has been cancelled

Summary: Bumping `tracing` on request by request of https://fb.workplace.com/groups/rust.language/permalink/27599598322995421/.

Reviewed By: dtolnay

Differential Revision: D67613929

fbshipit-source-id: 33a77fb8861b00f31000f83e705507c211962bc4
This commit is contained in:
David Barsky 2024-12-24 08:30:20 -08:00 committed by Facebook GitHub Bot
parent 4d21474ebe
commit 9d4a02ed8d
3 changed files with 4 additions and 4 deletions

View file

@ -54,4 +54,4 @@ reverie-util = { version = "0.1.0", path = "../reverie-util" }
serde = { version = "1.0.185", features = ["derive", "rc"] } serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] } serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] }
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }
tracing = { version = "0.1.40", features = ["attributes", "valuable"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

View file

@ -31,7 +31,7 @@ serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "2" thiserror = "2"
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.16", features = ["fs", "io-util", "net", "signal", "sync", "time"] } tokio-stream = { version = "0.1.16", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
tracing = { version = "0.1.40", features = ["attributes", "valuable"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
tracing-subscriber = { version = "0.3.18", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] } tracing-subscriber = { version = "0.3.18", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] }
unwind = { version = "0.4", features = ["ptrace"] } unwind = { version = "0.4", features = ["ptrace"] }

View file

@ -13,6 +13,6 @@ anyhow = "1.0.86"
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false } chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] } clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
reverie = { version = "0.1.0", path = "../reverie" } reverie = { version = "0.1.0", path = "../reverie" }
tracing = { version = "0.1.40", features = ["attributes", "valuable"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
tracing-appender = "0.2.2" tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.18", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] } tracing-subscriber = { version = "0.3.18", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] }