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 fa6824a commit 5815940
Show file tree
Hide file tree
Showing 100 changed files with 105 additions and 119 deletions.
2 changes: 1 addition & 1 deletion configerator/structs/scm/hg/hgclientconf/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth
futures = { version = "0.3.28", features = ["async-await", "compat"] }
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 configerator/structs/scm/mononoke/lfs_server/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ lfs_server_config__types = { package = "lfs_server_config_types", version = "0.1
rate_limiting_config = { version = "0.1.0", path = "../ratelimiting" }
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 configerator/structs/scm/mononoke/megarepo/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
megarepo_configs__types = { package = "megarepo_configs_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
Expand Up @@ -23,7 +23,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
megarepo_configs = { version = "0.1.0", path = ".." }
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"] }
version_cconf_index__types = { package = "version_cconf_index_types", version = "0.1.0", path = "types" }

Expand Down
Expand Up @@ -23,7 +23,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
ref-cast = "1.0.18"
replication_lag_config__types = { package = "replication_lag_config_types", version = "0.1.0", path = "types" }
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 configerator/structs/scm/mononoke/observability/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
observability_config__types = { package = "observability_config_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 configerator/structs/scm/mononoke/pushredirect/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
pushredirect_enable__types = { package = "pushredirect_enable_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 configerator/structs/scm/mononoke/qps/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
qps_config__types = { package = "qps_config_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 configerator/structs/scm/mononoke/ratelimiting/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
rate_limiting_config__types = { package = "rate_limiting_config_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 configerator/structs/scm/mononoke/redaction/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
redaction_set__types = { package = "redaction_set_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
Expand Up @@ -24,7 +24,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
ref-cast = "1.0.18"
repos = { version = "0.1.0", path = "../repos" }
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 configerator/structs/scm/mononoke/repos/repos/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
ref-cast = "1.0.18"
repos__types = { package = "repos_types", version = "0.1.0", path = "types" }
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 configerator/structs/scm/mononoke/tunables/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth
futures = { version = "0.3.28", features = ["async-await", "compat"] }
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"] }
tunables_structs__types = { package = "tunables_structs_types", version = "0.1.0", path = "types" }

Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/xdb_gc/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth
futures = { version = "0.3.28", features = ["async-await", "compat"] }
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"] }
xdb_gc_structs__types = { package = "xdb_gc_structs_types", version = "0.1.0", path = "types" }

Expand Down
7 changes: 0 additions & 7 deletions eden/fs/Cargo.toml
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 eden/fs/cli_rs/edenfs-client/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ thrift_streaming = { version = "0.1.0", path = "../../service/thrift_streaming"
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio-uds-compat = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
toml = "0.8.4"
tracing = "0.1.35"
tracing = "0.1.40"
util = { version = "0.1.0", path = "../../../scm/lib/util" }
uuid = { version = "1.2", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }

Expand Down
2 changes: 1 addition & 1 deletion eden/fs/cli_rs/edenfs-commands/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ termwiz = { version = "0.18", features = ["widgets"] }
thrift-types = { version = "0.1.0", path = "../../../scm/lib/thrift-types" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
toml = "0.8.4"
tracing = "0.1.35"
tracing = "0.1.40"

[target.'cfg(target_os = "linux")'.dependencies]
shlex = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion eden/fs/cli_rs/edenfs-config/Cargo.toml
Expand Up @@ -13,4 +13,4 @@ edenfs-error = { version = "0.1.0", path = "../edenfs-error" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
stack-config = { version = "0.1.0", path = "../stack-config" }
toml = "0.8.4"
tracing = "0.1.35"
tracing = "0.1.40"
2 changes: 1 addition & 1 deletion eden/fs/cli_rs/edenfs-utils/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ anyhow = "=1.0.72"
edenfs-error = { version = "0.1.0", path = "../edenfs-error" }
glob = "0.3"
sysinfo = "0.26.8"
tracing = "0.1.35"
tracing = "0.1.40"

[target.'cfg(target_os = "linux")'.dependencies]
nix = "0.25"
Expand Down
4 changes: 2 additions & 2 deletions eden/fs/cli_rs/edenfsctl/Cargo.toml
Expand Up @@ -12,8 +12,8 @@ anyhow = "=1.0.72"
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
edenfs-commands = { version = "0.1.0", path = "../edenfs-commands" }
fbinit = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tracing = "0.1.35"
tracing-subscriber = { version = "0.3.17", features = ["ansi", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["ansi", "chrono", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }

[dev-dependencies]
tempfile = "3.8"
Expand Down
2 changes: 1 addition & 1 deletion eden/fs/config/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth
futures = { version = "0.3.28", features = ["async-await", "compat"] }
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 eden/fs/inodes/overlay/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
ref-cast = "1.0.18"
serialization__types = { package = "serialization_types", version = "0.1.0", path = "types" }
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 eden/fs/service/Cargo.toml
Expand Up @@ -26,7 +26,7 @@ ref-cast = "1.0.18"
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
thiserror = "1.0.43"
thrift__types = { package = "thrift_types", version = "0.1.0", path = "types" }
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 eden/fs/service/thrift_streaming/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ ref-cast = "1.0.18"
thiserror = "1.0.43"
thrift = { version = "0.1.0", path = ".." }
thrift_streaming__types = { package = "thrift_streaming_types", version = "0.1.0", path = "types" }
tracing = "0.1.35"
tracing = "0.1.40"
tracing-futures = { version = "0.2.5", features = ["futures-03"] }

[build-dependencies]
Expand Down
7 changes: 0 additions & 7 deletions eden/mononoke/Cargo.toml
Expand Up @@ -108,13 +108,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 eden/mononoke/blobstore/if/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
memcache_lock_thrift__types = { package = "memcache_lock_thrift_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 eden/mononoke/blobstore/packblob/if/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
packblob_thrift__types = { package = "packblob_thrift_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 eden/mononoke/bonsai_globalrev_mapping/if/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" }
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 eden/mononoke/bonsai_hg_mapping/if/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ mercurial_thrift = { version = "0.1.0", path = "../../mercurial/types/if" }
mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" }
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 eden/mononoke/bonsai_svnrev_mapping/if/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" }
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 eden/mononoke/changesets/if/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" }
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 eden/mononoke/derived_data/changeset_info/if/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ ref-cast = "1.0.18"
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.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 eden/mononoke/derived_data/remote/if/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ mercurial_thrift = { version = "0.1.0", path = "../../../mercurial/types/if" }
mononoke_types_thrift = { version = "0.1.0", path = "../../../mononoke_types/if" }
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 eden/mononoke/filenodes/if/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ mercurial_thrift = { version = "0.1.0", path = "../../mercurial/types/if" }
mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" }
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 eden/mononoke/git/git_types/if/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ mononoke_types_thrift = { version = "0.1.0", path = "../../../mononoke_types/if"
ref-cast = "1.0.18"
smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] }
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 eden/mononoke/megarepo_api/if/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" }
ref-cast = "1.0.18"
source_control = { version = "0.1.0", path = "../../scs/if" }
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 eden/mononoke/mercurial/mutation/if/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ hg_mutation_entry_thrift__types = { package = "hg_mutation_entry_thrift_types",
mercurial_thrift = { version = "0.1.0", path = "../../types/if" }
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 eden/mononoke/mercurial/types/if/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ mercurial_thrift__types = { package = "mercurial_thrift_types", version = "0.1.0
mononoke_types_thrift = { version = "0.1.0", path = "../../../mononoke_types/if" }
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 eden/mononoke/microwave/if/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ microwave_if__types = { package = "microwave_if_types", version = "0.1.0", path
mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" }
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 eden/mononoke/mononoke_types/if/Cargo.toml
Expand Up @@ -26,7 +26,7 @@ ref-cast = "1.0.18"
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.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 eden/mononoke/mutable_renames/if/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ mutable_rename_thrift__types = { package = "mutable_rename_thrift_types", versio
ref-cast = "1.0.18"
smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] }
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
Expand Up @@ -24,7 +24,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
mononoke_types_thrift = { version = "0.1.0", path = "../../../../mononoke_types/if" }
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 eden/mononoke/scs/if/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ ref-cast = "1.0.18"
smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] }
source_control__types = { package = "source_control_types", version = "0.1.0", path = "types" }
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

0 comments on commit 5815940

Please sign in to comment.