diff --git a/common/rust/shed/fbinit/fbinit-tokio/Cargo.toml b/common/rust/shed/fbinit/fbinit-tokio/Cargo.toml index 2c0663d0d676f..3d901676474ef 100644 --- a/common/rust/shed/fbinit/fbinit-tokio/Cargo.toml +++ b/common/rust/shed/fbinit/fbinit-tokio/Cargo.toml @@ -14,4 +14,4 @@ path = "lib.rs" [dependencies] futures = { version = "0.3.31", features = ["async-await", "compat"] } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/common/rust/shed/futures_ext/Cargo.toml b/common/rust/shed/futures_ext/Cargo.toml index 297ea25a2cd88..85f2be0b22100 100644 --- a/common/rust/shed/futures_ext/Cargo.toml +++ b/common/rust/shed/futures_ext/Cargo.toml @@ -16,7 +16,7 @@ futures = { version = "0.3.31", features = ["async-await", "compat"] } pin-project = "1.1.11" shared_error = { version = "0.1.0", path = "../shared_error" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] assert_matches = "1.5" diff --git a/common/rust/shed/futures_stats/Cargo.toml b/common/rust/shed/futures_stats/Cargo.toml index edca43a468467..213b843fc220d 100644 --- a/common/rust/shed/futures_stats/Cargo.toml +++ b/common/rust/shed/futures_stats/Cargo.toml @@ -17,4 +17,4 @@ path = "test/main.rs" [dependencies] futures = { version = "0.3.31", features = ["async-await", "compat"] } futures_ext = { version = "0.1.0", path = "../futures_ext" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/common/rust/shed/stats/Cargo.toml b/common/rust/shed/stats/Cargo.toml index 2697110e4eb83..a2956d1e695a6 100644 --- a/common/rust/shed/stats/Cargo.toml +++ b/common/rust/shed/stats/Cargo.toml @@ -15,7 +15,7 @@ fbinit = { version = "0.2.0", path = "../fbinit" } futures = { version = "0.3.31", features = ["async-await", "compat"] } perthread = { version = "0.1.0", path = "../perthread" } stats_traits = { version = "0.1.0", path = "traits" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-stream = { version = "0.1.18", features = ["fs", "io-util", "net", "signal", "sync", "time"] } [lints] diff --git a/common/rust/shed/tokio-uds-compat/Cargo.toml b/common/rust/shed/tokio-uds-compat/Cargo.toml index 8ec53d00bd4e0..24848bbe68690 100644 --- a/common/rust/shed/tokio-uds-compat/Cargo.toml +++ b/common/rust/shed/tokio-uds-compat/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/fs/cli_rs/edenfs-client/Cargo.toml b/eden/fs/cli_rs/edenfs-client/Cargo.toml index 56acec08c3beb..38e4f0054b517 100644 --- a/eden/fs/cli_rs/edenfs-client/Cargo.toml +++ b/eden/fs/cli_rs/edenfs-client/Cargo.toml @@ -53,7 +53,7 @@ mockall = "0.13.1" rand = "0.10" serde_test = "1.0.167" tempfile = "3.22" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [target.'cfg(target_os = "macos")'.dependencies] psutil = "3.2.2" diff --git a/eden/fs/cli_rs/edenfs-error/Cargo.toml b/eden/fs/cli_rs/edenfs-error/Cargo.toml index bf05304c5daa5..690bd77cef3f7 100644 --- a/eden/fs/cli_rs/edenfs-error/Cargo.toml +++ b/eden/fs/cli_rs/edenfs-error/Cargo.toml @@ -12,4 +12,4 @@ anyhow = "1.0.102" sapling-thrift-types = { version = "0.1.0", path = "../../../scm/lib/thrift-types" } thiserror = "2.0.18" thrift_streaming_clients = { version = "0.1.0", path = "../../service/thrift_streaming/clients" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/fs/cli_rs/sapling-client/Cargo.toml b/eden/fs/cli_rs/sapling-client/Cargo.toml index d2d32e00cba36..66da5a9c4958c 100644 --- a/eden/fs/cli_rs/sapling-client/Cargo.toml +++ b/eden/fs/cli_rs/sapling-client/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.102" async_process_traits = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } lru-cache = "0.1.2" thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] edenfs-client = { version = "0.1.0", path = "../edenfs-client" } diff --git a/eden/fs/rust/edenfs-asserted-states/Cargo.toml b/eden/fs/rust/edenfs-asserted-states/Cargo.toml index 1800061e05488..c34454ef35ae5 100644 --- a/eden/fs/rust/edenfs-asserted-states/Cargo.toml +++ b/eden/fs/rust/edenfs-asserted-states/Cargo.toml @@ -20,6 +20,6 @@ sapling-spawn-ext = { version = "0.1.0", path = "../../../scm/lib/spawn-ext" } sapling-util = { version = "0.1.0", path = "../../../scm/lib/util" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } whoami = "1.5" diff --git a/eden/fs/rust/redirect_ffi/Cargo.toml b/eden/fs/rust/redirect_ffi/Cargo.toml index 82aae22df79dd..87dcfa40b315d 100644 --- a/eden/fs/rust/redirect_ffi/Cargo.toml +++ b/eden/fs/rust/redirect_ffi/Cargo.toml @@ -12,4 +12,4 @@ anyhow = "1.0.102" cxx = "1.0.119" cxxerror = { version = "0.1.0", path = "../../../scm/lib/edenfs_ffi/cxxerror" } edenfs-client = { version = "0.1.0", path = "../../cli_rs/edenfs-client" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/benchmarks/filestore/Cargo.toml b/eden/mononoke/benchmarks/filestore/Cargo.toml index 81845bb6dbbf4..7ed4e0d326f42 100644 --- a/eden/mononoke/benchmarks/filestore/Cargo.toml +++ b/eden/mononoke/benchmarks/filestore/Cargo.toml @@ -33,5 +33,5 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } prefixblob = { version = "0.1.0", path = "../../blobstore/prefixblob" } rand = "0.10" throttledblob = { version = "0.1.0", path = "../../blobstore/throttledblob" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-util = { version = "0.7.18", features = ["full"] } diff --git a/eden/mononoke/benchmarks/storage_config/Cargo.toml b/eden/mononoke/benchmarks/storage_config/Cargo.toml index bf703a3aa4daa..f84865e5765be 100644 --- a/eden/mononoke/benchmarks/storage_config/Cargo.toml +++ b/eden/mononoke/benchmarks/storage_config/Cargo.toml @@ -25,4 +25,4 @@ futures = { version = "0.3.31", features = ["async-await", "compat"] } mononoke_app = { version = "0.1.0", path = "../../cmdlib/mononoke_app" } rand = "0.10" repo_factory = { version = "0.1.0", path = "../../repo_factory" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/blobimport_lib/Cargo.toml b/eden/mononoke/blobimport_lib/Cargo.toml index f886ef62b4efe..50321e848c4c8 100644 --- a/eden/mononoke/blobimport_lib/Cargo.toml +++ b/eden/mononoke/blobimport_lib/Cargo.toml @@ -40,5 +40,5 @@ repo_blobstore = { version = "0.1.0", path = "../repo_attributes/repo_blobstore" repo_derived_data = { version = "0.1.0", path = "../repo_attributes/repo_derived_data" } repo_identity = { version = "0.1.0", path = "../repo_attributes/repo_identity" } synced_commit_mapping = { version = "0.1.0", path = "../features/commit_rewriting/synced_commit_mapping" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/blobrepo_utils/Cargo.toml b/eden/mononoke/blobrepo_utils/Cargo.toml index 4255e6e172a49..97ff5348d7a42 100644 --- a/eden/mononoke/blobrepo_utils/Cargo.toml +++ b/eden/mononoke/blobrepo_utils/Cargo.toml @@ -33,7 +33,7 @@ repo_blobstore = { version = "0.1.0", path = "../repo_attributes/repo_blobstore" repo_derived_data = { version = "0.1.0", path = "../repo_attributes/repo_derived_data" } restricted_paths = { version = "0.1.0", path = "../repo_attributes/restricted_paths" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-stream = { version = "0.1.18", features = ["fs", "io-util", "net", "signal", "sync", "time"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/blobstore/cacheblob/Cargo.toml b/eden/mononoke/blobstore/cacheblob/Cargo.toml index 38d91a4cb96d0..66150ba87ce1e 100644 --- a/eden/mononoke/blobstore/cacheblob/Cargo.toml +++ b/eden/mononoke/blobstore/cacheblob/Cargo.toml @@ -29,7 +29,7 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } prefixblob = { version = "0.1.0", path = "../prefixblob" } redactedblobstore = { version = "0.1.0", path = "../redactedblobstore" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/blobstore/delayblob/Cargo.toml b/eden/mononoke/blobstore/delayblob/Cargo.toml index 0acc24f20507b..837550094c8a6 100644 --- a/eden/mononoke/blobstore/delayblob/Cargo.toml +++ b/eden/mononoke/blobstore/delayblob/Cargo.toml @@ -15,4 +15,4 @@ context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } rand = "0.10" rand_distr = "0.6" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml b/eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml index f04ede928902f..86be245e6a407 100644 --- a/eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml +++ b/eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml @@ -37,7 +37,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 = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } vec1 = { version = "1.12.1", features = ["serde"] } [dev-dependencies] diff --git a/eden/mononoke/blobstore/factory/Cargo.toml b/eden/mononoke/blobstore/factory/Cargo.toml index 457900d3d039e..2fbe07b76c26d 100644 --- a/eden/mononoke/blobstore/factory/Cargo.toml +++ b/eden/mononoke/blobstore/factory/Cargo.toml @@ -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.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/blobstore/fileblob/Cargo.toml b/eden/mononoke/blobstore/fileblob/Cargo.toml index 9fde58a71dec0..0c30402c974da 100644 --- a/eden/mononoke/blobstore/fileblob/Cargo.toml +++ b/eden/mononoke/blobstore/fileblob/Cargo.toml @@ -16,7 +16,7 @@ mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" } mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } percent-encoding = "2.1" tempfile = "3.27.0" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } walkdir = "2.3" [dev-dependencies] diff --git a/eden/mononoke/blobstore/multiplexedblob/Cargo.toml b/eden/mononoke/blobstore/multiplexedblob/Cargo.toml index 3601ca0efbfd4..4999f0ab1640e 100644 --- a/eden/mononoke/blobstore/multiplexedblob/Cargo.toml +++ b/eden/mononoke/blobstore/multiplexedblob/Cargo.toml @@ -23,6 +23,6 @@ once_cell = "1.21.4" scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } twox-hash = "1.6.1" diff --git a/eden/mononoke/blobstore/multiplexedblob_wal/Cargo.toml b/eden/mononoke/blobstore/multiplexedblob_wal/Cargo.toml index 2bbbd0d480611..e371d00be8ab6 100644 --- a/eden/mononoke/blobstore/multiplexedblob_wal/Cargo.toml +++ b/eden/mononoke/blobstore/multiplexedblob_wal/Cargo.toml @@ -26,7 +26,7 @@ multiplexedblob = { version = "0.1.0", path = "../multiplexedblob" } scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } thiserror = "2.0.18" time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] blobstore_test_utils = { version = "0.1.0", path = "../test_utils" } diff --git a/eden/mononoke/blobstore/s3blob/Cargo.toml b/eden/mononoke/blobstore/s3blob/Cargo.toml index b2304497553ff..ed90e9965f81b 100644 --- a/eden/mononoke/blobstore/s3blob/Cargo.toml +++ b/eden/mononoke/blobstore/s3blob/Cargo.toml @@ -25,4 +25,4 @@ rusoto_credential = "0.48.0" rusoto_s3 = "0.48.0" rusoto_sts = "0.48.0" time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/blobstore/sqlblob/Cargo.toml b/eden/mononoke/blobstore/sqlblob/Cargo.toml index 835fc7885ecd6..ae31a42468c80 100644 --- a/eden/mononoke/blobstore/sqlblob/Cargo.toml +++ b/eden/mononoke/blobstore/sqlblob/Cargo.toml @@ -26,7 +26,7 @@ serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw 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.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-stream = { version = "0.1.18", features = ["fs", "io-util", "net", "signal", "sync", "time"] } twox-hash = "1.6.1" vec1 = { version = "1.12.1", features = ["serde"] } diff --git a/eden/mononoke/blobstore/test_utils/Cargo.toml b/eden/mononoke/blobstore/test_utils/Cargo.toml index bc2d548f2d4a8..861a322cd9931 100644 --- a/eden/mononoke/blobstore/test_utils/Cargo.toml +++ b/eden/mononoke/blobstore/test_utils/Cargo.toml @@ -20,4 +20,4 @@ futures = { version = "0.3.31", 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.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/blobstore/virtually_sharded_blobstore/Cargo.toml b/eden/mononoke/blobstore/virtually_sharded_blobstore/Cargo.toml index 51074c441da1c..7effa9ec6305d 100644 --- a/eden/mononoke/blobstore/virtually_sharded_blobstore/Cargo.toml +++ b/eden/mononoke/blobstore/virtually_sharded_blobstore/Cargo.toml @@ -26,7 +26,7 @@ scopeguard = "1.2.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.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } twox-hash = "1.6.1" [dev-dependencies] diff --git a/eden/mononoke/cmdlib/config_args/Cargo.toml b/eden/mononoke/cmdlib/config_args/Cargo.toml index 4f74f7c4383b1..f93eba301d992 100644 --- a/eden/mononoke/cmdlib/config_args/Cargo.toml +++ b/eden/mononoke/cmdlib/config_args/Cargo.toml @@ -14,4 +14,4 @@ clap = { version = "4.6.0", features = ["derive", "env", "string", "unicode", "w fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } mononoke_configs = { version = "0.1.0", path = "../../common/mononoke_configs" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/cmdlib/environment/Cargo.toml b/eden/mononoke/cmdlib/environment/Cargo.toml index 916d93f551629..75146861d7e4f 100644 --- a/eden/mononoke/cmdlib/environment/Cargo.toml +++ b/eden/mononoke/cmdlib/environment/Cargo.toml @@ -27,4 +27,4 @@ sapling-clientinfo = { version = "0.1.0", path = "../../../scm/lib/clientinfo" } scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" } strum = { version = "0.27.1", features = ["derive"] } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/cmdlib/mononoke_app/Cargo.toml b/eden/mononoke/cmdlib/mononoke_app/Cargo.toml index 034d788fa74d4..02116790837bd 100644 --- a/eden/mononoke/cmdlib/mononoke_app/Cargo.toml +++ b/eden/mononoke/cmdlib/mononoke_app/Cargo.toml @@ -61,5 +61,5 @@ 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.27.1", features = ["derive"] } tls = { version = "0.1.0", path = "tls" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/cmdlib/sharding/Cargo.toml b/eden/mononoke/cmdlib/sharding/Cargo.toml index b70d96dbf4582..a946d2d508bc1 100644 --- a/eden/mononoke/cmdlib/sharding/Cargo.toml +++ b/eden/mononoke/cmdlib/sharding/Cargo.toml @@ -15,5 +15,5 @@ fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rus futures = { version = "0.3.31", features = ["async-await", "compat"] } sharding_ext = { version = "0.1.0", path = "../sharding_ext" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/common/assembly_line/Cargo.toml b/eden/mononoke/common/assembly_line/Cargo.toml index 13ba1efde6e66..459ea1bedee70 100644 --- a/eden/mononoke/common/assembly_line/Cargo.toml +++ b/eden/mononoke/common/assembly_line/Cargo.toml @@ -12,4 +12,4 @@ futures = { version = "0.3.31", features = ["async-await", "compat"] } pin-project = "1.1.11" [dev-dependencies] -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/common/async_limiter/Cargo.toml b/eden/mononoke/common/async_limiter/Cargo.toml index 422728f4bb8ff..707e9ba2d7b9f 100644 --- a/eden/mononoke/common/async_limiter/Cargo.toml +++ b/eden/mononoke/common/async_limiter/Cargo.toml @@ -17,4 +17,4 @@ thiserror = "2.0.18" [dev-dependencies] nonzero_ext = "0.2" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/common/async_limiter/examples/tokio_v2/Cargo.toml b/eden/mononoke/common/async_limiter/examples/tokio_v2/Cargo.toml index b3c1c502498bf..80409ec93422a 100644 --- a/eden/mononoke/common/async_limiter/examples/tokio_v2/Cargo.toml +++ b/eden/mononoke/common/async_limiter/examples/tokio_v2/Cargo.toml @@ -18,4 +18,4 @@ chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-fea futures = { version = "0.3.31", features = ["async-await", "compat"] } governor = "0.10.4" nonzero_ext = "0.2" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/common/cas_client/client/Cargo.toml b/eden/mononoke/common/cas_client/client/Cargo.toml index 378e21808b9aa..753e5e9ac0e79 100644 --- a/eden/mononoke/common/cas_client/client/Cargo.toml +++ b/eden/mononoke/common/cas_client/client/Cargo.toml @@ -22,5 +22,5 @@ futures = { version = "0.3.31", features = ["async-await", "compat"] } futures_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } mononoke_types = { version = "0.1.0", path = "../../../mononoke_types" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/common/gotham_ext/Cargo.toml b/eden/mononoke/common/gotham_ext/Cargo.toml index 3b81eefbb1356..ad0cc0a73f457 100644 --- a/eden/mononoke/common/gotham_ext/Cargo.toml +++ b/eden/mononoke/common/gotham_ext/Cargo.toml @@ -47,7 +47,7 @@ scopeguard = "1.2.0" scuba_ext = { version = "0.1.0", path = "../scuba_ext" } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-openssl = "0.6.5" tokio-util = { version = "0.7.18", features = ["full"] } tower-service = "0.3.3" diff --git a/eden/mononoke/common/hgproto/Cargo.toml b/eden/mononoke/common/hgproto/Cargo.toml index c3ce2d42ea26b..bb8b78071a653 100644 --- a/eden/mononoke/common/hgproto/Cargo.toml +++ b/eden/mononoke/common/hgproto/Cargo.toml @@ -21,7 +21,7 @@ nom = "8" pin-project = "1.1.11" qps = { version = "0.1.0", path = "../../servers/slapi/slapi_server/qps" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-util = { version = "0.7.18", features = ["full"] } [dev-dependencies] diff --git a/eden/mononoke/common/metadata/Cargo.toml b/eden/mononoke/common/metadata/Cargo.toml index 6e96c88e283ab..9b4205e70a9a8 100644 --- a/eden/mononoke/common/metadata/Cargo.toml +++ b/eden/mononoke/common/metadata/Cargo.toml @@ -12,5 +12,5 @@ anyhow = "1.0.102" permission_checker = { version = "0.1.0", path = "../permission_checker" } sapling-clientinfo = { version = "0.1.0", path = "../../../scm/lib/clientinfo" } session_id = { version = "0.1.0", path = "../session_id" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } trust-dns-resolver = "0.20.4" diff --git a/eden/mononoke/common/mononoke_configs/Cargo.toml b/eden/mononoke/common/mononoke_configs/Cargo.toml index 2beda9a059206..ffac275935cc9 100644 --- a/eden/mononoke/common/mononoke_configs/Cargo.toml +++ b/eden/mononoke/common/mononoke_configs/Cargo.toml @@ -22,7 +22,7 @@ serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sha2 = "0.10.6" stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/common/mononoke_macros/Cargo.toml b/eden/mononoke/common/mononoke_macros/Cargo.toml index b1d6295bcb2b1..873623b42dee0 100644 --- a/eden/mononoke/common/mononoke_macros/Cargo.toml +++ b/eden/mononoke/common/mononoke_macros/Cargo.toml @@ -10,5 +10,5 @@ license = "GPLv2+" [dependencies] justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } mononoke_proc_macros = { version = "0.1.0", path = "proc_macros" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/common/ods_counters/Cargo.toml b/eden/mononoke/common/ods_counters/Cargo.toml index 19da29b241a8b..11ea6fdac8683 100644 --- a/eden/mononoke/common/ods_counters/Cargo.toml +++ b/eden/mononoke/common/ods_counters/Cargo.toml @@ -13,7 +13,7 @@ chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-fea fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } maplit = "1.0" thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] anyhow = "1.0.102" diff --git a/eden/mononoke/common/permission_checker/Cargo.toml b/eden/mononoke/common/permission_checker/Cargo.toml index c95452ae9e5cd..e64735c2c040b 100644 --- a/eden/mononoke/common/permission_checker/Cargo.toml +++ b/eden/mononoke/common/permission_checker/Cargo.toml @@ -17,7 +17,7 @@ maplit = "1.0" openssl = "0.10.72" serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/common/quiet_stream/Cargo.toml b/eden/mononoke/common/quiet_stream/Cargo.toml index 95da1bf3789f7..9e9e9bec6ebb2 100644 --- a/eden/mononoke/common/quiet_stream/Cargo.toml +++ b/eden/mononoke/common/quiet_stream/Cargo.toml @@ -10,4 +10,4 @@ license = "GPLv2+" [dependencies] futures = { version = "0.3.31", features = ["async-await", "compat"] } pin-project = "1.1.11" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/common/rate_limiting/Cargo.toml b/eden/mononoke/common/rate_limiting/Cargo.toml index 3516c461927a4..487ca51893225 100644 --- a/eden/mononoke/common/rate_limiting/Cargo.toml +++ b/eden/mononoke/common/rate_limiting/Cargo.toml @@ -22,4 +22,4 @@ serde = { version = "1.0.219", features = ["derive", "rc"] } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/common/reloader/Cargo.toml b/eden/mononoke/common/reloader/Cargo.toml index 99c389db332d9..43d5a16361cfc 100644 --- a/eden/mononoke/common/reloader/Cargo.toml +++ b/eden/mononoke/common/reloader/Cargo.toml @@ -16,7 +16,7 @@ context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" futures = { version = "0.3.31", features = ["async-await", "compat"] } futures_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } rand = "0.10" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/common/rendezvous/Cargo.toml b/eden/mononoke/common/rendezvous/Cargo.toml index ab7d9ae99e21d..2e55137297790 100644 --- a/eden/mononoke/common/rendezvous/Cargo.toml +++ b/eden/mononoke/common/rendezvous/Cargo.toml @@ -20,7 +20,7 @@ mononoke_macros = { version = "0.1.0", path = "../mononoke_macros" } 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.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/common/running/Cargo.toml b/eden/mononoke/common/running/Cargo.toml index fa14621aa6a91..ddadb32919228 100644 --- a/eden/mononoke/common/running/Cargo.toml +++ b/eden/mononoke/common/running/Cargo.toml @@ -12,5 +12,5 @@ anyhow = "1.0.102" futures = { version = "0.3.31", features = ["async-await", "compat"] } libc = "0.2.183" mononoke_macros = { version = "0.1.0", path = "../mononoke_macros" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/common/rust/caching_ext/Cargo.toml b/eden/mononoke/common/rust/caching_ext/Cargo.toml index 8118a24d790d7..8751a32c8bf87 100644 --- a/eden/mononoke/common/rust/caching_ext/Cargo.toml +++ b/eden/mononoke/common/rust/caching_ext/Cargo.toml @@ -24,4 +24,4 @@ stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust [dev-dependencies] maplit = "1.0" quickcheck = "1.0" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/common/rust/sql_ext/Cargo.toml b/eden/mononoke/common/rust/sql_ext/Cargo.toml index 79ae26d6b881e..2a3fa61fe01d5 100644 --- a/eden/mononoke/common/rust/sql_ext/Cargo.toml +++ b/eden/mononoke/common/rust/sql_ext/Cargo.toml @@ -46,7 +46,7 @@ stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust strum = { version = "0.27.1", features = ["derive"] } thiserror = "2.0.18" time_measuring = { version = "0.1.0", path = "../../time_measuring" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } twox-hash = "1.6.1" vec1 = { version = "1.12.1", features = ["serde"] } diff --git a/eden/mononoke/common/wait_for_replication/Cargo.toml b/eden/mononoke/common/wait_for_replication/Cargo.toml index 11dfcdb2e4bcc..99047dfd839e8 100644 --- a/eden/mononoke/common/wait_for_replication/Cargo.toml +++ b/eden/mononoke/common/wait_for_replication/Cargo.toml @@ -15,5 +15,5 @@ futures = { version = "0.3.31", features = ["async-await", "compat"] } metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } replication_lag_config = { version = "0.1.0", path = "../../../../configerator/structs/scm/mononoke/mysql/replication_lag" } sql_ext = { version = "0.1.0", path = "../rust/sql_ext" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/common/yield_stream/Cargo.toml b/eden/mononoke/common/yield_stream/Cargo.toml index 63a581c1b90ba..e142acde41876 100644 --- a/eden/mononoke/common/yield_stream/Cargo.toml +++ b/eden/mononoke/common/yield_stream/Cargo.toml @@ -13,4 +13,4 @@ pin-project = "1.1.11" [dev-dependencies] bytes = { version = "1.11.1", features = ["serde"] } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/derived_data/deleted_manifest/Cargo.toml b/eden/mononoke/derived_data/deleted_manifest/Cargo.toml index 945ab9e1ebe75..07ef1eac47366 100644 --- a/eden/mononoke/derived_data/deleted_manifest/Cargo.toml +++ b/eden/mononoke/derived_data/deleted_manifest/Cargo.toml @@ -35,7 +35,7 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } multimap = "0.8.3" repo_blobstore = { version = "0.1.0", path = "../../repo_attributes/repo_blobstore" } repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } unodes = { version = "0.1.0", path = "../unodes" } diff --git a/eden/mononoke/derived_data/inferred_copy_from/Cargo.toml b/eden/mononoke/derived_data/inferred_copy_from/Cargo.toml index 4eaad708b653d..1fbfbc93a1bcc 100644 --- a/eden/mononoke/derived_data/inferred_copy_from/Cargo.toml +++ b/eden/mononoke/derived_data/inferred_copy_from/Cargo.toml @@ -26,7 +26,7 @@ itertools = "0.14.0" manifest = { version = "0.1.0", path = "../../manifest" } mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } similar = { version = "2.2.0", features = ["bytes", "inline"] } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } vec1 = { version = "1.12.1", features = ["serde"] } [dev-dependencies] diff --git a/eden/mononoke/derived_data/manager/Cargo.toml b/eden/mononoke/derived_data/manager/Cargo.toml index 59f61e37493ca..5922b78a31181 100644 --- a/eden/mononoke/derived_data/manager/Cargo.toml +++ b/eden/mononoke/derived_data/manager/Cargo.toml @@ -42,5 +42,5 @@ restricted_paths_common = { version = "0.1.0", path = "../../repo_attributes/res scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } shared_error = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/derived_data/mercurial_derivation/Cargo.toml b/eden/mononoke/derived_data/mercurial_derivation/Cargo.toml index 4c589f5be49b0..7e645394cf055 100644 --- a/eden/mononoke/derived_data/mercurial_derivation/Cargo.toml +++ b/eden/mononoke/derived_data/mercurial_derivation/Cargo.toml @@ -68,4 +68,4 @@ scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } 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.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/features/async_requests/Cargo.toml b/eden/mononoke/features/async_requests/Cargo.toml index 53d96be919ee2..aae9a1bdef135 100644 --- a/eden/mononoke/features/async_requests/Cargo.toml +++ b/eden/mononoke/features/async_requests/Cargo.toml @@ -29,7 +29,7 @@ source_control = { version = "0.1.0", path = "../../scs/if" } sql_construct = { version = "0.1.0", path = "../../common/sql_construct" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/features/async_requests/requests_table/Cargo.toml b/eden/mononoke/features/async_requests/requests_table/Cargo.toml index e132f1df3c8b9..dd6d0c19b8331 100644 --- a/eden/mononoke/features/async_requests/requests_table/Cargo.toml +++ b/eden/mononoke/features/async_requests/requests_table/Cargo.toml @@ -23,4 +23,4 @@ sql_ext = { version = "0.1.0", path = "../../../common/rust/sql_ext" } fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } mononoke_macros = { version = "0.1.0", path = "../../../common/mononoke_macros" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/features/async_requests/worker/Cargo.toml b/eden/mononoke/features/async_requests/worker/Cargo.toml index 9148c730b6243..4fb1ecb205c6d 100644 --- a/eden/mononoke/features/async_requests/worker/Cargo.toml +++ b/eden/mononoke/features/async_requests/worker/Cargo.toml @@ -27,6 +27,6 @@ mononoke_app = { version = "0.1.0", path = "../../../cmdlib/mononoke_app" } mononoke_types = { version = "0.1.0", path = "../../../mononoke_types" } requests_table = { version = "0.1.0", path = "../requests_table" } sharding_ext = { version = "0.1.0", path = "../../../cmdlib/sharding_ext" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } worker_lib = { version = "0.1.0", path = "../worker_lib" } diff --git a/eden/mononoke/features/async_requests/worker_lib/Cargo.toml b/eden/mononoke/features/async_requests/worker_lib/Cargo.toml index 183eadd19da29..96df7cde0909a 100644 --- a/eden/mononoke/features/async_requests/worker_lib/Cargo.toml +++ b/eden/mononoke/features/async_requests/worker_lib/Cargo.toml @@ -40,7 +40,7 @@ scs_methods = { version = "0.1.0", path = "../../../servers/scs/scs_methods" } source_control = { version = "0.1.0", path = "../../../scs/if" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } throttledblob = { version = "0.1.0", path = "../../../blobstore/throttledblob" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/features/commit_rewriting/backsyncer/Cargo.toml b/eden/mononoke/features/commit_rewriting/backsyncer/Cargo.toml index 3fe75845ac311..520f404f5b8e3 100644 --- a/eden/mononoke/features/commit_rewriting/backsyncer/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/backsyncer/Cargo.toml @@ -42,7 +42,7 @@ scuba_ext = { version = "0.1.0", path = "../../../common/scuba_ext" } 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 = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } wireproto_handler = { version = "0.1.0", path = "../../../servers/slapi/wireproto_handler" } diff --git a/eden/mononoke/features/commit_rewriting/backsyncer/features/commit_rewriting/backsyncer_cmd/Cargo.toml b/eden/mononoke/features/commit_rewriting/backsyncer/features/commit_rewriting/backsyncer_cmd/Cargo.toml index 4172943e85998..87d801056c39c 100644 --- a/eden/mononoke/features/commit_rewriting/backsyncer/features/commit_rewriting/backsyncer_cmd/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/backsyncer/features/commit_rewriting/backsyncer_cmd/Cargo.toml @@ -37,6 +37,6 @@ repo_identity = { version = "0.1.0", path = "../../../../../../repo_attributes/r sapling-clientinfo = { version = "0.1.0", path = "../../../../../../../scm/lib/clientinfo" } sharding_ext = { version = "0.1.0", path = "../../../../../../cmdlib/sharding_ext" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } wireproto_handler = { version = "0.1.0", path = "../../../../../../servers/slapi/wireproto_handler" } diff --git a/eden/mononoke/features/commit_rewriting/bookmarks_validator/Cargo.toml b/eden/mononoke/features/commit_rewriting/bookmarks_validator/Cargo.toml index cb3c9aab2f5be..c9270cc797a13 100644 --- a/eden/mononoke/features/commit_rewriting/bookmarks_validator/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/bookmarks_validator/Cargo.toml @@ -29,7 +29,7 @@ repo_identity = { version = "0.1.0", path = "../../../repo_attributes/repo_ident sapling-clientinfo = { version = "0.1.0", path = "../../../../scm/lib/clientinfo" } sharding_ext = { version = "0.1.0", path = "../../../cmdlib/sharding_ext" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/features/commit_rewriting/commit_validator/Cargo.toml b/eden/mononoke/features/commit_rewriting/commit_validator/Cargo.toml index 917b30082334c..16cd601b778ae 100644 --- a/eden/mononoke/features/commit_rewriting/commit_validator/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/commit_validator/Cargo.toml @@ -45,7 +45,7 @@ sql_ext = { version = "0.1.0", path = "../../../common/rust/sql_ext" } sql_query_config = { version = "0.1.0", path = "../../../repo_attributes/sql_query_config" } 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.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/features/commit_rewriting/mononoke_x_repo_sync_job/Cargo.toml b/eden/mononoke/features/commit_rewriting/mononoke_x_repo_sync_job/Cargo.toml index 53f251fa2c689..014f8073739f4 100644 --- a/eden/mononoke/features/commit_rewriting/mononoke_x_repo_sync_job/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/mononoke_x_repo_sync_job/Cargo.toml @@ -45,7 +45,7 @@ sapling-clientinfo = { version = "0.1.0", path = "../../../../scm/lib/clientinfo scuba_ext = { version = "0.1.0", path = "../../../common/scuba_ext" } sharding_ext = { version = "0.1.0", path = "../../../cmdlib/sharding_ext" } sql_query_config = { version = "0.1.0", path = "../../../repo_attributes/sql_query_config" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } zk_leader_election = { version = "0.1.0", path = "../../../cmdlib/zk_leader_election" } diff --git a/eden/mononoke/features/cross_repo_sync/Cargo.toml b/eden/mononoke/features/cross_repo_sync/Cargo.toml index 936b66b4f9736..87e3d540a4ab7 100644 --- a/eden/mononoke/features/cross_repo_sync/Cargo.toml +++ b/eden/mononoke/features/cross_repo_sync/Cargo.toml @@ -69,7 +69,7 @@ synced_commit_mapping_pushrebase_hook = { version = "0.1.0", path = "../commit_r test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" } tests_utils = { version = "0.1.0", path = "../../tests/utils" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } topo_sort = { version = "0.1.0", path = "../../common/topo_sort" } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/features/diff/Cargo.toml b/eden/mononoke/features/diff/Cargo.toml index 6bb5024ac1b00..1ef0fa5bfb88b 100644 --- a/eden/mononoke/features/diff/Cargo.toml +++ b/eden/mononoke/features/diff/Cargo.toml @@ -29,7 +29,7 @@ repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_deri repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" } sapling-xdiff = { version = "0.1.0", path = "../../../scm/lib/xdiff" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } unodes = { version = "0.1.0", path = "../../derived_data/unodes" } [dev-dependencies] diff --git a/eden/mononoke/features/history_traversal/Cargo.toml b/eden/mononoke/features/history_traversal/Cargo.toml index ae0582c29d3f1..0ef65a52b3f54 100644 --- a/eden/mononoke/features/history_traversal/Cargo.toml +++ b/eden/mononoke/features/history_traversal/Cargo.toml @@ -37,7 +37,7 @@ scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } thiserror = "2.0.18" time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } unodes = { version = "0.1.0", path = "../../derived_data/unodes" } [dev-dependencies] diff --git a/eden/mononoke/features/hooks/Cargo.toml b/eden/mononoke/features/hooks/Cargo.toml index efcd3e1bf8843..0ebe0c59222a2 100644 --- a/eden/mononoke/features/hooks/Cargo.toml +++ b/eden/mononoke/features/hooks/Cargo.toml @@ -61,7 +61,7 @@ source_control = { version = "0.1.0", path = "../../scs/if" } source_control_clients = { version = "0.1.0", path = "../../scs/if/clients" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/features/microwave/features/microwave/Cargo.toml b/eden/mononoke/features/microwave/features/microwave/Cargo.toml index 2b3359b2b1b77..c47223e059b64 100644 --- a/eden/mononoke/features/microwave/features/microwave/Cargo.toml +++ b/eden/mononoke/features/microwave/features/microwave/Cargo.toml @@ -22,5 +22,5 @@ microwave_if = { version = "0.1.0", path = "../../if" } mononoke_types = { version = "0.1.0", path = "../../../../mononoke_types" } mutable_blobstore = { version = "0.1.0", path = "../../../../repo_attributes/mutable_blobstore" } repo_identity = { version = "0.1.0", path = "../../../../repo_attributes/repo_identity" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/features/pushrebase/Cargo.toml b/eden/mononoke/features/pushrebase/Cargo.toml index 4142e87adc925..6217256c39a84 100644 --- a/eden/mononoke/features/pushrebase/Cargo.toml +++ b/eden/mononoke/features/pushrebase/Cargo.toml @@ -37,7 +37,7 @@ shared_error = { version = "0.1.0", git = "https://github.com/facebookexperiment stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } thiserror = "2.0.18" three_way_merge = { version = "0.1.0", path = "../../common/three_way_merge" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/features/repo_stats_logger/Cargo.toml b/eden/mononoke/features/repo_stats_logger/Cargo.toml index 1c2c985b1affc..948377b614d32 100644 --- a/eden/mononoke/features/repo_stats_logger/Cargo.toml +++ b/eden/mononoke/features/repo_stats_logger/Cargo.toml @@ -26,7 +26,7 @@ repo_blobstore = { version = "0.1.0", path = "../../repo_attributes/repo_blobsto repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" } sharding_ext = { version = "0.1.0", path = "../../cmdlib/sharding_ext" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/git/check_git_wc/Cargo.toml b/eden/mononoke/git/check_git_wc/Cargo.toml index 873060d43ccd3..38dbc8e6530b4 100644 --- a/eden/mononoke/git/check_git_wc/Cargo.toml +++ b/eden/mononoke/git/check_git_wc/Cargo.toml @@ -27,5 +27,5 @@ repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_deri repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" } sha2 = "0.10.6" sorted_vector_map = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-stream = { version = "0.1.18", features = ["fs", "io-util", "net", "signal", "sync", "time"] } diff --git a/eden/mononoke/git/git-pool/Cargo.toml b/eden/mononoke/git/git-pool/Cargo.toml index 9a76af6b9e212..5eb803c0e7818 100644 --- a/eden/mononoke/git/git-pool/Cargo.toml +++ b/eden/mononoke/git/git-pool/Cargo.toml @@ -13,4 +13,4 @@ git2 = "0.20.4" mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" } num_cpus = "1.16" r2d2 = "0.8.10" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/git/git_types/Cargo.toml b/eden/mononoke/git/git_types/Cargo.toml index c6e6a7660580f..4e49bfd172e59 100644 --- a/eden/mononoke/git/git_types/Cargo.toml +++ b/eden/mononoke/git/git_types/Cargo.toml @@ -49,7 +49,7 @@ sha1 = "0.10.5" smallvec = { version = "1.15", features = ["impl_bincode", "serde", "specialization", "union"] } sorted_vector_map = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/git/gitexport/Cargo.toml b/eden/mononoke/git/gitexport/Cargo.toml index 6a36c43bfcb90..5edec266b9890 100644 --- a/eden/mononoke/git/gitexport/Cargo.toml +++ b/eden/mononoke/git/gitexport/Cargo.toml @@ -58,7 +58,7 @@ serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } unodes = { version = "0.1.0", path = "../../derived_data/unodes" } warm_bookmarks_cache = { version = "0.1.0", path = "../../repo_attributes/bookmarks/warm_bookmarks_cache" } diff --git a/eden/mononoke/git/import_tools/Cargo.toml b/eden/mononoke/git/import_tools/Cargo.toml index 211cd0a6d8cc8..4457bfd49ad16 100644 --- a/eden/mononoke/git/import_tools/Cargo.toml +++ b/eden/mononoke/git/import_tools/Cargo.toml @@ -52,5 +52,5 @@ scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } smallvec = { version = "1.15", features = ["impl_bincode", "serde", "specialization", "union"] } sorted_vector_map = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } tls = { version = "0.1.0", path = "../../cmdlib/mononoke_app/tls" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/git/packetline/Cargo.toml b/eden/mononoke/git/packetline/Cargo.toml index fab6bbb0a6bcc..9ae612019abbe 100644 --- a/eden/mononoke/git/packetline/Cargo.toml +++ b/eden/mononoke/git/packetline/Cargo.toml @@ -15,7 +15,7 @@ path = "test/packetline_test.rs" faster-hex = "0.6.1" serde = { version = "1.0.219", features = ["derive", "rc"] } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] anyhow = "1.0.102" diff --git a/eden/mononoke/git/packfile/Cargo.toml b/eden/mononoke/git/packfile/Cargo.toml index 98fcad2e0ddab..bbc0801899e98 100644 --- a/eden/mononoke/git/packfile/Cargo.toml +++ b/eden/mononoke/git/packfile/Cargo.toml @@ -22,7 +22,7 @@ rustc-hash = "2.1.2" sha1 = "0.10.5" sha1-checked = "0.10.0" thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] bytes = { version = "1.11.1", features = ["serde"] } diff --git a/eden/mononoke/git/protocol/Cargo.toml b/eden/mononoke/git/protocol/Cargo.toml index 01774c24b05df..918792ce860fd 100644 --- a/eden/mononoke/git/protocol/Cargo.toml +++ b/eden/mononoke/git/protocol/Cargo.toml @@ -49,7 +49,7 @@ rustc-hash = "2.1.2" scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } sha1 = "0.10.5" tempfile = "3.27.0" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-stream = { version = "0.1.18", features = ["fs", "io-util", "net", "signal", "sync", "time"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } weight_observer = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/jobs/blobstore_healer/Cargo.toml b/eden/mononoke/jobs/blobstore_healer/Cargo.toml index 64a247429d417..b4d36fd57d787 100644 --- a/eden/mononoke/jobs/blobstore_healer/Cargo.toml +++ b/eden/mononoke/jobs/blobstore_healer/Cargo.toml @@ -29,7 +29,7 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } rand = "0.10" sql_construct = { version = "0.1.0", path = "../../common/sql_construct" } sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } wait_for_replication = { version = "0.1.0", path = "../../common/wait_for_replication" } diff --git a/eden/mononoke/jobs/cas_sync/Cargo.toml b/eden/mononoke/jobs/cas_sync/Cargo.toml index c36ede9e5a806..280364d5d5103 100644 --- a/eden/mononoke/jobs/cas_sync/Cargo.toml +++ b/eden/mononoke/jobs/cas_sync/Cargo.toml @@ -42,6 +42,6 @@ sapling-repourl = { version = "0.1.0", path = "../../../scm/lib/repo/url" } scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } sharding_ext = { version = "0.1.0", path = "../../cmdlib/sharding_ext" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } zk_leader_election = { version = "0.1.0", path = "../../cmdlib/zk_leader_election" } diff --git a/eden/mononoke/jobs/modern_sync/Cargo.toml b/eden/mononoke/jobs/modern_sync/Cargo.toml index 75debe4fd4477..abe7f0a899c70 100644 --- a/eden/mononoke/jobs/modern_sync/Cargo.toml +++ b/eden/mononoke/jobs/modern_sync/Cargo.toml @@ -51,7 +51,7 @@ sharding_ext = { version = "0.1.0", path = "../../cmdlib/sharding_ext" } slapi_service = { version = "0.1.0", path = "../../servers/slapi/slapi_service" } sorted_vector_map = { version = "0.2.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.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } url = "2.5.8" uuid = { version = "1.23.0", features = ["rng-getrandom", "serde", "v4", "v5", "v6", "v7", "v8"] } diff --git a/eden/mononoke/jobs/statistics_collector/Cargo.toml b/eden/mononoke/jobs/statistics_collector/Cargo.toml index 7748bc0cba17c..6ee425b724866 100644 --- a/eden/mononoke/jobs/statistics_collector/Cargo.toml +++ b/eden/mononoke/jobs/statistics_collector/Cargo.toml @@ -36,7 +36,7 @@ scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sharding_ext = { version = "0.1.0", path = "../../cmdlib/sharding_ext" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/jobs/walker/Cargo.toml b/eden/mononoke/jobs/walker/Cargo.toml index 3c4d30e9603e8..b96350573274c 100644 --- a/eden/mononoke/jobs/walker/Cargo.toml +++ b/eden/mononoke/jobs/walker/Cargo.toml @@ -79,7 +79,7 @@ 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.27.1", features = ["derive"] } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } unodes = { version = "0.1.0", path = "../../derived_data/unodes" } yield_stream = { version = "0.1.0", path = "../../common/yield_stream" } diff --git a/eden/mononoke/lfs_import_lib/Cargo.toml b/eden/mononoke/lfs_import_lib/Cargo.toml index 753c1d101152d..dd218d1e11ffa 100644 --- a/eden/mononoke/lfs_import_lib/Cargo.toml +++ b/eden/mononoke/lfs_import_lib/Cargo.toml @@ -16,6 +16,6 @@ futures = { version = "0.3.31", features = ["async-await", "compat"] } mercurial_types = { version = "0.1.0", path = "../mercurial/types" } mononoke_types = { version = "0.1.0", path = "../mononoke_types" } repo_blobstore = { version = "0.1.0", path = "../repo_attributes/repo_blobstore" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-util = { version = "0.7.18", features = ["full"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/manifest/Cargo.toml b/eden/mononoke/manifest/Cargo.toml index 5f67f0e473893..78d99d0b0fce6 100644 --- a/eden/mononoke/manifest/Cargo.toml +++ b/eden/mononoke/manifest/Cargo.toml @@ -28,7 +28,7 @@ serde = { version = "1.0.219", features = ["derive", "rc"] } serde_derive = "1.0.185" smallvec = { version = "1.15", features = ["impl_bincode", "serde", "specialization", "union"] } sorted_vector_map = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/mercurial/bundles/Cargo.toml b/eden/mononoke/mercurial/bundles/Cargo.toml index a7ebad7263f7b..b44f624714465 100644 --- a/eden/mononoke/mercurial/bundles/Cargo.toml +++ b/eden/mononoke/mercurial/bundles/Cargo.toml @@ -34,7 +34,7 @@ sapling-revisionstore_types = { version = "0.1.0", path = "../../../scm/lib/revi sapling-types = { version = "0.1.0", path = "../../../scm/lib/types" } sapling-vlqencoding = { version = "0.1.0", path = "../../../scm/lib/vlqencoding" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-util = { version = "0.7.18", features = ["full"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/mercurial/types/Cargo.toml b/eden/mononoke/mercurial/types/Cargo.toml index 2a68449f6f77c..802f622cd1c1c 100644 --- a/eden/mononoke/mercurial/types/Cargo.toml +++ b/eden/mononoke/mercurial/types/Cargo.toml @@ -44,7 +44,7 @@ sorted_vector_map = { version = "0.2.0", git = "https://github.com/facebookexper sql = { 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" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/mononoke_api/Cargo.toml b/eden/mononoke/mononoke_api/Cargo.toml index f7fc2df3057d8..5908e93310be1 100644 --- a/eden/mononoke/mononoke_api/Cargo.toml +++ b/eden/mononoke/mononoke_api/Cargo.toml @@ -122,7 +122,7 @@ stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust streaming_clone = { version = "0.1.0", path = "../repo_client/streaming_clone" } synced_commit_mapping = { version = "0.1.0", path = "../features/commit_rewriting/synced_commit_mapping" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } unbundle = { version = "0.1.0", path = "../repo_client/unbundle" } unodes = { version = "0.1.0", path = "../derived_data/unodes" } diff --git a/eden/mononoke/mononoke_api_hg/Cargo.toml b/eden/mononoke/mononoke_api_hg/Cargo.toml index 889e66dd570bc..0782205426a5a 100644 --- a/eden/mononoke/mononoke_api_hg/Cargo.toml +++ b/eden/mononoke/mononoke_api_hg/Cargo.toml @@ -60,4 +60,4 @@ sql_construct = { version = "0.1.0", path = "../common/sql_construct" } tempfile = "3.27.0" 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.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/mononoke_types/Cargo.toml b/eden/mononoke/mononoke_types/Cargo.toml index dfb98b324f8fb..2ef0869794832 100644 --- a/eden/mononoke/mononoke_types/Cargo.toml +++ b/eden/mononoke/mononoke_types/Cargo.toml @@ -54,7 +54,7 @@ sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-s strum = { version = "0.27.1", features = ["derive"] } thiserror = "2.0.18" thrift_convert = { version = "0.1.0", path = "../common/thrift_convert" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } vec_map = "0.8" diff --git a/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/globalrev_pushrebase_hook/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/globalrev_pushrebase_hook/Cargo.toml index 510f386cbe74d..31debe9071af7 100644 --- a/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/globalrev_pushrebase_hook/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/globalrev_pushrebase_hook/Cargo.toml @@ -39,4 +39,4 @@ repo_derived_data = { version = "0.1.0", path = "../../repo_derived_data" } repo_identity = { version = "0.1.0", path = "../../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.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/repo_attributes/bonsai_tag_mapping/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_tag_mapping/Cargo.toml index 695ba9697a12a..c77f9e17bd1eb 100644 --- a/eden/mononoke/repo_attributes/bonsai_tag_mapping/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_tag_mapping/Cargo.toml @@ -27,7 +27,7 @@ repo_update_logger = { version = "0.1.0", path = "../../features/repo_update_log 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" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/repo_attributes/bookmarks/Cargo.toml b/eden/mononoke/repo_attributes/bookmarks/Cargo.toml index a750caa19c6d9..18c23da036b6f 100644 --- a/eden/mononoke/repo_attributes/bookmarks/Cargo.toml +++ b/eden/mononoke/repo_attributes/bookmarks/Cargo.toml @@ -32,4 +32,4 @@ maplit = "1.0" mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" } mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" } quickcheck = "1.0" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/repo_attributes/bookmarks/dbbookmarks/Cargo.toml b/eden/mononoke/repo_attributes/bookmarks/dbbookmarks/Cargo.toml index a4992a36ee91f..9975ba74fc964 100644 --- a/eden/mononoke/repo_attributes/bookmarks/dbbookmarks/Cargo.toml +++ b/eden/mononoke/repo_attributes/bookmarks/dbbookmarks/Cargo.toml @@ -40,4 +40,4 @@ mononoke_types-mocks = { version = "0.1.0", path = "../../../mononoke_types/mock quickcheck = "1.0" quickcheck_arbitrary_derive = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/repo_attributes/bookmarks/warm_bookmarks_cache/Cargo.toml b/eden/mononoke/repo_attributes/bookmarks/warm_bookmarks_cache/Cargo.toml index e7d7218851174..91e9c752ff013 100644 --- a/eden/mononoke/repo_attributes/bookmarks/warm_bookmarks_cache/Cargo.toml +++ b/eden/mononoke/repo_attributes/bookmarks/warm_bookmarks_cache/Cargo.toml @@ -48,7 +48,7 @@ repo_identity = { version = "0.1.0", path = "../../repo_identity" } skeleton_manifest = { version = "0.1.0", path = "../../../derived_data/skeleton_manifest" } skeleton_manifest_v2 = { version = "0.1.0", path = "../../../derived_data/skeleton_manifest_v2" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } unodes = { version = "0.1.0", path = "../../../derived_data/unodes" } diff --git a/eden/mononoke/repo_attributes/commit_graph/commit_graph/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/commit_graph/Cargo.toml index 75e2dbd9a820f..650d3f1d2f19f 100644 --- a/eden/mononoke/repo_attributes/commit_graph/commit_graph/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/commit_graph/Cargo.toml @@ -26,6 +26,6 @@ mononoke_macros = { version = "0.1.0", path = "../../../common/mononoke_macros" mononoke_types = { version = "0.1.0", path = "../../../mononoke_types" } scuba_ext = { version = "0.1.0", path = "../../../common/scuba_ext" } smallvec = { version = "1.15", features = ["impl_bincode", "serde", "specialization", "union"] } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } vec1 = { version = "1.12.1", features = ["serde"] } diff --git a/eden/mononoke/repo_attributes/commit_graph/preloaded_commit_graph_storage/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/preloaded_commit_graph_storage/Cargo.toml index 2fbca3a4f8bdf..7a1a5731478a0 100644 --- a/eden/mononoke/repo_attributes/commit_graph/preloaded_commit_graph_storage/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/preloaded_commit_graph_storage/Cargo.toml @@ -22,7 +22,7 @@ mononoke_macros = { version = "0.1.0", path = "../../../common/mononoke_macros" mononoke_types = { version = "0.1.0", path = "../../../mononoke_types" } reloader = { version = "0.1.0", path = "../../../common/reloader" } repo_identity = { version = "0.1.0", path = "../../repo_identity" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } vec1 = { version = "1.12.1", features = ["serde"] } diff --git a/eden/mononoke/repo_attributes/filestore/Cargo.toml b/eden/mononoke/repo_attributes/filestore/Cargo.toml index 4038e717e97b6..40c31f2f278b7 100644 --- a/eden/mononoke/repo_attributes/filestore/Cargo.toml +++ b/eden/mononoke/repo_attributes/filestore/Cargo.toml @@ -28,7 +28,7 @@ sha1 = "0.10.5" sha2 = "0.10.6" strum = { version = "0.27.1", features = ["derive"] } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/repo_attributes/git_ref_content_mapping/Cargo.toml b/eden/mononoke/repo_attributes/git_ref_content_mapping/Cargo.toml index 3dc1ac59ab944..837a1162c5ee5 100644 --- a/eden/mononoke/repo_attributes/git_ref_content_mapping/Cargo.toml +++ b/eden/mononoke/repo_attributes/git_ref_content_mapping/Cargo.toml @@ -25,7 +25,7 @@ repo_update_logger = { version = "0.1.0", path = "../../features/repo_update_log 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" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/repo_attributes/newfilenodes/Cargo.toml b/eden/mononoke/repo_attributes/newfilenodes/Cargo.toml index 7e9a059715cfe..fc1fc02b77d8f 100644 --- a/eden/mononoke/repo_attributes/newfilenodes/Cargo.toml +++ b/eden/mononoke/repo_attributes/newfilenodes/Cargo.toml @@ -33,7 +33,7 @@ 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" } thiserror = "2.0.18" time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } vec1 = { version = "1.12.1", features = ["serde"] } [dev-dependencies] diff --git a/eden/mononoke/repo_attributes/repo_derivation_queues/Cargo.toml b/eden/mononoke/repo_attributes/repo_derivation_queues/Cargo.toml index 4027eda571763..9aa5e95c255ea 100644 --- a/eden/mononoke/repo_attributes/repo_derivation_queues/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_derivation_queues/Cargo.toml @@ -30,5 +30,5 @@ parking_lot = { version = "0.12.1", features = ["send_guard"] } sapling-clientinfo = { version = "0.1.0", path = "../../../scm/lib/clientinfo" } serde = { version = "1.0.219", features = ["derive", "rc"] } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/repo_attributes/repo_event_publisher/Cargo.toml b/eden/mononoke/repo_attributes/repo_event_publisher/Cargo.toml index 9a83c31bdab9b..4a96b0b23c3e8 100644 --- a/eden/mononoke/repo_attributes/repo_event_publisher/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_event_publisher/Cargo.toml @@ -24,7 +24,7 @@ mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" } repo_update_logger = { version = "0.1.0", path = "../../features/repo_update_logger" } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/repo_permission_checker/Cargo.toml b/eden/mononoke/repo_attributes/repo_permission_checker/Cargo.toml index a5a37c4748c8b..5dff14df030ad 100644 --- a/eden/mononoke/repo_attributes/repo_permission_checker/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_permission_checker/Cargo.toml @@ -16,5 +16,5 @@ justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/ metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } mockall = "0.13.1" permission_checker = { version = "0.1.0", path = "../../common/permission_checker" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/repo_attributes/restricted_paths/Cargo.toml b/eden/mononoke/repo_attributes/restricted_paths/Cargo.toml index cb7591ea8d738..1504186a39006 100644 --- a/eden/mononoke/repo_attributes/restricted_paths/Cargo.toml +++ b/eden/mononoke/repo_attributes/restricted_paths/Cargo.toml @@ -30,7 +30,7 @@ restricted_paths_common = { version = "0.1.0", path = "../restricted_paths_commo sapling-clientinfo = { version = "0.1.0", path = "../../../scm/lib/clientinfo" } scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/repo_attributes/restricted_paths_common/Cargo.toml b/eden/mononoke/repo_attributes/restricted_paths_common/Cargo.toml index 9004ca60df93a..8f08a0fa71038 100644 --- a/eden/mononoke/repo_attributes/restricted_paths_common/Cargo.toml +++ b/eden/mononoke/repo_attributes/restricted_paths_common/Cargo.toml @@ -25,5 +25,5 @@ sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-s sql_construct = { version = "0.1.0", path = "../../common/sql_construct" } sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" } strum = { version = "0.27.1", features = ["derive"] } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/repo_client/unbundle/Cargo.toml b/eden/mononoke/repo_client/unbundle/Cargo.toml index 719d778f86003..a63fb03316219 100644 --- a/eden/mononoke/repo_client/unbundle/Cargo.toml +++ b/eden/mononoke/repo_client/unbundle/Cargo.toml @@ -70,4 +70,4 @@ mercurial_types-mocks = { version = "0.1.0", path = "../../mercurial/types/mocks mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" } quickcheck_macros = "1.2.0" test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/repo_client/wirepack/Cargo.toml b/eden/mononoke/repo_client/wirepack/Cargo.toml index 5085c8fa47891..222e2088bc961 100644 --- a/eden/mononoke/repo_client/wirepack/Cargo.toml +++ b/eden/mononoke/repo_client/wirepack/Cargo.toml @@ -19,4 +19,4 @@ thiserror = "2.0.18" [dev-dependencies] maplit = "1.0" mercurial_types-mocks = { version = "0.1.0", path = "../../mercurial/types/mocks" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/repo_factory/Cargo.toml b/eden/mononoke/repo_factory/Cargo.toml index 506e205069c22..4b201b542c314 100644 --- a/eden/mononoke/repo_factory/Cargo.toml +++ b/eden/mononoke/repo_factory/Cargo.toml @@ -90,7 +90,7 @@ stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust streaming_clone = { version = "0.1.0", path = "../repo_client/streaming_clone" } synced_commit_mapping = { version = "0.1.0", path = "../features/commit_rewriting/synced_commit_mapping" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } virtually_sharded_blobstore = { version = "0.1.0", path = "../blobstore/virtually_sharded_blobstore" } warm_bookmarks_cache = { version = "0.1.0", path = "../repo_attributes/bookmarks/warm_bookmarks_cache" } diff --git a/eden/mononoke/servers/git/git_server/Cargo.toml b/eden/mononoke/servers/git/git_server/Cargo.toml index 12fcb2e1e2ebe..fd00bd59a3a5a 100644 --- a/eden/mononoke/servers/git/git_server/Cargo.toml +++ b/eden/mononoke/servers/git/git_server/Cargo.toml @@ -79,7 +79,7 @@ slapi_service = { version = "0.1.0", path = "../../slapi/slapi_service" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-stream = { version = "0.1.18", features = ["fs", "io-util", "net", "signal", "sync", "time"] } topo_sort = { version = "0.1.0", path = "../../../common/topo_sort" } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/servers/lfs/lfs_server/Cargo.toml b/eden/mononoke/servers/lfs/lfs_server/Cargo.toml index d1c1f05fd866f..dae194f98ea22 100644 --- a/eden/mononoke/servers/lfs/lfs_server/Cargo.toml +++ b/eden/mononoke/servers/lfs/lfs_server/Cargo.toml @@ -66,7 +66,7 @@ stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust thiserror = "2.0.18" time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } time_window_counter = { version = "0.1.0", path = "../../../common/time_window_counter" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/servers/scs/scs_methods/Cargo.toml b/eden/mononoke/servers/scs/scs_methods/Cargo.toml index 1ff296e641b26..abd9e5a00e177 100644 --- a/eden/mononoke/servers/scs/scs_methods/Cargo.toml +++ b/eden/mononoke/servers/scs/scs_methods/Cargo.toml @@ -78,7 +78,7 @@ source_control_services = { version = "0.1.0", path = "../../../scs/if/services" stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } synced_commit_mapping = { version = "0.1.0", path = "../../../features/commit_rewriting/synced_commit_mapping" } time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/servers/slapi/slapi_server/Cargo.toml b/eden/mononoke/servers/slapi/slapi_server/Cargo.toml index cf3fdb96eefba..abf414c201769 100644 --- a/eden/mononoke/servers/slapi/slapi_server/Cargo.toml +++ b/eden/mononoke/servers/slapi/slapi_server/Cargo.toml @@ -29,5 +29,5 @@ sapling-clientinfo = { version = "0.1.0", path = "../../../../scm/lib/clientinfo scuba_ext = { version = "0.1.0", path = "../../../common/scuba_ext" } secure_utils = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } sharding_ext = { version = "0.1.0", path = "../../../cmdlib/sharding_ext" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/servers/slapi/slapi_server/repo_listener/Cargo.toml b/eden/mononoke/servers/slapi/slapi_server/repo_listener/Cargo.toml index 23aeec6bfabd6..665132b0a385f 100644 --- a/eden/mononoke/servers/slapi/slapi_server/repo_listener/Cargo.toml +++ b/eden/mononoke/servers/slapi/slapi_server/repo_listener/Cargo.toml @@ -62,7 +62,7 @@ stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust textwrap = { version = "0.16.0", features = ["terminal_size"] } thiserror = "2.0.18" time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-openssl = "0.6.5" tokio-util = { version = "0.7.18", features = ["full"] } tower-service = "0.3.3" diff --git a/eden/mononoke/servers/slapi/slapi_service/Cargo.toml b/eden/mononoke/servers/slapi/slapi_service/Cargo.toml index 938064816324c..e9b1459841d52 100644 --- a/eden/mononoke/servers/slapi/slapi_service/Cargo.toml +++ b/eden/mononoke/servers/slapi/slapi_service/Cargo.toml @@ -77,7 +77,7 @@ streaming_clone = { version = "0.1.0", path = "../../../repo_client/streaming_cl thiserror = "2.0.18" time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } time_window_counter = { version = "0.1.0", path = "../../../common/time_window_counter" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-util = { version = "0.7.18", features = ["full"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } vec1 = { version = "1.12.1", features = ["serde"] } diff --git a/eden/mononoke/tools/admin/Cargo.toml b/eden/mononoke/tools/admin/Cargo.toml index fd7cf72c0aa3c..df340b256b372 100644 --- a/eden/mononoke/tools/admin/Cargo.toml +++ b/eden/mononoke/tools/admin/Cargo.toml @@ -136,7 +136,7 @@ strum = { version = "0.27.1", features = ["derive"] } synced_commit_mapping = { version = "0.1.0", path = "../../features/commit_rewriting/synced_commit_mapping" } thiserror = "2.0.18" time_measuring = { version = "0.1.0", path = "../../common/time_measuring" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-stream = { version = "0.1.18", features = ["fs", "io-util", "net", "signal", "sync", "time"] } tokio-util = { version = "0.7.18", features = ["full"] } topo_sort = { version = "0.1.0", path = "../../common/topo_sort" } diff --git a/eden/mononoke/tools/aliasverify/tools/aliasverify/Cargo.toml b/eden/mononoke/tools/aliasverify/tools/aliasverify/Cargo.toml index 043537a849f77..ab1b5e315a237 100644 --- a/eden/mononoke/tools/aliasverify/tools/aliasverify/Cargo.toml +++ b/eden/mononoke/tools/aliasverify/tools/aliasverify/Cargo.toml @@ -33,5 +33,5 @@ repo_blobstore = { version = "0.1.0", path = "../../../../repo_attributes/repo_b repo_identity = { version = "0.1.0", path = "../../../../repo_attributes/repo_identity" } sharding_ext = { version = "0.1.0", path = "../../../../cmdlib/sharding_ext" } sql_commit_graph_storage = { version = "0.1.0", path = "../../../../repo_attributes/commit_graph/sql_commit_graph_storage" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/tools/bonsai_verify/Cargo.toml b/eden/mononoke/tools/bonsai_verify/Cargo.toml index c741be52b1f45..a84176d9c5ae7 100644 --- a/eden/mononoke/tools/bonsai_verify/Cargo.toml +++ b/eden/mononoke/tools/bonsai_verify/Cargo.toml @@ -34,6 +34,6 @@ repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_deri restricted_paths = { version = "0.1.0", path = "../../repo_attributes/restricted_paths" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_derive = "1.0.185" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } toml = { version = "0.9.12", features = ["preserve_order"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/tools/executor/Cargo.toml b/eden/mononoke/tools/executor/Cargo.toml index d5e3bbebe1dad..4e6c3215c7a74 100644 --- a/eden/mononoke/tools/executor/Cargo.toml +++ b/eden/mononoke/tools/executor/Cargo.toml @@ -15,5 +15,5 @@ executor_lib = { version = "0.1.0", path = "../../cmdlib/sharding" } fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } mononoke_app = { version = "0.1.0", path = "../../cmdlib/mononoke_app" } sharding_ext = { version = "0.1.0", path = "../../cmdlib/sharding_ext" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/tools/packer/Cargo.toml b/eden/mononoke/tools/packer/Cargo.toml index 4c0e287de2add..7a44ce734265e 100644 --- a/eden/mononoke/tools/packer/Cargo.toml +++ b/eden/mononoke/tools/packer/Cargo.toml @@ -23,7 +23,7 @@ packblob = { version = "0.1.0", path = "../../blobstore/packblob" } rand = "0.10" regex = "1.12.3" scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/mononoke/tools/repo_import/Cargo.toml b/eden/mononoke/tools/repo_import/Cargo.toml index 057b0ae059544..c78460cdf0ef1 100644 --- a/eden/mononoke/tools/repo_import/Cargo.toml +++ b/eden/mononoke/tools/repo_import/Cargo.toml @@ -62,7 +62,7 @@ serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sql_query_config = { version = "0.1.0", path = "../../repo_attributes/sql_query_config" } synced_commit_mapping = { version = "0.1.0", path = "../../features/commit_rewriting/synced_commit_mapping" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } topo_sort = { version = "0.1.0", path = "../../common/topo_sort" } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } wireproto_handler = { version = "0.1.0", path = "../../servers/slapi/wireproto_handler" } diff --git a/eden/mononoke/tools/streaming_clone/Cargo.toml b/eden/mononoke/tools/streaming_clone/Cargo.toml index 4307676396bfe..1c3c0eb63a338 100644 --- a/eden/mononoke/tools/streaming_clone/Cargo.toml +++ b/eden/mononoke/tools/streaming_clone/Cargo.toml @@ -23,5 +23,5 @@ mutable_blobstore = { version = "0.1.0", path = "../../repo_attributes/mutable_b repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" } sapling-clientinfo = { version = "0.1.0", path = "../../../scm/lib/clientinfo" } streaming_clone = { version = "0.1.0", path = "../../repo_client/streaming_clone" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/tools/tail-to-cloudwatch/Cargo.toml b/eden/mononoke/tools/tail-to-cloudwatch/Cargo.toml index 21e8e833e3fb8..b528f7092b6b4 100644 --- a/eden/mononoke/tools/tail-to-cloudwatch/Cargo.toml +++ b/eden/mononoke/tools/tail-to-cloudwatch/Cargo.toml @@ -14,7 +14,7 @@ aws-sdk-cloudwatchlogs = "1.71.0" clap = { version = "4.6.0", features = ["derive", "env", "string", "unicode", "wrap_help"] } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] assert_approx_eq = "1.1.0" diff --git a/eden/mononoke/tools/testtool/Cargo.toml b/eden/mononoke/tools/testtool/Cargo.toml index 4986e8f7e837d..40ad1c79dfbcc 100644 --- a/eden/mononoke/tools/testtool/Cargo.toml +++ b/eden/mononoke/tools/testtool/Cargo.toml @@ -37,7 +37,7 @@ smallvec = { version = "1.15", features = ["impl_bincode", "serde", "specializat sorted_vector_map = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } sql_construct = { version = "0.1.0", path = "../../common/sql_construct" } tests_utils = { version = "0.1.0", path = "../../tests/utils" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } topo_sort = { version = "0.1.0", path = "../../common/topo_sort" } [dev-dependencies] diff --git a/eden/scm/exec/scm_daemon/Cargo.toml b/eden/scm/exec/scm_daemon/Cargo.toml index 1aa25d14a242e..6a2bc34a62eb6 100644 --- a/eden/scm/exec/scm_daemon/Cargo.toml +++ b/eden/scm/exec/scm_daemon/Cargo.toml @@ -13,7 +13,7 @@ log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] } sapling-commitcloudsubscriber = { version = "0.1.0", path = "../../lib/commitcloudsubscriber" } serde = { version = "1.0.219", features = ["derive", "rc"] } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } toml = { version = "0.9.12", features = ["preserve_order"] } [target.'cfg(target_os = "linux")'.dependencies] diff --git a/eden/scm/lib/async-runtime/Cargo.toml b/eden/scm/lib/async-runtime/Cargo.toml index e896bcfd21d28..e2c571f4b0402 100644 --- a/eden/scm/lib/async-runtime/Cargo.toml +++ b/eden/scm/lib/async-runtime/Cargo.toml @@ -16,4 +16,4 @@ name = "async_runtime" futures = { version = "0.3.31", features = ["async-await", "compat"] } num_cpus = "1.16" once_cell = "1.21.4" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/scm/lib/commitcloudsubscriber/Cargo.toml b/eden/scm/lib/commitcloudsubscriber/Cargo.toml index 99b6651091c83..e9eafeb709b49 100644 --- a/eden/scm/lib/commitcloudsubscriber/Cargo.toml +++ b/eden/scm/lib/commitcloudsubscriber/Cargo.toml @@ -39,7 +39,7 @@ sapling-identity = { version = "0.1.0", path = "../identity" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] tempfile = "3.27.0" diff --git a/eden/scm/lib/copytrace/Cargo.toml b/eden/scm/lib/copytrace/Cargo.toml index b8d23e577cfa2..aa317fdb1a0cb 100644 --- a/eden/scm/lib/copytrace/Cargo.toml +++ b/eden/scm/lib/copytrace/Cargo.toml @@ -35,5 +35,5 @@ tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] sapling-manifest-tree = { version = "0.1.0", path = "../manifest-tree", features = ["for-tests"] } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing-test = { version = "0.2.6", features = ["no-env-filter"] } diff --git a/eden/scm/lib/cpython-async/Cargo.toml b/eden/scm/lib/cpython-async/Cargo.toml index 1022d9ea32f30..1127cd5118bb5 100644 --- a/eden/scm/lib/cpython-async/Cargo.toml +++ b/eden/scm/lib/cpython-async/Cargo.toml @@ -16,4 +16,4 @@ sapling-async-runtime = { version = "0.1.0", path = "../async-runtime" } sapling-cpython-ext = { version = "0.1.0", path = "../cpython-ext" } [dev-dependencies] -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/scm/lib/dag/Cargo.toml b/eden/scm/lib/dag/Cargo.toml index c14e5f0263713..c26e7e945deb2 100644 --- a/eden/scm/lib/dag/Cargo.toml +++ b/eden/scm/lib/dag/Cargo.toml @@ -41,7 +41,7 @@ quickcheck = "1.0" sapling-dev-logger = { version = "0.1.0", path = "../dev-logger" } sapling-renderdag = { version = "0.1.0", path = "../renderdag" } tempfile = "3.27.0" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [features] default = ["indexedlog-backend", "render"] diff --git a/eden/scm/lib/eagerepo/Cargo.toml b/eden/scm/lib/eagerepo/Cargo.toml index 8196e6d8ed97c..a573d8bcaf74a 100644 --- a/eden/scm/lib/eagerepo/Cargo.toml +++ b/eden/scm/lib/eagerepo/Cargo.toml @@ -45,4 +45,4 @@ tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] tempfile = "3.27.0" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/scm/lib/edenapi/Cargo.toml b/eden/scm/lib/edenapi/Cargo.toml index a522f10fff512..a13d5a612f667 100644 --- a/eden/scm/lib/edenapi/Cargo.toml +++ b/eden/scm/lib/edenapi/Cargo.toml @@ -38,6 +38,6 @@ sapling-version = { version = "0.1.0", path = "../version" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_cbor = "0.11.2" serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } url = "2.5.8" diff --git a/eden/scm/lib/edenapi/ext/Cargo.toml b/eden/scm/lib/edenapi/ext/Cargo.toml index cc8a2aeab0434..18cd06d4ce7ee 100644 --- a/eden/scm/lib/edenapi/ext/Cargo.toml +++ b/eden/scm/lib/edenapi/ext/Cargo.toml @@ -30,7 +30,7 @@ sapling-types = { version = "0.1.0", path = "../../types" } sapling-util = { version = "0.1.0", path = "../../util" } sapling-vfs = { version = "0.1.0", path = "../../vfs" } serde_cbor = "0.11.2" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/scm/lib/http-client/Cargo.toml b/eden/scm/lib/http-client/Cargo.toml index 2c46ed52876d7..650788cf276b0 100644 --- a/eden/scm/lib/http-client/Cargo.toml +++ b/eden/scm/lib/http-client/Cargo.toml @@ -36,7 +36,7 @@ serde = { version = "1.0.219", features = ["derive", "rc"] } serde_cbor = "0.11.2" serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-util = { version = "0.7.18", features = ["full"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } url = "2.5.8" diff --git a/eden/scm/lib/minibench/examples/Cargo.toml b/eden/scm/lib/minibench/examples/Cargo.toml index 658621258ab7b..ae529b25e91b5 100644 --- a/eden/scm/lib/minibench/examples/Cargo.toml +++ b/eden/scm/lib/minibench/examples/Cargo.toml @@ -13,4 +13,4 @@ path = "fs_read.rs" crossbeam = "0.8" futures = { version = "0.3.31", features = ["async-await", "compat"] } sapling-minibench = { version = "0.1.0", path = ".." } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/scm/lib/pathhistory/Cargo.toml b/eden/scm/lib/pathhistory/Cargo.toml index 184d2aa381bbe..be964b65f8dba 100644 --- a/eden/scm/lib/pathhistory/Cargo.toml +++ b/eden/scm/lib/pathhistory/Cargo.toml @@ -28,4 +28,4 @@ blob = { version = "0.1.0", path = "../blob" } sapling-dev-logger = { version = "0.1.0", path = "../dev-logger" } sapling-manifest = { version = "0.1.0", path = "../manifest" } sha1 = "0.10.5" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/scm/lib/progress/model/Cargo.toml b/eden/scm/lib/progress/model/Cargo.toml index b67d515c1630e..52bc8b7770532 100644 --- a/eden/scm/lib/progress/model/Cargo.toml +++ b/eden/scm/lib/progress/model/Cargo.toml @@ -18,5 +18,5 @@ once_cell = "1.21.4" parking_lot = { version = "0.12.1", features = ["send_guard"] } paste = "1.0.14" thread_local = "1.1.4" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/scm/lib/revisionstore/Cargo.toml b/eden/scm/lib/revisionstore/Cargo.toml index 535858705598f..a7a4a99394388 100644 --- a/eden/scm/lib/revisionstore/Cargo.toml +++ b/eden/scm/lib/revisionstore/Cargo.toml @@ -60,7 +60,7 @@ serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw sha1 = "0.10.5" sha2 = "0.10.6" thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tokio-stream = { version = "0.1.18", features = ["fs", "io-util", "net", "signal", "sync", "time"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } url = "2.5.8" diff --git a/eden/scm/lib/sparse/Cargo.toml b/eden/scm/lib/sparse/Cargo.toml index 0a867b9f7684b..4f1c53f74a469 100644 --- a/eden/scm/lib/sparse/Cargo.toml +++ b/eden/scm/lib/sparse/Cargo.toml @@ -22,11 +22,11 @@ sapling-pathmatcher = { version = "0.1.0", path = "../pathmatcher" } sapling-rewrite-macros = { version = "0.1.0", path = "../util/rewrite-macros" } sapling-types = { version = "0.1.0", path = "../types" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"], optional = true } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"], optional = true } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [features] async = ["futures", "tokio"] diff --git a/eden/scm/lib/streams/Cargo.toml b/eden/scm/lib/streams/Cargo.toml index 76e614af6cb3a..38ae375a6d86d 100644 --- a/eden/scm/lib/streams/Cargo.toml +++ b/eden/scm/lib/streams/Cargo.toml @@ -19,4 +19,4 @@ pin-project = "1.1.11" [dev-dependencies] anyhow = "1.0.102" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/scm/lib/vfs/Cargo.toml b/eden/scm/lib/vfs/Cargo.toml index a68c3d84128b7..c96cac97ca8ee 100644 --- a/eden/scm/lib/vfs/Cargo.toml +++ b/eden/scm/lib/vfs/Cargo.toml @@ -26,7 +26,7 @@ sapling-minibytes = { version = "0.1.0", path = "../minibytes" } sapling-types = { version = "0.1.0", path = "../types" } sapling-util = { version = "0.1.0", path = "../util" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/scm/lib/workingcopy/Cargo.toml b/eden/scm/lib/workingcopy/Cargo.toml index 1d13d5cacd2b0..65ec2f1b5b9ba 100644 --- a/eden/scm/lib/workingcopy/Cargo.toml +++ b/eden/scm/lib/workingcopy/Cargo.toml @@ -49,7 +49,7 @@ sapling-vfs = { version = "0.1.0", path = "../vfs" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } watchman_client = { version = "0.9.0", git = "https://github.com/facebook/watchman.git", branch = "main" } whoami = "1.5"