Skip to content

Commit

Permalink
third-party/rust: bump all the tracing packages
Browse files Browse the repository at this point in the history
Summary:
This includes recent changes:
- `skip_all` in #[instrument] tokio-rs/tracing#1548
- NoSubscriber no-op Subscriber tokio-rs/tracing#1549
- Box/Arc Layer (tokio-rs/tracing#1536 +
  tokio-rs/tracing#1547)
- log filtering fixes tokio-rs/tracing#1543

Local: force `log` and `log-always` features off. This removes the
`enable-trace-logging` flag from smartplatform/reconciler.

Reviewed By: guswynn

Differential Revision: D30906032

fbshipit-source-id: fdc3e4e29a39e9e181d9f4ff017e6b3e16acdcd8
  • Loading branch information
jsgf authored and facebook-github-bot committed Sep 15, 2021
1 parent 133aca0 commit 113060b
Show file tree
Hide file tree
Showing 284 changed files with 82 additions and 1,874 deletions.
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/fastreplay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/hgserverconf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/lfs_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/megarepo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"

[build-dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/observability/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/pushredirect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/qps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/ratelimiting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/redaction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"

[build-dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/repos/repos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/tunables/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/xdb_gc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"

[build-dependencies]
Expand Down
8 changes: 0 additions & 8 deletions eden/fs/cli_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee5
shellexpand = { git = "https://github.com/fanzeyi/shellexpand.git", rev = "179447a3f8fccd765acfd2eed15a54c716c49cfe" }
tokio-core = { git = "https://github.com/bolinfest/tokio-core", rev = "5f37aa3c627d56ee49154bc851d6930f5ab4398f" }
toml = { git = "https://github.com/jsgf/toml-rs", branch = "dotted-table-0.5.7" }
tracing = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-appender = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-attributes = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-core = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-futures = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-log = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-serde = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion eden/fs/cli_rs/edenfs-commands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ structopt = "0.3.21"
termwiz = { version = "0.13", features = ["widgets"] }
tokio = { version = "1.10", features = ["full", "test-util"] }
toml = "=0.5.7"
tracing = "0.1.26"
tracing = "0.1.27"
util = { version = "0.1.0", path = "../../../scm/lib/util" }
2 changes: 1 addition & 1 deletion eden/fs/cli_rs/edenfs-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ edenfs-error = { version = "0.1.0", path = "../edenfs-error" }
serde = { version = "1.0.126", features = ["derive", "rc"] }
stack-config = { version = "0.1.0", path = "../stack-config" }
toml = "=0.5.7"
tracing = "0.1.26"
tracing = "0.1.27"
2 changes: 1 addition & 1 deletion eden/fs/cli_rs/edenfsctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ license = "GPLv2+"
anyhow = "1.0"
edenfs-commands = { version = "0.1.0", path = "../edenfs-commands" }
structopt = "0.3.21"
tracing-subscriber = "0.2.20"
tracing-subscriber = { version = "0.2.22", features = ["parking_lot"] }
2 changes: 1 addition & 1 deletion eden/hg-server/lib/checkout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parking_lot = "0.10.2"
pathmatcher = { path = "../pathmatcher" }
revisionstore = { path = "../revisionstore" }
tokio = { version = "1.10", features = ["full", "test-util"] }
tracing = "0.1.26"
tracing = "0.1.27"
types = { path = "../types" }
vfs = { path = "../vfs" }

Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/clidispatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ taggederror = { path = "../taggederror" }
taggederror-util = { path = "../taggederror-util" }
thiserror = "1.0.29"
thrift-types = { path = "../thrift-types" }
tracing = "0.1.26"
tracing = "0.1.27"
util = { path = "../util" }
2 changes: 1 addition & 1 deletion eden/hg-server/lib/configparser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sha2 = { version = "0.8", optional = true }
tempfile = "3.1"
thiserror = "1.0.29"
thrift-types = { path = "../thrift-types", optional = true }
tracing = "0.1.26"
tracing = "0.1.27"
types = { path = "../types", optional = true }
util = { path = "../util" }
version = { path = "../version" }
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/dag/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ quickcheck = { version = "0.9", optional = true }
serde = { version = "1.0.126", features = ["derive", "rc"] }
tempfile = { version = "3.1", optional = true }
thiserror = "1.0.29"
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"
vlqencoding = { path = "../vlqencoding" }

Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/dag/gitdag/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dag = { path = ".." }
git2 = "0.13"
nonblocking = { path = "../../nonblocking" }
parking_lot = "0.10.2"
tracing = "0.1.26"
tracing = "0.1.27"
4 changes: 2 additions & 2 deletions eden/hg-server/lib/dev-logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2018"

[dependencies]
ctor = "0.1"
tracing = "0.1.26"
tracing-subscriber = "0.2.20"
tracing = "0.1.27"
tracing-subscriber = { version = "0.2.22", features = ["parking_lot"] }
2 changes: 1 addition & 1 deletion eden/hg-server/lib/edenapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ serde_json = { version = "1.0", features = ["float_roundtrip"] }
structopt = "0.3.21"
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util"] }
tracing = "0.1.26"
tracing = "0.1.27"
types = { path = "../types" }
url = "2.2.2"
2 changes: 1 addition & 1 deletion eden/hg-server/lib/fsyncglob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
glob = "0.3"
tracing = "0.1.26"
tracing = "0.1.27"

[dev-dependencies]
tempfile = "3.1"
2 changes: 1 addition & 1 deletion eden/hg-server/lib/hg-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ hg-metrics = { path = "../hg-metrics" }
http-client = { path = "../http-client" }
once_cell = "1.4"
progress-model = { path = "../progress/model" }
tracing = "0.1.26"
tracing = "0.1.27"
4 changes: 2 additions & 2 deletions eden/hg-server/lib/hgcommands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ pytracing = { path = "../../edenscmnative/bindings/modules/pytracing", default-f
revisionstore = { path = "../revisionstore" }
taggederror = { path = "../taggederror" }
term_size = "0.3"
tracing = "0.1.26"
tracing = "0.1.27"
tracing-collector = { path = "../tracing-collector" }
tracing-subscriber = "0.2.20"
tracing-subscriber = { version = "0.2.22", features = ["parking_lot"] }
types = { path = "../types" }
util = { path = "../util" }
version = { path = "../version" }
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/hgcommits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ revlogindex = { path = "../revlogindex" }
serde = { version = "1.0.126", features = ["derive", "rc"] }
streams = { path = "../streams" }
thiserror = "1.0.29"
tracing = "0.1.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"
zstore = { path = "../zstore" }
2 changes: 1 addition & 1 deletion eden/hg-server/lib/http-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde_json = { version = "1.0", features = ["float_roundtrip"] }
structopt = "0.3.21"
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util"] }
tracing = "0.1.26"
tracing = "0.1.27"
url = "2.2.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/indexedlog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ minibytes = { path = "../minibytes" }
once_cell = "1.4"
rand = { version = "0.7", features = ["small_rng"] }
tempfile = "3.1"
tracing = "0.1.26"
tracing = "0.1.27"
twox-hash = "1.5"
vlqencoding = { path = "../vlqencoding" }

Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/manifest-tree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ quickcheck = { version = "0.9", optional = true }
rand = { version = "0.7", features = ["small_rng"], optional = true }
sha-1 = "0.8"
thiserror = "1.0.29"
tracing = "0.1.26"
tracing = "0.1.27"
types = { path = "../types" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/progress/model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ once_cell = "1.4"
parking_lot = "0.10.2"
paste = "1.0"
tokio = { version = "1.10", features = ["full", "test-util"] }
tracing = "0.1.26"
tracing = "0.1.27"

[dev-dependencies]
async-runtime = { path = "../../async-runtime" }
2 changes: 1 addition & 1 deletion eden/hg-server/lib/revisionstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ streams = { path = "../streams" }
tempfile = "3.1"
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util"] }
tracing = "0.1.26"
tracing = "0.1.27"
types = { path = "../types" }
url = "2.2.2"
util = { path = "../util" }
Expand Down
4 changes: 2 additions & 2 deletions eden/hg-server/lib/tracing-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ libc = "0.2.98"
parking_lot = "0.10.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = { version = "1.0", features = ["float_roundtrip"] }
tracing = "0.1.26"
tracing-subscriber = "0.2.20"
tracing = "0.1.27"
tracing-subscriber = { version = "0.2.22", features = ["parking_lot"] }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.7", features = ["processthreadsapi"] }
2 changes: 1 addition & 1 deletion eden/hg-server/lib/tracing-runtime-callsite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
once_cell = "1.4"
parking_lot = "0.10.2"
tracing = "0.1.26"
tracing = "0.1.27"

[dev-dependencies]
regex = "1.4.2"
2 changes: 1 addition & 1 deletion eden/hg-server/lib/zstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ minibytes = { path = "../minibytes", features = ["frombytes"] }
parking_lot = "0.10.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
sha-1 = "0.8"
tracing = "0.1.26"
tracing = "0.1.27"
types = { path = "../types" }
zstdelta = { path = "../zstdelta" }

Expand Down
8 changes: 0 additions & 8 deletions eden/mononoke/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,6 @@ rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee5
shellexpand = { git = "https://github.com/fanzeyi/shellexpand.git", rev = "179447a3f8fccd765acfd2eed15a54c716c49cfe" }
tokio-core = { git = "https://github.com/bolinfest/tokio-core", rev = "5f37aa3c627d56ee49154bc851d6930f5ab4398f" }
toml = { git = "https://github.com/jsgf/toml-rs", branch = "dotted-table-0.5.7" }
tracing = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-appender = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-attributes = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-core = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-futures = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-log = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-serde = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }

[workspace]
members = [
Expand Down
8 changes: 0 additions & 8 deletions eden/mononoke/admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,3 @@ rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee5
shellexpand = { git = "https://github.com/fanzeyi/shellexpand.git", rev = "179447a3f8fccd765acfd2eed15a54c716c49cfe" }
tokio-core = { git = "https://github.com/bolinfest/tokio-core", rev = "5f37aa3c627d56ee49154bc851d6930f5ab4398f" }
toml = { git = "https://github.com/jsgf/toml-rs", branch = "dotted-table-0.5.7" }
tracing = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-appender = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-attributes = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-core = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-futures = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-log = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-serde = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
8 changes: 0 additions & 8 deletions eden/mononoke/aliasverify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,3 @@ rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee5
shellexpand = { git = "https://github.com/fanzeyi/shellexpand.git", rev = "179447a3f8fccd765acfd2eed15a54c716c49cfe" }
tokio-core = { git = "https://github.com/bolinfest/tokio-core", rev = "5f37aa3c627d56ee49154bc851d6930f5ab4398f" }
toml = { git = "https://github.com/jsgf/toml-rs", branch = "dotted-table-0.5.7" }
tracing = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-appender = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-attributes = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-core = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-futures = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-log = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-serde = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
8 changes: 0 additions & 8 deletions eden/mononoke/alpn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,3 @@ rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee5
shellexpand = { git = "https://github.com/fanzeyi/shellexpand.git", rev = "179447a3f8fccd765acfd2eed15a54c716c49cfe" }
tokio-core = { git = "https://github.com/bolinfest/tokio-core", rev = "5f37aa3c627d56ee49154bc851d6930f5ab4398f" }
toml = { git = "https://github.com/jsgf/toml-rs", branch = "dotted-table-0.5.7" }
tracing = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-appender = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-attributes = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-core = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-futures = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-log = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-serde = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
8 changes: 0 additions & 8 deletions eden/mononoke/backfill_derived_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,3 @@ rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee5
shellexpand = { git = "https://github.com/fanzeyi/shellexpand.git", rev = "179447a3f8fccd765acfd2eed15a54c716c49cfe" }
tokio-core = { git = "https://github.com/bolinfest/tokio-core", rev = "5f37aa3c627d56ee49154bc851d6930f5ab4398f" }
toml = { git = "https://github.com/jsgf/toml-rs", branch = "dotted-table-0.5.7" }
tracing = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-appender = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-attributes = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-core = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-futures = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-log = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-serde = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
8 changes: 0 additions & 8 deletions eden/mononoke/benchmark_filestore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,3 @@ rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee5
shellexpand = { git = "https://github.com/fanzeyi/shellexpand.git", rev = "179447a3f8fccd765acfd2eed15a54c716c49cfe" }
tokio-core = { git = "https://github.com/bolinfest/tokio-core", rev = "5f37aa3c627d56ee49154bc851d6930f5ab4398f" }
toml = { git = "https://github.com/jsgf/toml-rs", branch = "dotted-table-0.5.7" }
tracing = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-appender = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-attributes = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-core = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-futures = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-log = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-serde = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" }
Loading

0 comments on commit 113060b

Please sign in to comment.