From 5b5e81c77ae7714ef61b33ad2a764fbbb3989c68 Mon Sep 17 00:00:00 2001 From: CodemodService Bot <> Date: Thu, 23 Sep 2021 01:37:23 -0700 Subject: [PATCH] Daily `common/rust/cargo_from_buck/bin/autocargo` Reviewed By: krallin Differential Revision: D31138501 fbshipit-source-id: e085989cf5bc2dfd8b45ef72a94c5c2648ab73be --- eden/mononoke/admin/Cargo.toml | 2 ++ eden/mononoke/blobstore/factory/Cargo.toml | 1 + eden/mononoke/cmdlib/Cargo.toml | 1 + 3 files changed, 4 insertions(+) diff --git a/eden/mononoke/admin/Cargo.toml b/eden/mononoke/admin/Cargo.toml index dfb3cdfbbf..dfb61ca1ab 100644 --- a/eden/mononoke/admin/Cargo.toml +++ b/eden/mononoke/admin/Cargo.toml @@ -59,6 +59,7 @@ live_commit_sync_config = { version = "0.1.0", path = "../commit_rewriting/live_ manifest = { version = "0.1.0", path = "../manifest" } maplit = "1.0" megarepo_api = { version = "0.1.0", path = "../megarepo_api" } +megarepo_error = { version = "0.1.0", path = "../megarepo_api/megarepo_error" } mercurial_bundle_replay_data = { version = "0.1.0", path = "../mercurial/bundle_replay_data" } mercurial_derived_data = { version = "0.1.0", path = "../derived_data/mercurial_derived_data" } mercurial_types = { version = "0.1.0", path = "../mercurial/types" } @@ -85,6 +86,7 @@ skeleton_manifest = { version = "0.1.0", path = "../derived_data/skeleton_manife skiplist = { version = "0.1.0", path = "../reachabilityindex/skiplist" } slog = { version = "2.5", features = ["max_level_trace", "nested-values"] } sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } +source_control = { version = "0.1.0", path = "../scs/if" } sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" } synced_commit_mapping = { version = "0.1.0", path = "../commit_rewriting/synced_commit_mapping" } thiserror = "1.0.29" diff --git a/eden/mononoke/blobstore/factory/Cargo.toml b/eden/mononoke/blobstore/factory/Cargo.toml index 1ffbc42cf4..3081cd4671 100644 --- a/eden/mononoke/blobstore/factory/Cargo.toml +++ b/eden/mononoke/blobstore/factory/Cargo.toml @@ -16,6 +16,7 @@ cacheblob = { version = "0.1.0", path = "../cacheblob" } cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } chaosblob = { version = "0.1.0", path = "../chaosblob" } clap = "2.33" +delayblob = { version = "0.1.0", path = "../delayblob" } fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } fileblob = { version = "0.1.0", path = "../fileblob" } futures = { version = "0.3.13", features = ["async-await", "compat"] } diff --git a/eden/mononoke/cmdlib/Cargo.toml b/eden/mononoke/cmdlib/Cargo.toml index 397a110bd3..bf592eb85d 100644 --- a/eden/mononoke/cmdlib/Cargo.toml +++ b/eden/mononoke/cmdlib/Cargo.toml @@ -37,6 +37,7 @@ mononoke_types = { version = "0.1.0", path = "../mononoke_types" } observability = { version = "0.1.0", path = "../observability" } once_cell = "1.4" panichandler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } +rand_distr = "0.2" rendezvous = { version = "0.1.0", path = "../common/rendezvous" } repo_factory = { version = "0.1.0", path = "../repo_factory" } repo_identity = { version = "0.1.0", path = "../repo_attributes/repo_identity" }