Skip to content

Commit

Permalink
third-party/rust: update tracing-subscriber for Option<Filter>
Browse files Browse the repository at this point in the history
Summary: Import tokio-rs/tracing#2402 until it lands.

Reviewed By: zertosh

Differential Revision: D41689583

fbshipit-source-id: f1923244fcc652ba4dfcd6064aa37926a2b79bc7
  • Loading branch information
Jeremy Fitzhardinge authored and facebook-github-bot committed Mar 23, 2023
1 parent 324952d commit 0f5bc4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ terminfo = { git = "https://github.com/rust-terminfo/terminfo", rev = "9b4e1c6aa
toml = { git = "https://github.com/fbsource/toml", rev = "0ee7001fb64f7c5094a00d3a360e402201f498fe" }
tonic = { version = "0.8.3", git = "https://github.com/krallin/tonic.git", rev = "c67fc25b636b48b90c83dfc8dd1f89c00b84846d" }
tonic-build = { version = "0.8.4", git = "https://github.com/krallin/tonic.git", rev = "c67fc25b636b48b90c83dfc8dd1f89c00b84846d" }
tracing = { git = "https://github.com/jsgf/tracing.git", rev = "f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
tracing-appender = { git = "https://github.com/jsgf/tracing.git", rev = "f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
tracing-core = { git = "https://github.com/jsgf/tracing.git", rev = "f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
tracing-futures = { git = "https://github.com/jsgf/tracing.git", rev = "f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
tracing-log = { git = "https://github.com/jsgf/tracing.git", rev = "f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
tracing-serde = { git = "https://github.com/jsgf/tracing.git", rev = "f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
tracing-subscriber = { git = "https://github.com/jsgf/tracing.git", rev = "f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
windows-sys = { package = "windows-sys", git = "https://github.com/davidbarsky/windows-rs", rev = "0489fa456a104f49c7807ae309743c36709bf179" }

[workspace]
Expand Down

0 comments on commit 0f5bc4c

Please sign in to comment.