third-party: update tracing and related crates

Summary:
This diff does the following:
- Updates the tracing crates to the latest versions available. Changes include:
    - Experimental support for [Valuable](https://tokio.rs/blog/2021-05-valuable), which makes recording values much more like how serde does. Valuable also makes it easier to write a tracing-slog crate due to some implementation details of slog where buffering of values is necessary.
    - Combinators for combining filters in tracing-subscriber.
    - A `MakeWriter` implementation for `RollingFileAppender` in `tracing_appender`, which allows the `RollingFileAppender` without a background thread to being spun up.
    - Reduced the disabled span drop overhead by 50-70%—this might be most apparent in tests that don't set a subscriber.
- Move the tokio-console off git dependencies and to published versions on crates.io.

This diff also updates the following, non-exhaustive list of crates:
- parking_lot
- prost
- thread_local
- tonic
- hyper
- httparse
- h2

allow-large-files

Reviewed By: jsgf, fanzeyi

Differential Revision: D34801437

fbshipit-source-id: 2409de9194c8e00647ac5e4c514325fd2e23d247
This commit is contained in:
David Barsky 2022-03-16 15:36:55 -07:00 committed by Facebook GitHub Bot
parent 7f40ebcc32
commit 85b8783db2
86 changed files with 95 additions and 95 deletions

View File

@ -25,7 +25,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -25,7 +25,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -25,7 +25,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -26,7 +26,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -25,7 +25,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -26,7 +26,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -25,7 +25,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -25,7 +25,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -25,7 +25,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -25,7 +25,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -25,7 +25,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -26,7 +26,7 @@ repos = { version = "0.1.0", path = "../repos" }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -25,7 +25,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -25,7 +25,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -25,7 +25,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -23,5 +23,5 @@ thrift-types = { version = "0.1.0", path = "../../../scm/lib/thrift-types" }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-uds-compat = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
toml = "=0.5.8"
tracing = "0.1.29"
tracing = "0.1.32"
uuid = { version = "0.8.1", features = ["serde", "v4", "v5"] }

View File

@ -29,5 +29,5 @@ termwiz = { version = "0.15", features = ["widgets"] }
thrift-types = { version = "0.1.0", path = "../../../scm/lib/thrift-types" }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
toml = "=0.5.8"
tracing = "0.1.29"
tracing = "0.1.32"
util = { version = "0.1.0", path = "../../../scm/lib/util" }

View File

@ -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.8"
tracing = "0.1.29"
tracing = "0.1.32"

View File

@ -14,8 +14,8 @@ edenfs-commands = { version = "0.1.0", path = "../edenfs-commands" }
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
sysinfo = "0.20.4"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"
tracing-subscriber = { version = "0.3.3", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
tracing = "0.1.32"
tracing-subscriber = { version = "0.3.9", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
[target.'cfg(target_os = "linux")'.dependencies]
hostcaps = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -25,7 +25,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -25,7 +25,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -27,7 +27,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -26,7 +26,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
thrift = { version = "0.1.0", path = ".." }
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -12,7 +12,7 @@ parking_lot = { version = "0.11.2", features = ["send_guard"] }
pathmatcher = { path = "../pathmatcher" }
revisionstore = { path = "../revisionstore" }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"
tracing = "0.1.32"
types = { path = "../types" }
vfs = { path = "../vfs" }

View File

@ -16,5 +16,5 @@ taggederror = { path = "../taggederror" }
taggederror-util = { path = "../taggederror-util" }
thiserror = "1.0.29"
thrift-types = { path = "../thrift-types" }
tracing = "0.1.29"
tracing = "0.1.32"
util = { path = "../util" }

View File

@ -28,7 +28,7 @@ sha2 = { version = "0.8", optional = true }
tempfile = "3.2"
thiserror = "1.0.29"
thrift-types = { path = "../thrift-types", optional = true }
tracing = "0.1.29"
tracing = "0.1.32"
types = { path = "../types", optional = true }
util = { path = "../util" }
version = { path = "../version" }

View File

@ -39,7 +39,7 @@ quickcheck = { version = "1.0", optional = true }
serde = { version = "1.0.126", features = ["derive", "rc"] }
tempfile = { version = "3.2", optional = true }
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
vlqencoding = { path = "../vlqencoding" }
[dev-dependencies]

View File

@ -10,4 +10,4 @@ dag = { path = ".." }
git2 = "0.13"
nonblocking = { path = "../../nonblocking" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
tracing = "0.1.29"
tracing = "0.1.32"

View File

@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
ctor = "0.1"
tracing = "0.1.29"
tracing-subscriber = { version = "0.3.3", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
tracing = "0.1.32"
tracing-subscriber = { version = "0.3.9", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }

View File

@ -33,6 +33,6 @@ serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_dep
structopt = "0.3.23"
thiserror = "1.0.29"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"
tracing = "0.1.32"
types = { path = "../types" }
url = "2.2.2"

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
glob = "0.3"
tracing = "0.1.29"
tracing = "0.1.32"
[dev-dependencies]
tempfile = "3.2"

View File

@ -10,4 +10,4 @@ hg-metrics = { path = "../hg-metrics" }
http-client = { path = "../http-client" }
once_cell = "1.8"
progress-model = { path = "../progress/model" }
tracing = "0.1.29"
tracing = "0.1.32"

View File

@ -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.29"
tracing = "0.1.32"
tracing-collector = { path = "../tracing-collector" }
tracing-subscriber = { version = "0.3.3", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
tracing-subscriber = { version = "0.3.9", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
types = { path = "../types" }
util = { path = "../util" }
version = { path = "../version" }

View File

@ -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.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
zstore = { path = "../zstore" }

View File

@ -27,7 +27,7 @@ serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_dep
structopt = "0.3.23"
thiserror = "1.0.29"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"
tracing = "0.1.32"
url = "2.2.2"
[dev-dependencies]

View File

@ -26,7 +26,7 @@ minibytes = { path = "../minibytes" }
once_cell = "1.8"
rand = { version = "0.8", features = ["small_rng"] }
tempfile = "3.2"
tracing = "0.1.29"
tracing = "0.1.32"
twox-hash = "1.6.1"
vlqencoding = { path = "../vlqencoding" }

View File

@ -21,7 +21,7 @@ quickcheck = { version = "1.0", optional = true }
rand = { version = "0.8", features = ["small_rng"], optional = true }
sha-1 = "0.8"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
types = { path = "../types" }
[dev-dependencies]

View File

@ -10,7 +10,7 @@ once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
paste = "1.0"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"
tracing = "0.1.32"
[dev-dependencies]
async-runtime = { path = "../../async-runtime" }

View File

@ -45,7 +45,7 @@ streams = { path = "../streams" }
tempfile = "3.2"
thiserror = "1.0.29"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"
tracing = "0.1.32"
types = { path = "../types" }
url = "2.2.2"
util = { path = "../util" }

View File

@ -10,8 +10,8 @@ libc = "0.2.98"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
tracing = "0.1.29"
tracing-subscriber = { version = "0.3.3", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
tracing = "0.1.32"
tracing-subscriber = { version = "0.3.9", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.7", features = ["processthreadsapi"] }

View File

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
tracing = "0.1.29"
tracing = "0.1.32"
[dev-dependencies]
regex = "1.5.4"

View File

@ -13,7 +13,7 @@ minibytes = { path = "../minibytes", features = ["frombytes"] }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
sha-1 = "0.8"
tracing = "0.1.29"
tracing = "0.1.32"
types = { path = "../types" }
zstdelta = { path = "../zstdelta" }

View File

@ -25,7 +25,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -26,7 +26,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -26,7 +26,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -27,7 +27,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -26,7 +26,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -26,7 +26,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -27,7 +27,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -31,7 +31,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -27,7 +27,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -27,7 +27,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] }
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -27,7 +27,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
source_control = { version = "0.1.0", path = "../../scs/if" }
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -26,7 +26,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -27,7 +27,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -28,7 +28,7 @@ serde_derive = "1.0"
smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] }
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -27,7 +27,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] }
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -26,7 +26,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -27,7 +27,7 @@ ref-cast = "1.0.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-futures = "0.2.5"
[build-dependencies]

View File

@ -7,4 +7,4 @@ edition = "2021"
[dependencies]
tempfile = "3.2"
tracing = "0.1.29"
tracing = "0.1.32"

View File

@ -13,7 +13,7 @@ indexmap = { version = "1.8.0", features = ["rayon", "serde-1"] }
pem = "0.8"
simple_asn1 = "0.4"
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
url = "2.2.2"
util = { version = "0.1.0", path = "../util" }

View File

@ -21,9 +21,9 @@ manifest = { version = "0.1.0", path = "../manifest" }
manifest-tree = { version = "0.1.0", path = "../manifest-tree" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
revisionstore = { version = "0.1.0", path = "../revisionstore" }
tracing = "0.1.29"
tracing = "0.1.32"
tracing-collector = { version = "0.1.0", path = "../tracing-collector" }
tracing-subscriber = { version = "0.3.3", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
tracing-subscriber = { version = "0.3.9", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
types = { version = "0.1.0", path = "../types" }
[features]

View File

@ -13,5 +13,5 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
util = { version = "0.1.0", path = "../util" }

View File

@ -17,7 +17,7 @@ progress-model = { version = "0.1.0", path = "../progress/model" }
status = { version = "0.1.0", path = "../status" }
storemodel = { version = "0.1.0", path = "../storemodel" }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"
tracing = "0.1.32"
treestate = { version = "0.1.0", path = "../treestate" }
types = { version = "0.1.0", path = "../types" }
vfs = { version = "0.1.0", path = "../vfs" }

View File

@ -18,5 +18,5 @@ taggederror = { version = "0.1.0", path = "../taggederror" }
taggederror-util = { version = "0.1.0", path = "../taggederror-util" }
thiserror = "1.0.29"
thrift-types = { version = "0.1.0", path = "../thrift-types" }
tracing = "0.1.29"
tracing = "0.1.32"
util = { version = "0.1.0", path = "../util" }

View File

@ -31,7 +31,7 @@ serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_dep
serde_urlencoded = { version = "0.5", optional = true }
sha2 = { version = "0.8", optional = true }
tempfile = { version = "3.2", optional = true }
tracing = "0.1.29"
tracing = "0.1.32"
types = { version = "0.1.0", path = "../types", optional = true }
url = "2.2.2"
util = { version = "0.1.0", path = "../util" }

View File

@ -43,7 +43,7 @@ rand = { version = "0.8", features = ["small_rng"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
tempfile = { version = "3.2", optional = true }
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
vlqencoding = { version = "0.1.0", path = "../vlqencoding" }
[dev-dependencies]

View File

@ -11,4 +11,4 @@ dag = { version = "0.1.0", path = ".." }
git2 = "0.13"
nonblocking = { version = "0.1.0", path = "../../nonblocking" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
tracing = "0.1.29"
tracing = "0.1.32"

View File

@ -7,5 +7,5 @@ edition = "2021"
[dependencies]
ctor = "0.1"
tracing = "0.1.29"
tracing-subscriber = { version = "0.3.3", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
tracing = "0.1.32"
tracing-subscriber = { version = "0.3.9", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }

View File

@ -17,7 +17,7 @@ metalog = { version = "0.1.0", path = "../metalog" }
minibytes = { version = "0.1.0", path = "../minibytes" }
nonblocking = { version = "0.1.0", path = "../nonblocking" }
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
zstore = { version = "0.1.0", path = "../zstore" }
[dev-dependencies]

View File

@ -30,7 +30,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_cbor = "0.11"
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"
tracing = "0.1.32"
types = { version = "0.1.0", path = "../types" }
url = "2.2.2"
version = { version = "0.1.0", path = "../version" }

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
glob = "0.3"
tracing = "0.1.29"
tracing = "0.1.32"
[dev-dependencies]
tempfile = "3.2"

View File

@ -47,10 +47,10 @@ runlog = { version = "0.1.0", path = "../runlog" }
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
taggederror = { version = "0.1.0", path = "../taggederror" }
terminal_size = "0.1"
tracing = "0.1.29"
tracing = "0.1.32"
tracing-collector = { version = "0.1.0", path = "../tracing-collector" }
tracing-sampler = { version = "0.1.0", path = "../tracing-sampler" }
tracing-subscriber = { version = "0.3.3", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
tracing-subscriber = { version = "0.3.9", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
types = { version = "0.1.0", path = "../types" }
util = { version = "0.1.0", path = "../util" }
version = { version = "0.1.0", path = "../version" }

View File

@ -21,6 +21,6 @@ serde = { version = "1.0.126", features = ["derive", "rc"] }
storemodel = { version = "0.1.0", path = "../storemodel" }
streams = { version = "0.1.0", path = "../streams" }
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
types = { version = "0.1.0", path = "../types" }
zstore = { version = "0.1.0", path = "../zstore" }

View File

@ -33,7 +33,7 @@ structopt = "0.3.23"
thiserror = "1.0.29"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-util = { version = "0.6", features = ["full"] }
tracing = "0.1.29"
tracing = "0.1.32"
url = "2.2.2"
[dev-dependencies]

View File

@ -28,7 +28,7 @@ minibytes = { version = "0.1.0", path = "../minibytes" }
once_cell = "1.8"
rand = { version = "0.8", features = ["small_rng"] }
tempfile = "3.2"
tracing = "0.1.29"
tracing = "0.1.32"
twox-hash = "1.6.1"
vlqencoding = { version = "0.1.0", path = "../vlqencoding" }

View File

@ -27,7 +27,7 @@ rand = { version = "0.8", features = ["small_rng"], optional = true }
sha-1 = "0.8"
storemodel = { version = "0.1.0", path = "../storemodel" }
thiserror = "1.0.29"
tracing = "0.1.29"
tracing = "0.1.32"
types = { version = "0.1.0", path = "../types" }
[dev-dependencies]

View File

@ -16,7 +16,7 @@ minibytes = { version = "0.1.0", path = "../minibytes" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
tracing = "0.1.29"
tracing = "0.1.32"
types = { version = "0.1.0", path = "../types" }
zstore = { version = "0.1.0", path = "../zstore" }

View File

@ -10,4 +10,4 @@ async-runtime = { version = "0.1.0", path = "../../async-runtime" }
metrics = { version = "0.1.0", path = ".." }
once_cell = "1.8"
progress-model = { version = "0.1.0", path = "../../progress/model" }
tracing = "0.1.29"
tracing = "0.1.32"

View File

@ -11,7 +11,7 @@ async-runtime = { version = "0.1.0", path = "../async-runtime" }
dag = { version = "0.1.0", path = "../dag" }
manifest-tree = { version = "0.1.0", path = "../manifest-tree" }
storemodel = { version = "0.1.0", path = "../storemodel" }
tracing = "0.1.29"
tracing = "0.1.32"
types = { version = "0.1.0", path = "../types" }
[dev-dependencies]

View File

@ -11,7 +11,7 @@ once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
paste = "1.0"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"
tracing = "0.1.32"
[dev-dependencies]
async-runtime = { version = "0.1.0", path = "../../async-runtime" }

View File

@ -51,7 +51,7 @@ tempfile = "3.2"
thiserror = "1.0.29"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
tracing = "0.1.29"
tracing = "0.1.32"
types = { version = "0.1.0", path = "../types" }
url = "2.2.2"
util = { version = "0.1.0", path = "../util" }

View File

@ -11,8 +11,8 @@ libc = "0.2.98"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
tracing = "0.1.29"
tracing-subscriber = { version = "0.3.3", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
tracing = "0.1.32"
tracing-subscriber = { version = "0.3.9", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.7", features = ["processthreadsapi"] }

View File

@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
tracing = "0.1.29"
tracing = "0.1.32"
[dev-dependencies]
regex = "1.5.4"

View File

@ -11,9 +11,9 @@ once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
tracing = "0.1.29"
tracing = "0.1.32"
tracing-serde = "0.1.2"
tracing-subscriber = { version = "0.3.3", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
tracing-subscriber = { version = "0.3.9", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
[dev-dependencies]
tempfile = "3.2"

View File

@ -14,7 +14,7 @@ minibytes = { version = "0.1.0", path = "../minibytes", features = ["frombytes"]
parking_lot = { version = "0.11.2", features = ["send_guard"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
sha-1 = "0.8"
tracing = "0.1.29"
tracing = "0.1.32"
types = { version = "0.1.0", path = "../types" }
zstdelta = { version = "0.1.0", path = "../zstdelta" }