Skip to content

Commit 76f46ab

Browse files
Jeremy Fitzhardingefacebook-github-bot
authored andcommitted
third-party/rust: update tracing-subscriber for Option<Filter>
Summary: Import tokio-rs/tracing#2402 until it lands. Reviewed By: zertosh Differential Revision: D41689583 fbshipit-source-id: f1923244fcc652ba4dfcd6064aa37926a2b79bc7
1 parent fb63532 commit 76f46ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

fb303/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ terminfo = { git = "https://github.com/rust-terminfo/terminfo", rev = "9b4e1c6aa
2222
toml = { git = "https://github.com/fbsource/toml", rev = "0ee7001fb64f7c5094a00d3a360e402201f498fe" }
2323
tonic = { version = "0.8.3", git = "https://github.com/krallin/tonic.git", rev = "c67fc25b636b48b90c83dfc8dd1f89c00b84846d" }
2424
tonic-build = { version = "0.8.4", git = "https://github.com/krallin/tonic.git", rev = "c67fc25b636b48b90c83dfc8dd1f89c00b84846d" }
25+
tracing = { git = "https://github.com/jsgf/tracing.git", rev = "f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
26+
tracing-appender = { git = "https://github.com/jsgf/tracing.git", rev = "f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
27+
tracing-core = { git = "https://github.com/jsgf/tracing.git", rev = "f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
28+
tracing-futures = { git = "https://github.com/jsgf/tracing.git", rev = "f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
29+
tracing-log = { git = "https://github.com/jsgf/tracing.git", rev = "f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
30+
tracing-serde = { git = "https://github.com/jsgf/tracing.git", rev = "f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
31+
tracing-subscriber = { git = "https://github.com/jsgf/tracing.git", rev = "f9fbbc6ae5d81ec59e4fd52ad3da1e261e8af681" }
2532
windows-sys = { package = "windows-sys", git = "https://github.com/davidbarsky/windows-rs", rev = "0489fa456a104f49c7807ae309743c36709bf179" }
2633

2734
[workspace]

0 commit comments

Comments
 (0)