Skip to content

Commit

Permalink
Update (and unfork) tracing from 0.1.37 to 0.1.40
Browse files Browse the repository at this point in the history
Summary:
Replaces the various `tracing` forks for [tokio-rs/tracing#2407] with
crates-io releases containing those changes.

[tokio-rs/tracing#2407]: tokio-rs/tracing#2407

Reviewed By: capickett, davidbarsky

Differential Revision: D51266382

fbshipit-source-id: 5ad0b7b9477e5fa450e52c639357fe485e0e89ff
  • Loading branch information
zertosh authored and facebook-github-bot committed Nov 14, 2023
1 parent f516c33 commit 9b294a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d17
perf-event = { version = "0.4", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
perf-event-open-sys = { version = "4.0", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
tracing = { git = "https://github.com/fbsource/tracing.git", rev = "3399637795795560a073fc60a2e6cfa67b8421f1" }
tracing-appender = { git = "https://github.com/fbsource/tracing.git", rev = "3399637795795560a073fc60a2e6cfa67b8421f1" }
tracing-core = { git = "https://github.com/fbsource/tracing.git", rev = "3399637795795560a073fc60a2e6cfa67b8421f1" }
tracing-futures = { git = "https://github.com/fbsource/tracing.git", rev = "3399637795795560a073fc60a2e6cfa67b8421f1" }
tracing-log = { git = "https://github.com/fbsource/tracing.git", rev = "3399637795795560a073fc60a2e6cfa67b8421f1" }
tracing-serde = { git = "https://github.com/fbsource/tracing.git", rev = "3399637795795560a073fc60a2e6cfa67b8421f1" }
tracing-subscriber = { git = "https://github.com/fbsource/tracing.git", rev = "3399637795795560a073fc60a2e6cfa67b8421f1" }

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion shed/justknobs_stub/cached_config_thrift_struct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
just_knobs_struct__types = { package = "just_knobs_struct_types", version = "0.1.0", path = "types" }
ref-cast = "1.0.18"
thiserror = "1.0.43"
tracing = "0.1.35"
tracing = "0.1.40"
tracing-futures = { version = "0.2.5", features = ["futures-03"] }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion shed/tokio-uds-compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
[target.'cfg(target_os = "windows")'.dependencies]
async-io = "1.4.1"
futures = { version = "0.3.28", features = ["async-await", "compat"] }
tracing = "0.1.35"
tracing = "0.1.40"
uds_windows = "1.0.1"

0 comments on commit 9b294a0

Please sign in to comment.