Skip to content

Commit

Permalink
Upgrade tokio
Browse files Browse the repository at this point in the history
Summary:
Need to add some third-party, which is pulling newer tokio.

Land upgrade separately for visibility and for easier bisect and revert.

Reviewed By: Imxset21, JakobDegen

Differential Revision: D55030643

fbshipit-source-id: 47b509ce2103d1dd64c66aa250133eb25758a750
  • Loading branch information
stepancheg authored and facebook-github-bot committed Mar 18, 2024
1 parent e81132e commit f565e35
Show file tree
Hide file tree
Showing 139 changed files with 139 additions and 139 deletions.
2 changes: 1 addition & 1 deletion eden/fs/cli_rs/edenfs-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sysinfo = "0.26.8"
thrift-types = { version = "0.1.0", path = "../../../scm/lib/thrift-types" }
thrift_streaming = { version = "0.1.0", path = "../../service/thrift_streaming" }
thrift_streaming_clients = { version = "0.1.0", path = "../../service/thrift_streaming/clients" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", 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.40"
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 @@ -29,7 +29,7 @@ sysinfo = "0.26.8"
tabular = "0.2.0"
termwiz = { version = "0.22", features = ["widgets"] }
thrift-types = { version = "0.1.0", path = "../../../scm/lib/thrift-types" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
toml = "0.8.4"
tracing = "0.1.40"

Expand Down
2 changes: 1 addition & 1 deletion eden/fs/cli_rs/edenfs-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ license = "GPLv2+"
[dependencies]
anyhow = "1.0.75"
thiserror = "1.0.49"
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion eden/mononoke/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ sql_construct = { version = "0.1.0", path = "common/sql_construct" }
sql_ext = { version = "0.1.0", path = "common/rust/sql_ext" }
sqlblob = { version = "0.1.0", path = "blobstore/sqlblob" }
streaming_clone = { version = "0.1.0", path = "repo_client/streaming_clone" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
toml = "0.8.4"

[patch.crates-io]
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexper
sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
synced_commit_mapping = { version = "0.1.0", path = "../commit_rewriting/synced_commit_mapping" }
thiserror = "1.0.49"
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
unodes = { version = "0.1.0", path = "../derived_data/unodes" }
xdiff = { version = "0.1.0", path = "../../scm/lib/xdiff" }

Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/backfill_derived_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ skeleton_manifest = { version = "0.1.0", path = "../derived_data/skeleton_manife
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
topo_sort = { version = "0.1.0", path = "../common/topo_sort" }
unodes = { version = "0.1.0", path = "../derived_data/unodes" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/benchmarks/bulkops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
mononoke_app = { version = "0.1.0", path = "../../cmdlib/mononoke_app" }
phases = { version = "0.1.0", path = "../../phases" }
repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion eden/mononoke/benchmarks/filestore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
prefixblob = { version = "0.1.0", path = "../../blobstore/prefixblob" }
rand = { version = "0.8", features = ["small_rng"] }
throttledblob = { version = "0.1.0", path = "../../blobstore/throttledblob" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio-util = { version = "0.7.10", features = ["full"] }
2 changes: 1 addition & 1 deletion eden/mononoke/benchmarks/storage_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
mononoke_app = { version = "0.1.0", path = "../../cmdlib/mononoke_app" }
rand = { version = "0.8", features = ["small_rng"] }
repo_factory = { version = "0.1.0", path = "../../repo_factory" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion eden/mononoke/blobimport_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ repo_blobstore = { version = "0.1.0", path = "../blobrepo/repo_blobstore" }
repo_identity = { version = "0.1.0", path = "../repo_attributes/repo_identity" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
synced_commit_mapping = { version = "0.1.0", path = "../commit_rewriting/synced_commit_mapping" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
wireproto_handler = { version = "0.1.0", path = "../wireproto_handler" }
2 changes: 1 addition & 1 deletion eden/mononoke/blobrepo/blobrepo_hg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_deri
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
uuid = { version = "1.2", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }
wireproto_handler = { version = "0.1.0", path = "../../wireproto_handler" }
2 changes: 1 addition & 1 deletion eden/mononoke/blobrepo_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
repo_blobstore = { version = "0.1.0", path = "../blobrepo/repo_blobstore" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.49"
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }

[dev-dependencies]
fbinit = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/cacheblob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ prefixblob = { version = "0.1.0", path = "../prefixblob" }
redactedblobstore = { version = "0.1.0", path = "../redactedblobstore" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }

[dev-dependencies]
borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/delayblob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ context = { version = "0.1.0", path = "../../server/context" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
rand = { version = "0.8", features = ["small_rng"] }
rand_distr = "0.4"
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sql_construct = { version = "0.1.0", path = "../../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
sql_query_config = { version = "0.1.0", path = "../../repo_attributes/sql_query_config" }
thiserror = "1.0.49"
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
vec1 = { version = "1", features = ["serde"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/factory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ sql_construct = { version = "0.1.0", path = "../../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
sqlblob = { version = "0.1.0", path = "../sqlblob" }
throttledblob = { version = "0.1.0", path = "../throttledblob" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/fileblob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ context = { version = "0.1.0", path = "../../server/context" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
percent-encoding = "2.1"
tempfile = "3.8"
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
walkdir = "2.3"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/multiplexedblob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
strum = { version = "0.24", features = ["derive"] }
thiserror = "1.0.49"
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
twox-hash = "1.6.1"
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/multiplexedblob_wal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ multiplexedblob = { version = "0.1.0", path = "../multiplexedblob" }
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
thiserror = "1.0.49"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }

[dev-dependencies]
blobstore_test_utils = { version = "0.1.0", path = "../test_utils" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/sqlblob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_de
sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
twox-hash = "1.6.1"
vec1 = { version = "1", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/test_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
lock_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ scopeguard = "1.0.0"
shared_error = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
twox-hash = "1.6.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore_healer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rand = { version = "0.8", features = ["small_rng"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
sql_construct = { version = "0.1.0", path = "../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
wait_for_replication = { version = "0.1.0", path = "../common/wait_for_replication" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore_sync_queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-s
sql_common = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
sql_construct = { version = "0.1.0", path = "../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
uuid = { version = "1.2", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }
vec1 = { version = "1", features = ["serde"] }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ repo_blobstore = { version = "0.1.0", path = "../../blobrepo/repo_blobstore" }
repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" }
test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" }
tests_utils = { version = "0.1.0", path = "../../tests/utils" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion eden/mononoke/bookmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ fbinit = { version = "0.1.2", git = "https://github.com/facebookexperimental/rus
maplit = "1.0"
mononoke_types-mocks = { version = "0.1.0", path = "../mononoke_types/mocks" }
quickcheck = "1.0"
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion eden/mononoke/bookmarks/dbbookmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ maplit = "1.0"
mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" }
quickcheck = "1.0"
quickcheck_arbitrary_derive = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion eden/mononoke/bookmarks/warm_bookmarks_cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity
skeleton_manifest = { version = "0.1.0", path = "../../derived_data/skeleton_manifest" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
unodes = { version = "0.1.0", path = "../../derived_data/unodes" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/bulkops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
phases = { version = "0.1.0", path = "../phases" }
strum = { version = "0.24", features = ["derive"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }

[dev-dependencies]
blobrepo = { version = "0.1.0", path = "../blobrepo" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/cache_warmup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ repo_identity = { version = "0.1.0", path = "../repo_attributes/repo_identity" }
revset = { version = "0.1.0", path = "../revset" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.49"
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion eden/mononoke/cmdlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ sql_construct = { version = "0.1.0", path = "../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
strum = { version = "0.24", features = ["derive"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion eden/mononoke/cmdlib/environment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
strum = { version = "0.24", features = ["derive"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion eden/mononoke/cmdlib/mononoke_app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ slog_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tls = { version = "0.1.0", path = "tls" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion eden/mononoke/cmdlib/sharding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
sharding_ext = { version = "0.1.0", path = "../sharding_ext" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion eden/mononoke/cmds/copy_blobstore_keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ mononoke_app = { version = "0.1.0", path = "../../cmdlib/mononoke_app" }
repo_blobstore = { version = "0.1.0", path = "../../blobrepo/repo_blobstore" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.49"
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
2 changes: 1 addition & 1 deletion eden/mononoke/commit_rewriting/backsyncer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-s
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
synced_commit_mapping = { version = "0.1.0", path = "../synced_commit_mapping" }
thiserror = "1.0.49"
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
wireproto_handler = { version = "0.1.0", path = "../../wireproto_handler" }

[dev-dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ sharding_ext = { version = "0.1.0", path = "../../../cmdlib/sharding_ext" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
synced_commit_mapping = { version = "0.1.0", path = "../../synced_commit_mapping" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
wireproto_handler = { version = "0.1.0", path = "../../../wireproto_handler" }
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sharding_ext = { version = "0.1.0", path = "../../cmdlib/sharding_ext" }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
synced_commit_mapping = { version = "0.1.0", path = "../synced_commit_mapping" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }

[dev-dependencies]
cross_repo_sync_test_utils = { version = "0.1.0", path = "../cross_repo_sync/test_utils" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/commit_rewriting/commit_validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sql_construct = { version = "0.1.0", path = "../../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
synced_commit_mapping = { version = "0.1.0", path = "../synced_commit_mapping" }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }

[dev-dependencies]
cross_repo_sync_test_utils = { version = "0.1.0", path = "../cross_repo_sync/test_utils" }
Expand Down
Loading

0 comments on commit f565e35

Please sign in to comment.