From 2f28c4121cac15984e539b2f993dea02aa4544c7 Mon Sep 17 00:00:00 2001 From: Alex Hornby Date: Wed, 4 Aug 2021 07:29:34 -0700 Subject: [PATCH] rust: remove chashmap from cargo vendoring Summary: Previous diffs switched all our usage from chashmap to dashmap as dashmap upstream is more responsive. Now remove chashmap from the cargo vendoring. Reviewed By: dtolnay Differential Revision: D30046522 fbshipit-source-id: 111ef9375bd8095f8b7c95752ecbc1988fb0438d --- eden/mononoke/Cargo.toml | 1 - eden/mononoke/admin/Cargo.toml | 1 - eden/mononoke/aliasverify/Cargo.toml | 1 - eden/mononoke/alpn/Cargo.toml | 1 - eden/mononoke/backfill_derived_data/Cargo.toml | 1 - eden/mononoke/benchmark_filestore/Cargo.toml | 1 - eden/mononoke/benchmarks/derived_data/Cargo.toml | 1 - eden/mononoke/benchmarks/simulated_repo/Cargo.toml | 1 - eden/mononoke/blobimport/Cargo.toml | 1 - eden/mononoke/blobimport_lib/Cargo.toml | 1 - eden/mononoke/blobimport_lib/consts/Cargo.toml | 1 - eden/mononoke/blobrepo/Cargo.toml | 1 - eden/mononoke/blobrepo/blobrepo_hg/Cargo.toml | 1 - eden/mononoke/blobrepo/blobsync/Cargo.toml | 1 - eden/mononoke/blobrepo/changeset_fetcher/Cargo.toml | 1 - eden/mononoke/blobrepo/common/Cargo.toml | 1 - eden/mononoke/blobrepo/errors/Cargo.toml | 1 - eden/mononoke/blobrepo/override/Cargo.toml | 1 - eden/mononoke/blobrepo/repo_blobstore/Cargo.toml | 1 - eden/mononoke/blobrepo_utils/Cargo.toml | 1 - eden/mononoke/blobstore/Cargo.toml | 1 - eden/mononoke/blobstore/blobstore_stats/Cargo.toml | 1 - eden/mononoke/blobstore/cacheblob/Cargo.toml | 1 - eden/mononoke/blobstore/chaosblob/Cargo.toml | 1 - eden/mononoke/blobstore/delayblob/Cargo.toml | 1 - eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml | 1 - eden/mononoke/blobstore/factory/Cargo.toml | 1 - eden/mononoke/blobstore/fileblob/Cargo.toml | 1 - eden/mononoke/blobstore/if/Cargo.toml | 1 - eden/mononoke/blobstore/logblob/Cargo.toml | 1 - eden/mononoke/blobstore/memblob/Cargo.toml | 1 - eden/mononoke/blobstore/multiplexedblob/Cargo.toml | 1 - eden/mononoke/blobstore/packblob/Cargo.toml | 1 - eden/mononoke/blobstore/packblob/if/Cargo.toml | 1 - eden/mononoke/blobstore/prefixblob/Cargo.toml | 1 - eden/mononoke/blobstore/readonlyblob/Cargo.toml | 1 - eden/mononoke/blobstore/redactedblobstore/Cargo.toml | 1 - eden/mononoke/blobstore/samplingblob/Cargo.toml | 1 - eden/mononoke/blobstore/sqlblob/Cargo.toml | 1 - eden/mononoke/blobstore/throttledblob/Cargo.toml | 1 - eden/mononoke/blobstore/virtually_sharded_blobstore/Cargo.toml | 1 - eden/mononoke/blobstore_healer/Cargo.toml | 1 - eden/mononoke/blobstore_sync_queue/Cargo.toml | 1 - eden/mononoke/bonsai_git_mapping/Cargo.toml | 1 - .../bonsai_git_mapping/git_mapping_pushrebase_hook/Cargo.toml | 1 - eden/mononoke/bonsai_globalrev_mapping/Cargo.toml | 1 - .../globalrev_pushrebase_hook/Cargo.toml | 1 - eden/mononoke/bonsai_globalrev_mapping/if/Cargo.toml | 1 - eden/mononoke/bonsai_hg_mapping/Cargo.toml | 1 - eden/mononoke/bonsai_hg_mapping/if/Cargo.toml | 1 - eden/mononoke/bonsai_svnrev_mapping/Cargo.toml | 1 - eden/mononoke/bonsai_svnrev_mapping/if/Cargo.toml | 1 - eden/mononoke/bookmarks/Cargo.toml | 1 - eden/mononoke/bookmarks/bookmarks_movement/Cargo.toml | 1 - eden/mononoke/bookmarks/bookmarks_types/Cargo.toml | 1 - eden/mononoke/bookmarks/dbbookmarks/Cargo.toml | 1 - eden/mononoke/bookmarks/warm_bookmarks_cache/Cargo.toml | 1 - eden/mononoke/bulkops/Cargo.toml | 1 - eden/mononoke/bulkops/bench/Cargo.toml | 1 - eden/mononoke/cache_warmup/Cargo.toml | 1 - eden/mononoke/changesets/Cargo.toml | 1 - eden/mononoke/changesets/changesets_impl/Cargo.toml | 1 - eden/mononoke/changesets/if/Cargo.toml | 1 - eden/mononoke/cmdlib/Cargo.toml | 1 - eden/mononoke/cmdlib/environment/Cargo.toml | 1 - eden/mononoke/cmdlib/x_repo/Cargo.toml | 1 - eden/mononoke/cmds/copy_blobstore_keys/Cargo.toml | 1 - eden/mononoke/commit_rewriting/backsyncer/Cargo.toml | 1 - eden/mononoke/commit_rewriting/bookmark_renaming/Cargo.toml | 1 - eden/mononoke/commit_rewriting/bookmarks_validator/Cargo.toml | 1 - eden/mononoke/commit_rewriting/commit_validator/Cargo.toml | 1 - eden/mononoke/commit_rewriting/cross_repo_sync/Cargo.toml | 1 - .../commit_rewriting/cross_repo_sync/test_utils/Cargo.toml | 1 - .../mononoke/commit_rewriting/live_commit_sync_config/Cargo.toml | 1 - eden/mononoke/commit_rewriting/megarepo/Cargo.toml | 1 - .../commit_rewriting/mononoke_x_repo_sync_job/Cargo.toml | 1 - eden/mononoke/commit_rewriting/movers/Cargo.toml | 1 - eden/mononoke/commit_rewriting/synced_commit_mapping/Cargo.toml | 1 - eden/mononoke/common/allocation_tracing/Cargo.toml | 1 - eden/mononoke/common/async_limiter/Cargo.toml | 1 - eden/mononoke/common/async_limiter/examples/tokio_v2/Cargo.toml | 1 - eden/mononoke/common/bounded_traversal/Cargo.toml | 1 - eden/mononoke/common/copy_utils/Cargo.toml | 1 - eden/mononoke/common/dedupmap/Cargo.toml | 1 - eden/mononoke/common/futures_watchdog/Cargo.toml | 1 - eden/mononoke/common/iterhelpers/Cargo.toml | 1 - eden/mononoke/common/reloader/Cargo.toml | 1 - eden/mononoke/common/rendezvous/Cargo.toml | 1 - eden/mononoke/common/rust/caching_ext/Cargo.toml | 1 - eden/mononoke/common/rust/slog_ext/Cargo.toml | 1 - eden/mononoke/common/rust/sql_ext/Cargo.toml | 1 - eden/mononoke/common/scribe_ext/Cargo.toml | 1 - eden/mononoke/common/scuba_ext/Cargo.toml | 1 - eden/mononoke/common/sql_construct/Cargo.toml | 1 - eden/mononoke/common/timeseries/Cargo.toml | 1 - eden/mononoke/common/topo_sort/Cargo.toml | 1 - eden/mononoke/common/type_map/Cargo.toml | 1 - eden/mononoke/common/uniqueheap/Cargo.toml | 1 - eden/mononoke/derived_data/Cargo.toml | 1 - eden/mononoke/derived_data/blame/Cargo.toml | 1 - eden/mononoke/derived_data/changeset_info/Cargo.toml | 1 - eden/mononoke/derived_data/changeset_info/if/Cargo.toml | 1 - eden/mononoke/derived_data/deleted_files_manifest/Cargo.toml | 1 - eden/mononoke/derived_data/fastlog/Cargo.toml | 1 - eden/mononoke/derived_data/filenodes/Cargo.toml | 1 - eden/mononoke/derived_data/fsnodes/Cargo.toml | 1 - eden/mononoke/derived_data/mercurial_derived_data/Cargo.toml | 1 - eden/mononoke/derived_data/skeleton_manifest/Cargo.toml | 1 - eden/mononoke/derived_data/test_utils/Cargo.toml | 1 - eden/mononoke/derived_data/unodes/Cargo.toml | 1 - eden/mononoke/derived_data/utils/Cargo.toml | 1 - eden/mononoke/edenapi_server/Cargo.toml | 1 - eden/mononoke/edenapi_service/Cargo.toml | 1 - eden/mononoke/fastreplay/Cargo.toml | 1 - eden/mononoke/filenodes/Cargo.toml | 1 - eden/mononoke/filenodes/if/Cargo.toml | 1 - eden/mononoke/filestore/Cargo.toml | 1 - eden/mononoke/git/check_git_wc/Cargo.toml | 1 - eden/mononoke/git/git-pool/Cargo.toml | 1 - eden/mononoke/git/git_types/Cargo.toml | 1 - eden/mononoke/git/git_types/if/Cargo.toml | 1 - eden/mononoke/git/gitimport/Cargo.toml | 1 - eden/mononoke/git/import_tools/Cargo.toml | 1 - eden/mononoke/gotham_ext/Cargo.toml | 1 - eden/mononoke/hgcli/Cargo.toml | 1 - eden/mononoke/hgproto/Cargo.toml | 1 - eden/mononoke/hook_tailer/Cargo.toml | 1 - eden/mononoke/hooks/Cargo.toml | 1 - eden/mononoke/hooks/content-stores/Cargo.toml | 1 - eden/mononoke/hooks/hook_manager_factory/Cargo.toml | 1 - eden/mononoke/lfs_import/Cargo.toml | 1 - eden/mononoke/lfs_import_lib/Cargo.toml | 1 - eden/mononoke/lfs_protocol/Cargo.toml | 1 - eden/mononoke/lfs_server/Cargo.toml | 1 - eden/mononoke/manifest/Cargo.toml | 1 - eden/mononoke/megarepo_api/Cargo.toml | 1 - eden/mononoke/megarepo_api/async_requests/Cargo.toml | 1 - eden/mononoke/megarepo_api/async_requests_worker/Cargo.toml | 1 - eden/mononoke/megarepo_api/commit_transformation/Cargo.toml | 1 - eden/mononoke/megarepo_api/configo_client/Cargo.toml | 1 - eden/mononoke/megarepo_api/if/Cargo.toml | 1 - eden/mononoke/megarepo_api/mapping/Cargo.toml | 1 - eden/mononoke/megarepo_api/megarepo_config/Cargo.toml | 1 - eden/mononoke/megarepo_api/megarepo_error/Cargo.toml | 1 - eden/mononoke/megarepo_api/requests_table/Cargo.toml | 1 - eden/mononoke/mercurial/bundle_replay_data/Cargo.toml | 1 - eden/mononoke/mercurial/bundles/Cargo.toml | 1 - eden/mononoke/mercurial/mutation/Cargo.toml | 1 - eden/mononoke/mercurial/revlog/Cargo.toml | 1 - eden/mononoke/mercurial/types/Cargo.toml | 1 - eden/mononoke/mercurial/types/if/Cargo.toml | 1 - eden/mononoke/mercurial/types/mocks/Cargo.toml | 1 - eden/mononoke/metaconfig/parser/Cargo.toml | 1 - eden/mononoke/metaconfig/types/Cargo.toml | 1 - eden/mononoke/microwave/Cargo.toml | 1 - eden/mononoke/microwave/builder/Cargo.toml | 1 - eden/mononoke/microwave/if/Cargo.toml | 1 - eden/mononoke/mononoke_api/Cargo.toml | 1 - eden/mononoke/mononoke_api/types/Cargo.toml | 1 - eden/mononoke/mononoke_api_hg/Cargo.toml | 1 - eden/mononoke/mononoke_hg_sync_job/Cargo.toml | 1 - eden/mononoke/mononoke_types/Cargo.toml | 1 - eden/mononoke/mononoke_types/if/Cargo.toml | 1 - eden/mononoke/mononoke_types/mocks/Cargo.toml | 1 - eden/mononoke/mutable_counters/Cargo.toml | 1 - eden/mononoke/newfilenodes/Cargo.toml | 1 - eden/mononoke/observability/Cargo.toml | 1 - eden/mononoke/permission_checker/Cargo.toml | 1 - eden/mononoke/phases/Cargo.toml | 1 - eden/mononoke/pushrebase/Cargo.toml | 1 - eden/mononoke/pushrebase/pushrebase_hook/Cargo.toml | 1 - eden/mononoke/pushrebase_mutation_mapping/Cargo.toml | 1 - eden/mononoke/quiet_stream/Cargo.toml | 1 - eden/mononoke/rate_limiting/Cargo.toml | 1 - eden/mononoke/reachabilityindex/Cargo.toml | 1 - eden/mononoke/reachabilityindex/common/Cargo.toml | 1 - eden/mononoke/reachabilityindex/if/Cargo.toml | 1 - eden/mononoke/reachabilityindex/skiplist/Cargo.toml | 1 - eden/mononoke/reachabilityindex/test-helpers/Cargo.toml | 1 - eden/mononoke/regenerate_hg_filenodes/Cargo.toml | 1 - eden/mononoke/repo_attributes/repo_derived_data/Cargo.toml | 1 - eden/mononoke/repo_attributes/repo_identity/Cargo.toml | 1 - eden/mononoke/repo_client/Cargo.toml | 1 - eden/mononoke/repo_client/getbundle_response/Cargo.toml | 1 - eden/mononoke/repo_client/mononoke_repo/Cargo.toml | 1 - eden/mononoke/repo_client/obsolete/Cargo.toml | 1 - eden/mononoke/repo_client/remotefilelog/Cargo.toml | 1 - eden/mononoke/repo_client/repo_read_write_status/Cargo.toml | 1 - eden/mononoke/repo_client/reverse_filler_queue/Cargo.toml | 1 - eden/mononoke/repo_client/scribe_commit_queue/Cargo.toml | 1 - eden/mononoke/repo_client/streaming_clone/Cargo.toml | 1 - eden/mononoke/repo_client/unbundle/Cargo.toml | 1 - eden/mononoke/repo_client/wirepack/Cargo.toml | 1 - eden/mononoke/repo_factory/Cargo.toml | 1 - eden/mononoke/repo_factory/test_repo_factory/Cargo.toml | 1 - eden/mononoke/repo_import/Cargo.toml | 1 - eden/mononoke/revset/Cargo.toml | 1 - eden/mononoke/revset/revset-test-helper/Cargo.toml | 1 - eden/mononoke/scs/if/Cargo.toml | 1 - eden/mononoke/segmented_changelog/Cargo.toml | 1 - .../segmented_changelog/bench/concurrent_idmap/Cargo.toml | 1 - eden/mononoke/segmented_changelog/types/Cargo.toml | 1 - eden/mononoke/server/Cargo.toml | 1 - eden/mononoke/server/context/Cargo.toml | 1 - eden/mononoke/server/monitoring/Cargo.toml | 1 - eden/mononoke/server/qps/Cargo.toml | 1 - eden/mononoke/server/repo_listener/Cargo.toml | 1 - eden/mononoke/server/session_id/Cargo.toml | 1 - eden/mononoke/sshrelay/Cargo.toml | 1 - eden/mononoke/statistics_collector/Cargo.toml | 1 - eden/mononoke/streaming_clone/Cargo.toml | 1 - eden/mononoke/tests/fixtures/Cargo.toml | 1 - eden/mononoke/tests/utils/Cargo.toml | 1 - eden/mononoke/tests/write_stub_log_entry/Cargo.toml | 1 - eden/mononoke/time_window_counter/Cargo.toml | 1 - eden/mononoke/tunables/Cargo.toml | 1 - eden/mononoke/tunables/tunables-derive/Cargo.toml | 1 - eden/mononoke/unbundle_replay/Cargo.toml | 1 - eden/mononoke/upload_globalrevs/Cargo.toml | 1 - eden/mononoke/walker/Cargo.toml | 1 - 220 files changed, 220 deletions(-) diff --git a/eden/mononoke/Cargo.toml b/eden/mononoke/Cargo.toml index 88c5f99559..f2d6902e10 100644 --- a/eden/mononoke/Cargo.toml +++ b/eden/mononoke/Cargo.toml @@ -126,7 +126,6 @@ tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal" toml = "=0.5.7" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/admin/Cargo.toml b/eden/mononoke/admin/Cargo.toml index ac92fde5fa..7997207bff 100644 --- a/eden/mononoke/admin/Cargo.toml +++ b/eden/mononoke/admin/Cargo.toml @@ -87,7 +87,6 @@ fixtures = { version = "0.1.0", path = "../tests/fixtures" } sql_construct = { version = "0.1.0", path = "../common/sql_construct" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/aliasverify/Cargo.toml b/eden/mononoke/aliasverify/Cargo.toml index 6863b7be17..80940d40ab 100644 --- a/eden/mononoke/aliasverify/Cargo.toml +++ b/eden/mononoke/aliasverify/Cargo.toml @@ -28,7 +28,6 @@ sha2 = "0.8" slog = { version = "2.5", features = ["max_level_trace"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/alpn/Cargo.toml b/eden/mononoke/alpn/Cargo.toml index 27e4710ceb..41ff979690 100644 --- a/eden/mononoke/alpn/Cargo.toml +++ b/eden/mononoke/alpn/Cargo.toml @@ -12,7 +12,6 @@ anyhow = "1.0" quickcheck = "0.9" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/backfill_derived_data/Cargo.toml b/eden/mononoke/backfill_derived_data/Cargo.toml index 27227c00af..71a6704b0a 100644 --- a/eden/mononoke/backfill_derived_data/Cargo.toml +++ b/eden/mononoke/backfill_derived_data/Cargo.toml @@ -56,7 +56,6 @@ mercurial_types = { version = "0.1.0", path = "../mercurial/types" } tests_utils = { version = "0.1.0", path = "../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/benchmark_filestore/Cargo.toml b/eden/mononoke/benchmark_filestore/Cargo.toml index 3cb0e5922c..4f1562f372 100644 --- a/eden/mononoke/benchmark_filestore/Cargo.toml +++ b/eden/mononoke/benchmark_filestore/Cargo.toml @@ -36,7 +36,6 @@ tokio-util = { version = "0.6", features = ["full"] } tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/benchmarks/derived_data/Cargo.toml b/eden/mononoke/benchmarks/derived_data/Cargo.toml index 991aff5c9a..fe731a3a7d 100644 --- a/eden/mononoke/benchmarks/derived_data/Cargo.toml +++ b/eden/mononoke/benchmarks/derived_data/Cargo.toml @@ -28,7 +28,6 @@ tests_utils = { version = "0.1.0", path = "../../tests/utils" } unodes = { version = "0.1.0", path = "../../derived_data/unodes" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/benchmarks/simulated_repo/Cargo.toml b/eden/mononoke/benchmarks/simulated_repo/Cargo.toml index 4195a0e5ba..7b81d9357b 100644 --- a/eden/mononoke/benchmarks/simulated_repo/Cargo.toml +++ b/eden/mononoke/benchmarks/simulated_repo/Cargo.toml @@ -70,7 +70,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental unodes = { version = "0.1.0", path = "../../derived_data/unodes" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobimport/Cargo.toml b/eden/mononoke/blobimport/Cargo.toml index 395dc7e6eb..1622118f28 100644 --- a/eden/mononoke/blobimport/Cargo.toml +++ b/eden/mononoke/blobimport/Cargo.toml @@ -35,7 +35,6 @@ synced_commit_mapping = { version = "0.1.0", path = "../commit_rewriting/synced_ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobimport_lib/Cargo.toml b/eden/mononoke/blobimport_lib/Cargo.toml index f3f75cffcd..494f41d038 100644 --- a/eden/mononoke/blobimport_lib/Cargo.toml +++ b/eden/mononoke/blobimport_lib/Cargo.toml @@ -32,7 +32,6 @@ synced_commit_mapping = { version = "0.1.0", path = "../commit_rewriting/synced_ tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobimport_lib/consts/Cargo.toml b/eden/mononoke/blobimport_lib/consts/Cargo.toml index 367e0e1c59..10ae1ad1b8 100644 --- a/eden/mononoke/blobimport_lib/consts/Cargo.toml +++ b/eden/mononoke/blobimport_lib/consts/Cargo.toml @@ -9,7 +9,6 @@ license = "GPLv2+" path = "lib.rs" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobrepo/Cargo.toml b/eden/mononoke/blobrepo/Cargo.toml index b2d29de841..655bd65797 100644 --- a/eden/mononoke/blobrepo/Cargo.toml +++ b/eden/mononoke/blobrepo/Cargo.toml @@ -64,7 +64,6 @@ test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_facto tests_utils = { version = "0.1.0", path = "../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobrepo/blobrepo_hg/Cargo.toml b/eden/mononoke/blobrepo/blobrepo_hg/Cargo.toml index d46133ce3e..c0369fde55 100644 --- a/eden/mononoke/blobrepo/blobrepo_hg/Cargo.toml +++ b/eden/mononoke/blobrepo/blobrepo_hg/Cargo.toml @@ -35,7 +35,6 @@ tokio = { version = "1.7.1", features = ["full", "test-util"] } uuid = { version = "0.8.1", features = ["serde", "v4"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobrepo/blobsync/Cargo.toml b/eden/mononoke/blobrepo/blobsync/Cargo.toml index ed62936335..8c80fc23b3 100644 --- a/eden/mononoke/blobrepo/blobsync/Cargo.toml +++ b/eden/mononoke/blobrepo/blobsync/Cargo.toml @@ -24,7 +24,6 @@ redactedblobstore = { version = "0.1.0", path = "../../blobstore/redactedblobsto scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobrepo/changeset_fetcher/Cargo.toml b/eden/mononoke/blobrepo/changeset_fetcher/Cargo.toml index 5e418e7e54..b59fac44bf 100644 --- a/eden/mononoke/blobrepo/changeset_fetcher/Cargo.toml +++ b/eden/mononoke/blobrepo/changeset_fetcher/Cargo.toml @@ -15,7 +15,6 @@ facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobrepo/common/Cargo.toml b/eden/mononoke/blobrepo/common/Cargo.toml index 45db8118d8..8eaccd939a 100644 --- a/eden/mononoke/blobrepo/common/Cargo.toml +++ b/eden/mononoke/blobrepo/common/Cargo.toml @@ -23,7 +23,6 @@ stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust thiserror = "1.0" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobrepo/errors/Cargo.toml b/eden/mononoke/blobrepo/errors/Cargo.toml index 586945c04b..142e55a1e1 100644 --- a/eden/mononoke/blobrepo/errors/Cargo.toml +++ b/eden/mononoke/blobrepo/errors/Cargo.toml @@ -13,7 +13,6 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } thiserror = "1.0" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobrepo/override/Cargo.toml b/eden/mononoke/blobrepo/override/Cargo.toml index 493ed90111..31760bc4d7 100644 --- a/eden/mononoke/blobrepo/override/Cargo.toml +++ b/eden/mononoke/blobrepo/override/Cargo.toml @@ -17,7 +17,6 @@ repo_blobstore = { version = "0.1.0", path = "../repo_blobstore" } repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobrepo/repo_blobstore/Cargo.toml b/eden/mononoke/blobrepo/repo_blobstore/Cargo.toml index b5736bc401..a7059ecb89 100644 --- a/eden/mononoke/blobrepo/repo_blobstore/Cargo.toml +++ b/eden/mononoke/blobrepo/repo_blobstore/Cargo.toml @@ -17,7 +17,6 @@ redactedblobstore = { version = "0.1.0", path = "../../blobstore/redactedblobsto scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobrepo_utils/Cargo.toml b/eden/mononoke/blobrepo_utils/Cargo.toml index abb864259c..e97aa297a5 100644 --- a/eden/mononoke/blobrepo_utils/Cargo.toml +++ b/eden/mononoke/blobrepo_utils/Cargo.toml @@ -36,7 +36,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment fixtures = { version = "0.1.0", path = "../tests/fixtures" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/Cargo.toml b/eden/mononoke/blobstore/Cargo.toml index 124ec477e2..46837edc43 100644 --- a/eden/mononoke/blobstore/Cargo.toml +++ b/eden/mononoke/blobstore/Cargo.toml @@ -39,7 +39,6 @@ sqlblob = { version = "0.1.0", path = "sqlblob" } tempdir = "0.3" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/blobstore_stats/Cargo.toml b/eden/mononoke/blobstore/blobstore_stats/Cargo.toml index 6abeccf70d..35a28e6d8b 100644 --- a/eden/mononoke/blobstore/blobstore_stats/Cargo.toml +++ b/eden/mononoke/blobstore/blobstore_stats/Cargo.toml @@ -18,7 +18,6 @@ time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/r tunables = { version = "0.1.0", path = "../../tunables" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/cacheblob/Cargo.toml b/eden/mononoke/blobstore/cacheblob/Cargo.toml index b95535e4a9..f47c94ebc0 100644 --- a/eden/mononoke/blobstore/cacheblob/Cargo.toml +++ b/eden/mononoke/blobstore/cacheblob/Cargo.toml @@ -36,7 +36,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment memblob = { version = "0.1.0", path = "../memblob" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/chaosblob/Cargo.toml b/eden/mononoke/blobstore/chaosblob/Cargo.toml index 580e67ea3b..64312d0320 100644 --- a/eden/mononoke/blobstore/chaosblob/Cargo.toml +++ b/eden/mononoke/blobstore/chaosblob/Cargo.toml @@ -21,7 +21,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment memblob = { version = "0.1.0", path = "../memblob" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/delayblob/Cargo.toml b/eden/mononoke/blobstore/delayblob/Cargo.toml index e84db64aae..4248b56db9 100644 --- a/eden/mononoke/blobstore/delayblob/Cargo.toml +++ b/eden/mononoke/blobstore/delayblob/Cargo.toml @@ -17,7 +17,6 @@ rand_distr = "0.2" tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml b/eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml index d9f92744a7..f4ae56e59c 100644 --- a/eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml +++ b/eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml @@ -30,7 +30,6 @@ mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" packblob = { version = "0.1.0", path = "../packblob" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/factory/Cargo.toml b/eden/mononoke/blobstore/factory/Cargo.toml index aaa26829fb..908ed83080 100644 --- a/eden/mononoke/blobstore/factory/Cargo.toml +++ b/eden/mononoke/blobstore/factory/Cargo.toml @@ -35,7 +35,6 @@ sqlblob = { version = "0.1.0", path = "../sqlblob" } throttledblob = { version = "0.1.0", path = "../throttledblob" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/fileblob/Cargo.toml b/eden/mononoke/blobstore/fileblob/Cargo.toml index 4a1cf217e1..29a31bcb5a 100644 --- a/eden/mononoke/blobstore/fileblob/Cargo.toml +++ b/eden/mononoke/blobstore/fileblob/Cargo.toml @@ -21,7 +21,6 @@ fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rus fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/if/Cargo.toml b/eden/mononoke/blobstore/if/Cargo.toml index 638fd5aac9..ddc9849baa 100644 --- a/eden/mononoke/blobstore/if/Cargo.toml +++ b/eden/mononoke/blobstore/if/Cargo.toml @@ -29,7 +29,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/logblob/Cargo.toml b/eden/mononoke/blobstore/logblob/Cargo.toml index feab539be5..599a97af22 100644 --- a/eden/mononoke/blobstore/logblob/Cargo.toml +++ b/eden/mononoke/blobstore/logblob/Cargo.toml @@ -16,7 +16,6 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/memblob/Cargo.toml b/eden/mononoke/blobstore/memblob/Cargo.toml index b70623dd84..bb7ef7cd6d 100644 --- a/eden/mononoke/blobstore/memblob/Cargo.toml +++ b/eden/mononoke/blobstore/memblob/Cargo.toml @@ -15,7 +15,6 @@ futures-old = { package = "futures", version = "0.1.31" } mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/multiplexedblob/Cargo.toml b/eden/mononoke/blobstore/multiplexedblob/Cargo.toml index 7ad9a98834..faa18f127c 100644 --- a/eden/mononoke/blobstore/multiplexedblob/Cargo.toml +++ b/eden/mononoke/blobstore/multiplexedblob/Cargo.toml @@ -43,7 +43,6 @@ readonlyblob = { version = "0.1.0", path = "../readonlyblob" } sql_construct = { version = "0.1.0", path = "../../common/sql_construct" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/packblob/Cargo.toml b/eden/mononoke/blobstore/packblob/Cargo.toml index 5335da6e26..449777304f 100644 --- a/eden/mononoke/blobstore/packblob/Cargo.toml +++ b/eden/mononoke/blobstore/packblob/Cargo.toml @@ -30,7 +30,6 @@ rand = { version = "0.7", features = ["small_rng"] } rand_xorshift = "0.2" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/packblob/if/Cargo.toml b/eden/mononoke/blobstore/packblob/if/Cargo.toml index 6bdf4f9a08..1e20ccc597 100644 --- a/eden/mononoke/blobstore/packblob/if/Cargo.toml +++ b/eden/mononoke/blobstore/packblob/if/Cargo.toml @@ -30,7 +30,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/prefixblob/Cargo.toml b/eden/mononoke/blobstore/prefixblob/Cargo.toml index 9e94241bfd..b794013940 100644 --- a/eden/mononoke/blobstore/prefixblob/Cargo.toml +++ b/eden/mononoke/blobstore/prefixblob/Cargo.toml @@ -22,7 +22,6 @@ maplit = "1.0" memblob = { version = "0.1.0", path = "../memblob" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/readonlyblob/Cargo.toml b/eden/mononoke/blobstore/readonlyblob/Cargo.toml index df49e4bfe9..037914ddd6 100644 --- a/eden/mononoke/blobstore/readonlyblob/Cargo.toml +++ b/eden/mononoke/blobstore/readonlyblob/Cargo.toml @@ -20,7 +20,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment memblob = { version = "0.1.0", path = "../memblob" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/redactedblobstore/Cargo.toml b/eden/mononoke/blobstore/redactedblobstore/Cargo.toml index 098c80969b..52f8bad73b 100644 --- a/eden/mononoke/blobstore/redactedblobstore/Cargo.toml +++ b/eden/mononoke/blobstore/redactedblobstore/Cargo.toml @@ -35,7 +35,6 @@ maplit = "1.0" memblob = { version = "0.1.0", path = "../memblob" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/samplingblob/Cargo.toml b/eden/mononoke/blobstore/samplingblob/Cargo.toml index 8ecf07dffd..51462b4a95 100644 --- a/eden/mononoke/blobstore/samplingblob/Cargo.toml +++ b/eden/mononoke/blobstore/samplingblob/Cargo.toml @@ -20,7 +20,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment memblob = { version = "0.1.0", path = "../memblob" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/sqlblob/Cargo.toml b/eden/mononoke/blobstore/sqlblob/Cargo.toml index fc2a479793..1803412743 100644 --- a/eden/mononoke/blobstore/sqlblob/Cargo.toml +++ b/eden/mononoke/blobstore/sqlblob/Cargo.toml @@ -34,7 +34,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment strum = "0.19" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/throttledblob/Cargo.toml b/eden/mononoke/blobstore/throttledblob/Cargo.toml index aab5d11046..210395104c 100644 --- a/eden/mononoke/blobstore/throttledblob/Cargo.toml +++ b/eden/mononoke/blobstore/throttledblob/Cargo.toml @@ -15,7 +15,6 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } nonzero_ext = "0.2" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore/virtually_sharded_blobstore/Cargo.toml b/eden/mononoke/blobstore/virtually_sharded_blobstore/Cargo.toml index 9cf291799f..fddf937928 100644 --- a/eden/mononoke/blobstore/virtually_sharded_blobstore/Cargo.toml +++ b/eden/mononoke/blobstore/virtually_sharded_blobstore/Cargo.toml @@ -38,7 +38,6 @@ slog = { version = "2.5", features = ["max_level_trace"] } slog_glog_fmt = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore_healer/Cargo.toml b/eden/mononoke/blobstore_healer/Cargo.toml index 20b4b54f43..02ce67e067 100644 --- a/eden/mononoke/blobstore_healer/Cargo.toml +++ b/eden/mononoke/blobstore_healer/Cargo.toml @@ -40,7 +40,6 @@ bytes = { version = "1.0", features = ["serde"] } fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/blobstore_sync_queue/Cargo.toml b/eden/mononoke/blobstore_sync_queue/Cargo.toml index 8ead3debda..df3f82140b 100644 --- a/eden/mononoke/blobstore_sync_queue/Cargo.toml +++ b/eden/mononoke/blobstore_sync_queue/Cargo.toml @@ -31,7 +31,6 @@ fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rus fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bonsai_git_mapping/Cargo.toml b/eden/mononoke/bonsai_git_mapping/Cargo.toml index 8b14af5737..3fb1602d39 100644 --- a/eden/mononoke/bonsai_git_mapping/Cargo.toml +++ b/eden/mononoke/bonsai_git_mapping/Cargo.toml @@ -30,7 +30,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment mononoke_types-mocks = { version = "0.1.0", path = "../mononoke_types/mocks" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bonsai_git_mapping/git_mapping_pushrebase_hook/Cargo.toml b/eden/mononoke/bonsai_git_mapping/git_mapping_pushrebase_hook/Cargo.toml index 68be407bc5..62d5946316 100644 --- a/eden/mononoke/bonsai_git_mapping/git_mapping_pushrebase_hook/Cargo.toml +++ b/eden/mononoke/bonsai_git_mapping/git_mapping_pushrebase_hook/Cargo.toml @@ -31,7 +31,6 @@ tests_utils = { version = "0.1.0", path = "../../tests/utils" } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bonsai_globalrev_mapping/Cargo.toml b/eden/mononoke/bonsai_globalrev_mapping/Cargo.toml index 7c038d0fca..2ff83f8915 100644 --- a/eden/mononoke/bonsai_globalrev_mapping/Cargo.toml +++ b/eden/mononoke/bonsai_globalrev_mapping/Cargo.toml @@ -38,7 +38,6 @@ mercurial_types-mocks = { version = "0.1.0", path = "../mercurial/types/mocks" } mononoke_types-mocks = { version = "0.1.0", path = "../mononoke_types/mocks" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bonsai_globalrev_mapping/globalrev_pushrebase_hook/Cargo.toml b/eden/mononoke/bonsai_globalrev_mapping/globalrev_pushrebase_hook/Cargo.toml index f5b4147452..9ec4580b53 100644 --- a/eden/mononoke/bonsai_globalrev_mapping/globalrev_pushrebase_hook/Cargo.toml +++ b/eden/mononoke/bonsai_globalrev_mapping/globalrev_pushrebase_hook/Cargo.toml @@ -32,7 +32,6 @@ tests_utils = { version = "0.1.0", path = "../../tests/utils" } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bonsai_globalrev_mapping/if/Cargo.toml b/eden/mononoke/bonsai_globalrev_mapping/if/Cargo.toml index 70a89db65c..705ba53068 100644 --- a/eden/mononoke/bonsai_globalrev_mapping/if/Cargo.toml +++ b/eden/mononoke/bonsai_globalrev_mapping/if/Cargo.toml @@ -30,7 +30,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bonsai_hg_mapping/Cargo.toml b/eden/mononoke/bonsai_hg_mapping/Cargo.toml index 782e9a9749..5fd5fc0b31 100644 --- a/eden/mononoke/bonsai_hg_mapping/Cargo.toml +++ b/eden/mononoke/bonsai_hg_mapping/Cargo.toml @@ -42,7 +42,6 @@ mercurial_types-mocks = { version = "0.1.0", path = "../mercurial/types/mocks" } mononoke_types-mocks = { version = "0.1.0", path = "../mononoke_types/mocks" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bonsai_hg_mapping/if/Cargo.toml b/eden/mononoke/bonsai_hg_mapping/if/Cargo.toml index 0efef7eccd..cd1633df77 100644 --- a/eden/mononoke/bonsai_hg_mapping/if/Cargo.toml +++ b/eden/mononoke/bonsai_hg_mapping/if/Cargo.toml @@ -31,7 +31,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bonsai_svnrev_mapping/Cargo.toml b/eden/mononoke/bonsai_svnrev_mapping/Cargo.toml index b1f296ac69..241674b020 100644 --- a/eden/mononoke/bonsai_svnrev_mapping/Cargo.toml +++ b/eden/mononoke/bonsai_svnrev_mapping/Cargo.toml @@ -36,7 +36,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment mononoke_types-mocks = { version = "0.1.0", path = "../mononoke_types/mocks" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bonsai_svnrev_mapping/if/Cargo.toml b/eden/mononoke/bonsai_svnrev_mapping/if/Cargo.toml index d93d8904f7..c4004151e2 100644 --- a/eden/mononoke/bonsai_svnrev_mapping/if/Cargo.toml +++ b/eden/mononoke/bonsai_svnrev_mapping/if/Cargo.toml @@ -30,7 +30,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bookmarks/Cargo.toml b/eden/mononoke/bookmarks/Cargo.toml index 3bbd2284da..246f8edf75 100644 --- a/eden/mononoke/bookmarks/Cargo.toml +++ b/eden/mononoke/bookmarks/Cargo.toml @@ -29,7 +29,6 @@ quickcheck = "0.9" tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bookmarks/bookmarks_movement/Cargo.toml b/eden/mononoke/bookmarks/bookmarks_movement/Cargo.toml index 1fa04cfc56..6dc573d2c3 100644 --- a/eden/mononoke/bookmarks/bookmarks_movement/Cargo.toml +++ b/eden/mononoke/bookmarks/bookmarks_movement/Cargo.toml @@ -52,7 +52,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bookmarks/bookmarks_types/Cargo.toml b/eden/mononoke/bookmarks/bookmarks_types/Cargo.toml index 0a11d5e26b..ffbb9c3a03 100644 --- a/eden/mononoke/bookmarks/bookmarks_types/Cargo.toml +++ b/eden/mononoke/bookmarks/bookmarks_types/Cargo.toml @@ -14,7 +14,6 @@ rand = { version = "0.7", features = ["small_rng"] } sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bookmarks/dbbookmarks/Cargo.toml b/eden/mononoke/bookmarks/dbbookmarks/Cargo.toml index 1442212ac9..6f8dd9cf9a 100644 --- a/eden/mononoke/bookmarks/dbbookmarks/Cargo.toml +++ b/eden/mononoke/bookmarks/dbbookmarks/Cargo.toml @@ -40,7 +40,6 @@ quickcheck_derive = "0.2" tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bookmarks/warm_bookmarks_cache/Cargo.toml b/eden/mononoke/bookmarks/warm_bookmarks_cache/Cargo.toml index 2d36795aa3..0e28b7a459 100644 --- a/eden/mononoke/bookmarks/warm_bookmarks_cache/Cargo.toml +++ b/eden/mononoke/bookmarks/warm_bookmarks_cache/Cargo.toml @@ -52,7 +52,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bulkops/Cargo.toml b/eden/mononoke/bulkops/Cargo.toml index b35c3c9d01..c6a8d102c8 100644 --- a/eden/mononoke/bulkops/Cargo.toml +++ b/eden/mononoke/bulkops/Cargo.toml @@ -25,7 +25,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment fixtures = { version = "0.1.0", path = "../tests/fixtures" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/bulkops/bench/Cargo.toml b/eden/mononoke/bulkops/bench/Cargo.toml index 9181788177..e59bc3bf48 100644 --- a/eden/mononoke/bulkops/bench/Cargo.toml +++ b/eden/mononoke/bulkops/bench/Cargo.toml @@ -21,7 +21,6 @@ futures = { version = "0.3.13", features = ["async-await", "compat"] } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/cache_warmup/Cargo.toml b/eden/mononoke/cache_warmup/Cargo.toml index 66be829043..74627fdff7 100644 --- a/eden/mononoke/cache_warmup/Cargo.toml +++ b/eden/mononoke/cache_warmup/Cargo.toml @@ -32,7 +32,6 @@ thiserror = "1.0" tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/changesets/Cargo.toml b/eden/mononoke/changesets/Cargo.toml index 1467b9b263..03d7dbf9df 100644 --- a/eden/mononoke/changesets/Cargo.toml +++ b/eden/mononoke/changesets/Cargo.toml @@ -23,7 +23,6 @@ mononoke_types = { version = "0.1.0", path = "../mononoke_types" } mononoke_types-mocks = { version = "0.1.0", path = "../mononoke_types/mocks" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/changesets/changesets_impl/Cargo.toml b/eden/mononoke/changesets/changesets_impl/Cargo.toml index eee77b2761..025e789850 100644 --- a/eden/mononoke/changesets/changesets_impl/Cargo.toml +++ b/eden/mononoke/changesets/changesets_impl/Cargo.toml @@ -37,7 +37,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/changesets/if/Cargo.toml b/eden/mononoke/changesets/if/Cargo.toml index b0385a7e4c..11f3ef2705 100644 --- a/eden/mononoke/changesets/if/Cargo.toml +++ b/eden/mononoke/changesets/if/Cargo.toml @@ -30,7 +30,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/cmdlib/Cargo.toml b/eden/mononoke/cmdlib/Cargo.toml index 10193f85eb..8dcfe4bf43 100644 --- a/eden/mononoke/cmdlib/Cargo.toml +++ b/eden/mononoke/cmdlib/Cargo.toml @@ -53,7 +53,6 @@ tokio = { version = "1.7.1", features = ["full", "test-util"] } tunables = { version = "0.1.0", path = "../tunables" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/cmdlib/environment/Cargo.toml b/eden/mononoke/cmdlib/environment/Cargo.toml index 97ef128b60..1599b944bc 100644 --- a/eden/mononoke/cmdlib/environment/Cargo.toml +++ b/eden/mononoke/cmdlib/environment/Cargo.toml @@ -21,7 +21,6 @@ sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/cmdlib/x_repo/Cargo.toml b/eden/mononoke/cmdlib/x_repo/Cargo.toml index 8bccad0e87..2c3957c0b6 100644 --- a/eden/mononoke/cmdlib/x_repo/Cargo.toml +++ b/eden/mononoke/cmdlib/x_repo/Cargo.toml @@ -18,7 +18,6 @@ sql_construct = { version = "0.1.0", path = "../../common/sql_construct" } synced_commit_mapping = { version = "0.1.0", path = "../../commit_rewriting/synced_commit_mapping" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/cmds/copy_blobstore_keys/Cargo.toml b/eden/mononoke/cmds/copy_blobstore_keys/Cargo.toml index dd1c8b4c53..c614b7d002 100644 --- a/eden/mononoke/cmds/copy_blobstore_keys/Cargo.toml +++ b/eden/mononoke/cmds/copy_blobstore_keys/Cargo.toml @@ -23,7 +23,6 @@ tokio = { version = "1.7.1", features = ["full", "test-util"] } tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/commit_rewriting/backsyncer/Cargo.toml b/eden/mononoke/commit_rewriting/backsyncer/Cargo.toml index 1e82107c97..6f8bfc8ac5 100644 --- a/eden/mononoke/commit_rewriting/backsyncer/Cargo.toml +++ b/eden/mononoke/commit_rewriting/backsyncer/Cargo.toml @@ -59,7 +59,6 @@ tests_utils = { version = "0.1.0", path = "../../tests/utils" } tunables = { version = "0.1.0", path = "../../tunables" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/commit_rewriting/bookmark_renaming/Cargo.toml b/eden/mononoke/commit_rewriting/bookmark_renaming/Cargo.toml index 00bdc058d4..367c0337c7 100644 --- a/eden/mononoke/commit_rewriting/bookmark_renaming/Cargo.toml +++ b/eden/mononoke/commit_rewriting/bookmark_renaming/Cargo.toml @@ -18,7 +18,6 @@ maplit = "1.0" mercurial_types = { version = "0.1.0", path = "../../mercurial/types" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/commit_rewriting/bookmarks_validator/Cargo.toml b/eden/mononoke/commit_rewriting/bookmarks_validator/Cargo.toml index fdafa3581e..7a0f2f699d 100644 --- a/eden/mononoke/commit_rewriting/bookmarks_validator/Cargo.toml +++ b/eden/mononoke/commit_rewriting/bookmarks_validator/Cargo.toml @@ -31,7 +31,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/commit_rewriting/commit_validator/Cargo.toml b/eden/mononoke/commit_rewriting/commit_validator/Cargo.toml index 9c7e617b48..f99d59452e 100644 --- a/eden/mononoke/commit_rewriting/commit_validator/Cargo.toml +++ b/eden/mononoke/commit_rewriting/commit_validator/Cargo.toml @@ -47,7 +47,6 @@ skiplist = { version = "0.1.0", path = "../../reachabilityindex/skiplist" } tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/commit_rewriting/cross_repo_sync/Cargo.toml b/eden/mononoke/commit_rewriting/cross_repo_sync/Cargo.toml index 3ec12cbf81..70eff4b224 100644 --- a/eden/mononoke/commit_rewriting/cross_repo_sync/Cargo.toml +++ b/eden/mononoke/commit_rewriting/cross_repo_sync/Cargo.toml @@ -68,7 +68,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/commit_rewriting/cross_repo_sync/test_utils/Cargo.toml b/eden/mononoke/commit_rewriting/cross_repo_sync/test_utils/Cargo.toml index 6318e78966..466ff019eb 100644 --- a/eden/mononoke/commit_rewriting/cross_repo_sync/test_utils/Cargo.toml +++ b/eden/mononoke/commit_rewriting/cross_repo_sync/test_utils/Cargo.toml @@ -31,7 +31,6 @@ test_repo_factory = { version = "0.1.0", path = "../../../repo_factory/test_repo tests_utils = { version = "0.1.0", path = "../../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/commit_rewriting/live_commit_sync_config/Cargo.toml b/eden/mononoke/commit_rewriting/live_commit_sync_config/Cargo.toml index 5526e42bbe..bd20261f37 100644 --- a/eden/mononoke/commit_rewriting/live_commit_sync_config/Cargo.toml +++ b/eden/mononoke/commit_rewriting/live_commit_sync_config/Cargo.toml @@ -30,7 +30,6 @@ fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rus fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/commit_rewriting/megarepo/Cargo.toml b/eden/mononoke/commit_rewriting/megarepo/Cargo.toml index 16d2ba126e..2f0f7a0e2f 100644 --- a/eden/mononoke/commit_rewriting/megarepo/Cargo.toml +++ b/eden/mononoke/commit_rewriting/megarepo/Cargo.toml @@ -61,7 +61,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/commit_rewriting/mononoke_x_repo_sync_job/Cargo.toml b/eden/mononoke/commit_rewriting/mononoke_x_repo_sync_job/Cargo.toml index bd2c95cf56..e4abcd8eeb 100644 --- a/eden/mononoke/commit_rewriting/mononoke_x_repo_sync_job/Cargo.toml +++ b/eden/mononoke/commit_rewriting/mononoke_x_repo_sync_job/Cargo.toml @@ -46,7 +46,6 @@ sql_construct = { version = "0.1.0", path = "../../common/sql_construct" } tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/commit_rewriting/movers/Cargo.toml b/eden/mononoke/commit_rewriting/movers/Cargo.toml index 0a33966bc6..5db0906b7f 100644 --- a/eden/mononoke/commit_rewriting/movers/Cargo.toml +++ b/eden/mononoke/commit_rewriting/movers/Cargo.toml @@ -18,7 +18,6 @@ ascii = "1.0" maplit = "1.0" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/commit_rewriting/synced_commit_mapping/Cargo.toml b/eden/mononoke/commit_rewriting/synced_commit_mapping/Cargo.toml index 731c92c3ba..3eea0dcfc3 100644 --- a/eden/mononoke/commit_rewriting/synced_commit_mapping/Cargo.toml +++ b/eden/mononoke/commit_rewriting/synced_commit_mapping/Cargo.toml @@ -30,7 +30,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/allocation_tracing/Cargo.toml b/eden/mononoke/common/allocation_tracing/Cargo.toml index 9732982a65..b03d936c49 100644 --- a/eden/mononoke/common/allocation_tracing/Cargo.toml +++ b/eden/mononoke/common/allocation_tracing/Cargo.toml @@ -10,7 +10,6 @@ anyhow = "1.0" futures-old = { package = "futures", version = "0.1.31" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/async_limiter/Cargo.toml b/eden/mononoke/common/async_limiter/Cargo.toml index 7dc6c3d7dc..81acce233d 100644 --- a/eden/mononoke/common/async_limiter/Cargo.toml +++ b/eden/mononoke/common/async_limiter/Cargo.toml @@ -19,7 +19,6 @@ nonzero_ext = "0.2" tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } 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 56ab8eb518..c5f22575cf 100644 --- a/eden/mononoke/common/async_limiter/examples/tokio_v2/Cargo.toml +++ b/eden/mononoke/common/async_limiter/examples/tokio_v2/Cargo.toml @@ -19,7 +19,6 @@ ratelimit_meter = "5" tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/bounded_traversal/Cargo.toml b/eden/mononoke/common/bounded_traversal/Cargo.toml index 39013dd44c..515ce1d938 100644 --- a/eden/mononoke/common/bounded_traversal/Cargo.toml +++ b/eden/mononoke/common/bounded_traversal/Cargo.toml @@ -23,7 +23,6 @@ rand = { version = "0.7", features = ["small_rng"] } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/copy_utils/Cargo.toml b/eden/mononoke/common/copy_utils/Cargo.toml index f14f73fa9c..4b61bdfc80 100644 --- a/eden/mononoke/common/copy_utils/Cargo.toml +++ b/eden/mononoke/common/copy_utils/Cargo.toml @@ -28,7 +28,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/dedupmap/Cargo.toml b/eden/mononoke/common/dedupmap/Cargo.toml index f6ec2bf0a1..1d14dbcd37 100644 --- a/eden/mononoke/common/dedupmap/Cargo.toml +++ b/eden/mononoke/common/dedupmap/Cargo.toml @@ -6,7 +6,6 @@ edition = "2018" license = "GPLv2+" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/futures_watchdog/Cargo.toml b/eden/mononoke/common/futures_watchdog/Cargo.toml index 4211b65e30..29aa2d9868 100644 --- a/eden/mononoke/common/futures_watchdog/Cargo.toml +++ b/eden/mononoke/common/futures_watchdog/Cargo.toml @@ -12,7 +12,6 @@ pin-project = "0.4" slog = { version = "2.5", features = ["max_level_trace"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/iterhelpers/Cargo.toml b/eden/mononoke/common/iterhelpers/Cargo.toml index 1745b74683..f9dc4bf383 100644 --- a/eden/mononoke/common/iterhelpers/Cargo.toml +++ b/eden/mononoke/common/iterhelpers/Cargo.toml @@ -9,7 +9,6 @@ license = "GPLv2+" anyhow = "1.0" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/reloader/Cargo.toml b/eden/mononoke/common/reloader/Cargo.toml index 701af58089..c587521646 100644 --- a/eden/mononoke/common/reloader/Cargo.toml +++ b/eden/mononoke/common/reloader/Cargo.toml @@ -21,7 +21,6 @@ fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rus fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/rendezvous/Cargo.toml b/eden/mononoke/common/rendezvous/Cargo.toml index 17695095be..33c7506d6f 100644 --- a/eden/mononoke/common/rendezvous/Cargo.toml +++ b/eden/mononoke/common/rendezvous/Cargo.toml @@ -24,7 +24,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment maplit = "1.0" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/rust/caching_ext/Cargo.toml b/eden/mononoke/common/rust/caching_ext/Cargo.toml index 0f345b4afe..f524261e2e 100644 --- a/eden/mononoke/common/rust/caching_ext/Cargo.toml +++ b/eden/mononoke/common/rust/caching_ext/Cargo.toml @@ -25,7 +25,6 @@ maplit = "1.0" quickcheck = "0.9" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/rust/slog_ext/Cargo.toml b/eden/mononoke/common/rust/slog_ext/Cargo.toml index 487855ec7b..d8505bb8f4 100644 --- a/eden/mononoke/common/rust/slog_ext/Cargo.toml +++ b/eden/mononoke/common/rust/slog_ext/Cargo.toml @@ -12,7 +12,6 @@ slog = { version = "2.5", features = ["max_level_trace"] } slog-term = "2.4.2" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/rust/sql_ext/Cargo.toml b/eden/mononoke/common/rust/sql_ext/Cargo.toml index 6327671d0e..520a75515c 100644 --- a/eden/mononoke/common/rust/sql_ext/Cargo.toml +++ b/eden/mononoke/common/rust/sql_ext/Cargo.toml @@ -24,7 +24,6 @@ tunables = { version = "0.1.0", path = "../../../tunables" } assert_matches = "1.5" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/scribe_ext/Cargo.toml b/eden/mononoke/common/scribe_ext/Cargo.toml index 078b01dc9a..5c1d0d216b 100644 --- a/eden/mononoke/common/scribe_ext/Cargo.toml +++ b/eden/mononoke/common/scribe_ext/Cargo.toml @@ -11,7 +11,6 @@ fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rus scuba = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/scuba_ext/Cargo.toml b/eden/mononoke/common/scuba_ext/Cargo.toml index e189eb46ee..c6e5864275 100644 --- a/eden/mononoke/common/scuba_ext/Cargo.toml +++ b/eden/mononoke/common/scuba_ext/Cargo.toml @@ -19,7 +19,6 @@ time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/r tunables = { version = "0.1.0", path = "../../tunables" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/sql_construct/Cargo.toml b/eden/mononoke/common/sql_construct/Cargo.toml index e3667475e2..c2c0fb6ee9 100644 --- a/eden/mononoke/common/sql_construct/Cargo.toml +++ b/eden/mononoke/common/sql_construct/Cargo.toml @@ -13,7 +13,6 @@ sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-s sql_ext = { version = "0.1.0", path = "../rust/sql_ext" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/timeseries/Cargo.toml b/eden/mononoke/common/timeseries/Cargo.toml index f79d795694..6e2263d28e 100644 --- a/eden/mononoke/common/timeseries/Cargo.toml +++ b/eden/mononoke/common/timeseries/Cargo.toml @@ -10,7 +10,6 @@ anyhow = "1.0" thiserror = "1.0" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/topo_sort/Cargo.toml b/eden/mononoke/common/topo_sort/Cargo.toml index b0b8ebad9b..9b5917111c 100644 --- a/eden/mononoke/common/topo_sort/Cargo.toml +++ b/eden/mononoke/common/topo_sort/Cargo.toml @@ -9,7 +9,6 @@ license = "GPLv2+" maplit = "1.0" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/type_map/Cargo.toml b/eden/mononoke/common/type_map/Cargo.toml index b4859dac2e..2674f01903 100644 --- a/eden/mononoke/common/type_map/Cargo.toml +++ b/eden/mononoke/common/type_map/Cargo.toml @@ -6,7 +6,6 @@ edition = "2018" license = "GPLv2+" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/common/uniqueheap/Cargo.toml b/eden/mononoke/common/uniqueheap/Cargo.toml index df8bf51794..7f3bbd00fd 100644 --- a/eden/mononoke/common/uniqueheap/Cargo.toml +++ b/eden/mononoke/common/uniqueheap/Cargo.toml @@ -6,7 +6,6 @@ edition = "2018" license = "GPLv2+" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/derived_data/Cargo.toml b/eden/mononoke/derived_data/Cargo.toml index 1b344a69bb..7b74cb5d39 100644 --- a/eden/mononoke/derived_data/Cargo.toml +++ b/eden/mononoke/derived_data/Cargo.toml @@ -46,7 +46,6 @@ test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_facto tests_utils = { version = "0.1.0", path = "../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/derived_data/blame/Cargo.toml b/eden/mononoke/derived_data/blame/Cargo.toml index 8b8ae6c411..39d1cb1333 100644 --- a/eden/mononoke/derived_data/blame/Cargo.toml +++ b/eden/mononoke/derived_data/blame/Cargo.toml @@ -36,7 +36,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/derived_data/changeset_info/Cargo.toml b/eden/mononoke/derived_data/changeset_info/Cargo.toml index 379abba6ad..4b79c96eeb 100644 --- a/eden/mononoke/derived_data/changeset_info/Cargo.toml +++ b/eden/mononoke/derived_data/changeset_info/Cargo.toml @@ -32,7 +32,6 @@ revset = { version = "0.1.0", path = "../../revset" } tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/derived_data/changeset_info/if/Cargo.toml b/eden/mononoke/derived_data/changeset_info/if/Cargo.toml index 43f0a9d60b..3cbeab1d06 100644 --- a/eden/mononoke/derived_data/changeset_info/if/Cargo.toml +++ b/eden/mononoke/derived_data/changeset_info/if/Cargo.toml @@ -31,7 +31,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/derived_data/deleted_files_manifest/Cargo.toml b/eden/mononoke/derived_data/deleted_files_manifest/Cargo.toml index 9fa2a1d384..3e5f4e7368 100644 --- a/eden/mononoke/derived_data/deleted_files_manifest/Cargo.toml +++ b/eden/mononoke/derived_data/deleted_files_manifest/Cargo.toml @@ -37,7 +37,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/derived_data/fastlog/Cargo.toml b/eden/mononoke/derived_data/fastlog/Cargo.toml index 55d6bb9ee3..15ce7f562c 100644 --- a/eden/mononoke/derived_data/fastlog/Cargo.toml +++ b/eden/mononoke/derived_data/fastlog/Cargo.toml @@ -49,7 +49,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/derived_data/filenodes/Cargo.toml b/eden/mononoke/derived_data/filenodes/Cargo.toml index 3a436c50a8..c8035e931d 100644 --- a/eden/mononoke/derived_data/filenodes/Cargo.toml +++ b/eden/mononoke/derived_data/filenodes/Cargo.toml @@ -41,7 +41,6 @@ tokio = { version = "1.7.1", features = ["full", "test-util"] } tunables = { version = "0.1.0", path = "../../tunables" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/derived_data/fsnodes/Cargo.toml b/eden/mononoke/derived_data/fsnodes/Cargo.toml index 52eb517c39..9cb360ecaf 100644 --- a/eden/mononoke/derived_data/fsnodes/Cargo.toml +++ b/eden/mononoke/derived_data/fsnodes/Cargo.toml @@ -43,7 +43,6 @@ revset = { version = "0.1.0", path = "../../revset" } tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/derived_data/mercurial_derived_data/Cargo.toml b/eden/mononoke/derived_data/mercurial_derived_data/Cargo.toml index f89637ec52..52f2a581e6 100644 --- a/eden/mononoke/derived_data/mercurial_derived_data/Cargo.toml +++ b/eden/mononoke/derived_data/mercurial_derived_data/Cargo.toml @@ -29,7 +29,6 @@ stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/derived_data/skeleton_manifest/Cargo.toml b/eden/mononoke/derived_data/skeleton_manifest/Cargo.toml index f96d4b65ef..76c510ed4e 100644 --- a/eden/mononoke/derived_data/skeleton_manifest/Cargo.toml +++ b/eden/mononoke/derived_data/skeleton_manifest/Cargo.toml @@ -40,7 +40,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/derived_data/test_utils/Cargo.toml b/eden/mononoke/derived_data/test_utils/Cargo.toml index beb475e38d..ecaa07342e 100644 --- a/eden/mononoke/derived_data/test_utils/Cargo.toml +++ b/eden/mononoke/derived_data/test_utils/Cargo.toml @@ -21,7 +21,6 @@ mercurial_types = { version = "0.1.0", path = "../../mercurial/types" } mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/derived_data/unodes/Cargo.toml b/eden/mononoke/derived_data/unodes/Cargo.toml index d9f94e418a..82a4d0a1e8 100644 --- a/eden/mononoke/derived_data/unodes/Cargo.toml +++ b/eden/mononoke/derived_data/unodes/Cargo.toml @@ -41,7 +41,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/derived_data/utils/Cargo.toml b/eden/mononoke/derived_data/utils/Cargo.toml index 9a9eae4872..f6e78498da 100644 --- a/eden/mononoke/derived_data/utils/Cargo.toml +++ b/eden/mononoke/derived_data/utils/Cargo.toml @@ -49,7 +49,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/edenapi_server/Cargo.toml b/eden/mononoke/edenapi_server/Cargo.toml index b6b7d2e9e5..0b9aa11f54 100644 --- a/eden/mononoke/edenapi_server/Cargo.toml +++ b/eden/mononoke/edenapi_server/Cargo.toml @@ -21,7 +21,6 @@ slog = { version = "2.5", features = ["max_level_trace"] } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/edenapi_service/Cargo.toml b/eden/mononoke/edenapi_service/Cargo.toml index dae6a50c06..a513b9d8d3 100644 --- a/eden/mononoke/edenapi_service/Cargo.toml +++ b/eden/mononoke/edenapi_service/Cargo.toml @@ -47,7 +47,6 @@ types = { version = "0.1.0", path = "../../scm/lib/types" } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/fastreplay/Cargo.toml b/eden/mononoke/fastreplay/Cargo.toml index e3728fef1d..65b5cc9c58 100644 --- a/eden/mononoke/fastreplay/Cargo.toml +++ b/eden/mononoke/fastreplay/Cargo.toml @@ -40,7 +40,6 @@ stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/filenodes/Cargo.toml b/eden/mononoke/filenodes/Cargo.toml index 5011891d95..7e80f8cfb7 100644 --- a/eden/mononoke/filenodes/Cargo.toml +++ b/eden/mononoke/filenodes/Cargo.toml @@ -16,7 +16,6 @@ mononoke_types = { version = "0.1.0", path = "../mononoke_types" } quickcheck = "0.9" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/filenodes/if/Cargo.toml b/eden/mononoke/filenodes/if/Cargo.toml index 7bb5f3dc52..412c198df4 100644 --- a/eden/mononoke/filenodes/if/Cargo.toml +++ b/eden/mononoke/filenodes/if/Cargo.toml @@ -31,7 +31,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/filestore/Cargo.toml b/eden/mononoke/filestore/Cargo.toml index e8ae77bf76..5e9ce4b721 100644 --- a/eden/mononoke/filestore/Cargo.toml +++ b/eden/mononoke/filestore/Cargo.toml @@ -36,7 +36,6 @@ quickcheck = "0.9" rand = { version = "0.7", features = ["small_rng"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/git/check_git_wc/Cargo.toml b/eden/mononoke/git/check_git_wc/Cargo.toml index 0f485c6a9e..6044a6d833 100644 --- a/eden/mononoke/git/check_git_wc/Cargo.toml +++ b/eden/mononoke/git/check_git_wc/Cargo.toml @@ -21,7 +21,6 @@ tokio = { version = "1.7.1", features = ["full", "test-util"] } tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/git/git-pool/Cargo.toml b/eden/mononoke/git/git-pool/Cargo.toml index 42cb0f8d7d..bf00d62ca4 100644 --- a/eden/mononoke/git/git-pool/Cargo.toml +++ b/eden/mononoke/git/git-pool/Cargo.toml @@ -12,7 +12,6 @@ r2d2 = "0.8.8" tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/git/git_types/Cargo.toml b/eden/mononoke/git/git_types/Cargo.toml index 9380395f15..efe4d09142 100644 --- a/eden/mononoke/git/git_types/Cargo.toml +++ b/eden/mononoke/git/git_types/Cargo.toml @@ -32,7 +32,6 @@ tempdir = "0.3" tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/git/git_types/if/Cargo.toml b/eden/mononoke/git/git_types/if/Cargo.toml index 9c91abdc5e..6f1107a6b0 100644 --- a/eden/mononoke/git/git_types/if/Cargo.toml +++ b/eden/mononoke/git/git_types/if/Cargo.toml @@ -31,7 +31,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/git/gitimport/Cargo.toml b/eden/mononoke/git/gitimport/Cargo.toml index 0ac3377b41..3891d7b771 100644 --- a/eden/mononoke/git/gitimport/Cargo.toml +++ b/eden/mononoke/git/gitimport/Cargo.toml @@ -30,7 +30,6 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } slog = { version = "2.5", features = ["max_level_trace"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/git/import_tools/Cargo.toml b/eden/mononoke/git/import_tools/Cargo.toml index 1528aa751b..b9f740d49d 100644 --- a/eden/mononoke/git/import_tools/Cargo.toml +++ b/eden/mononoke/git/import_tools/Cargo.toml @@ -39,7 +39,6 @@ sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexper tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/gotham_ext/Cargo.toml b/eden/mononoke/gotham_ext/Cargo.toml index 17cb77a309..464a816698 100644 --- a/eden/mononoke/gotham_ext/Cargo.toml +++ b/eden/mononoke/gotham_ext/Cargo.toml @@ -35,7 +35,6 @@ tokio-util = { version = "0.6", features = ["full"] } trust-dns-resolver = "0.20" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/hgcli/Cargo.toml b/eden/mononoke/hgcli/Cargo.toml index 5f811fed9a..0c021d6bf1 100644 --- a/eden/mononoke/hgcli/Cargo.toml +++ b/eden/mononoke/hgcli/Cargo.toml @@ -40,7 +40,6 @@ tokio-util = { version = "0.6", features = ["full"] } users = "0.11" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/hgproto/Cargo.toml b/eden/mononoke/hgproto/Cargo.toml index 0d5d2db5a8..9339e366d0 100644 --- a/eden/mononoke/hgproto/Cargo.toml +++ b/eden/mononoke/hgproto/Cargo.toml @@ -29,7 +29,6 @@ mercurial_types-mocks = { version = "0.1.0", path = "../mercurial/types/mocks" } quickcheck = "0.9" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/hook_tailer/Cargo.toml b/eden/mononoke/hook_tailer/Cargo.toml index 76721e48a3..be4635635d 100644 --- a/eden/mononoke/hook_tailer/Cargo.toml +++ b/eden/mononoke/hook_tailer/Cargo.toml @@ -35,7 +35,6 @@ tokio = { version = "1.7.1", features = ["full", "test-util"] } tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/hooks/Cargo.toml b/eden/mononoke/hooks/Cargo.toml index 7fe325f075..bcdec7dd3a 100644 --- a/eden/mononoke/hooks/Cargo.toml +++ b/eden/mononoke/hooks/Cargo.toml @@ -59,7 +59,6 @@ test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_facto tests_utils = { version = "0.1.0", path = "../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/hooks/content-stores/Cargo.toml b/eden/mononoke/hooks/content-stores/Cargo.toml index 6b865d0f2e..e04b96b604 100644 --- a/eden/mononoke/hooks/content-stores/Cargo.toml +++ b/eden/mononoke/hooks/content-stores/Cargo.toml @@ -31,7 +31,6 @@ mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/hooks/hook_manager_factory/Cargo.toml b/eden/mononoke/hooks/hook_manager_factory/Cargo.toml index 0601a01106..8f37bb741d 100644 --- a/eden/mononoke/hooks/hook_manager_factory/Cargo.toml +++ b/eden/mononoke/hooks/hook_manager_factory/Cargo.toml @@ -15,7 +15,6 @@ metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/lfs_import/Cargo.toml b/eden/mononoke/lfs_import/Cargo.toml index 21979829aa..1f0c53e47b 100644 --- a/eden/mononoke/lfs_import/Cargo.toml +++ b/eden/mononoke/lfs_import/Cargo.toml @@ -24,7 +24,6 @@ lfs_import_lib = { version = "0.1.0", path = "../lfs_import_lib" } mercurial_types = { version = "0.1.0", path = "../mercurial/types" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/lfs_import_lib/Cargo.toml b/eden/mononoke/lfs_import_lib/Cargo.toml index a3af3f572a..52124b43a0 100644 --- a/eden/mononoke/lfs_import_lib/Cargo.toml +++ b/eden/mononoke/lfs_import_lib/Cargo.toml @@ -21,7 +21,6 @@ tokio = { version = "1.7.1", features = ["full", "test-util"] } tokio-util = { version = "0.6", features = ["full"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/lfs_protocol/Cargo.toml b/eden/mononoke/lfs_protocol/Cargo.toml index 4b8790ed39..086ce1404a 100644 --- a/eden/mononoke/lfs_protocol/Cargo.toml +++ b/eden/mononoke/lfs_protocol/Cargo.toml @@ -20,7 +20,6 @@ maplit = "1.0" serde_json = { version = "1.0", features = ["float_roundtrip"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/lfs_server/Cargo.toml b/eden/mononoke/lfs_server/Cargo.toml index 924bcff8ca..e5585de6c6 100644 --- a/eden/mononoke/lfs_server/Cargo.toml +++ b/eden/mononoke/lfs_server/Cargo.toml @@ -60,7 +60,6 @@ pretty_assertions = "0.6" test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_factory" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/manifest/Cargo.toml b/eden/mononoke/manifest/Cargo.toml index 9b8a6103d8..232cd5a0c0 100644 --- a/eden/mononoke/manifest/Cargo.toml +++ b/eden/mononoke/manifest/Cargo.toml @@ -30,7 +30,6 @@ pretty_assertions = "0.6" serde_cbor = "0.11" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/megarepo_api/Cargo.toml b/eden/mononoke/megarepo_api/Cargo.toml index b5a277b45d..00263f76a0 100644 --- a/eden/mononoke/megarepo_api/Cargo.toml +++ b/eden/mononoke/megarepo_api/Cargo.toml @@ -50,7 +50,6 @@ test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_facto tests_utils = { version = "0.1.0", path = "../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/megarepo_api/async_requests/Cargo.toml b/eden/mononoke/megarepo_api/async_requests/Cargo.toml index 78da8bf45d..87b53ffc65 100644 --- a/eden/mononoke/megarepo_api/async_requests/Cargo.toml +++ b/eden/mononoke/megarepo_api/async_requests/Cargo.toml @@ -29,7 +29,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment serde_json = { version = "1.0", features = ["float_roundtrip"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/megarepo_api/async_requests_worker/Cargo.toml b/eden/mononoke/megarepo_api/async_requests_worker/Cargo.toml index 4666aa99a7..5313c00d72 100644 --- a/eden/mononoke/megarepo_api/async_requests_worker/Cargo.toml +++ b/eden/mononoke/megarepo_api/async_requests_worker/Cargo.toml @@ -33,7 +33,6 @@ megarepo_configs = { version = "0.1.0", path = "../../../../configerator/structs requests_table = { version = "0.1.0", path = "../requests_table" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/megarepo_api/commit_transformation/Cargo.toml b/eden/mononoke/megarepo_api/commit_transformation/Cargo.toml index f839e6593a..6eb98711b4 100644 --- a/eden/mononoke/megarepo_api/commit_transformation/Cargo.toml +++ b/eden/mononoke/megarepo_api/commit_transformation/Cargo.toml @@ -29,7 +29,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/megarepo_api/configo_client/Cargo.toml b/eden/mononoke/megarepo_api/configo_client/Cargo.toml index 3b5f26dce7..54a7384b31 100644 --- a/eden/mononoke/megarepo_api/configo_client/Cargo.toml +++ b/eden/mononoke/megarepo_api/configo_client/Cargo.toml @@ -13,7 +13,6 @@ slog = { version = "2.5", features = ["max_level_trace"] } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/megarepo_api/if/Cargo.toml b/eden/mononoke/megarepo_api/if/Cargo.toml index b05615ce35..c124e0800a 100644 --- a/eden/mononoke/megarepo_api/if/Cargo.toml +++ b/eden/mononoke/megarepo_api/if/Cargo.toml @@ -31,7 +31,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/megarepo_api/mapping/Cargo.toml b/eden/mononoke/megarepo_api/mapping/Cargo.toml index da84a0bb7f..412df2786b 100644 --- a/eden/mononoke/megarepo_api/mapping/Cargo.toml +++ b/eden/mononoke/megarepo_api/mapping/Cargo.toml @@ -28,7 +28,6 @@ maplit = "1.0" mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/megarepo_api/megarepo_config/Cargo.toml b/eden/mononoke/megarepo_api/megarepo_config/Cargo.toml index b68e75959e..f372b14cda 100644 --- a/eden/mononoke/megarepo_api/megarepo_config/Cargo.toml +++ b/eden/mononoke/megarepo_api/megarepo_config/Cargo.toml @@ -24,7 +24,6 @@ tokio = { version = "1.7.1", features = ["full", "test-util"] } version_cconf_index = { version = "0.1.0", path = "../../../../configerator/structs/scm/mononoke/megarepo/version_cconf_index" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/megarepo_api/megarepo_error/Cargo.toml b/eden/mononoke/megarepo_api/megarepo_error/Cargo.toml index f8ec5e092d..0d93c49053 100644 --- a/eden/mononoke/megarepo_api/megarepo_error/Cargo.toml +++ b/eden/mononoke/megarepo_api/megarepo_error/Cargo.toml @@ -13,7 +13,6 @@ source_control = { version = "0.1.0", path = "../../scs/if" } thiserror = "1.0" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/megarepo_api/requests_table/Cargo.toml b/eden/mononoke/megarepo_api/requests_table/Cargo.toml index 00233f187f..389cd37a13 100644 --- a/eden/mononoke/megarepo_api/requests_table/Cargo.toml +++ b/eden/mononoke/megarepo_api/requests_table/Cargo.toml @@ -22,7 +22,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/mercurial/bundle_replay_data/Cargo.toml b/eden/mononoke/mercurial/bundle_replay_data/Cargo.toml index 6f5aca2797..8f3a0b997f 100644 --- a/eden/mononoke/mercurial/bundle_replay_data/Cargo.toml +++ b/eden/mononoke/mercurial/bundle_replay_data/Cargo.toml @@ -13,7 +13,6 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } serde_json = { version = "1.0", features = ["float_roundtrip"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/mercurial/bundles/Cargo.toml b/eden/mononoke/mercurial/bundles/Cargo.toml index b64aa43611..0df787195a 100644 --- a/eden/mononoke/mercurial/bundles/Cargo.toml +++ b/eden/mononoke/mercurial/bundles/Cargo.toml @@ -47,7 +47,6 @@ mercurial_types-mocks = { version = "0.1.0", path = "../types/mocks" } partial-io = { git = "https://github.com/lukaspiatkowski/rust-partial-io", rev = "9cab8b8a2b41f2c78aa109dcba5d00212cbe43cf", features = ["quickcheck_types", "tokio"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/mercurial/mutation/Cargo.toml b/eden/mononoke/mercurial/mutation/Cargo.toml index 679ea7eac4..a18c51a72f 100644 --- a/eden/mononoke/mercurial/mutation/Cargo.toml +++ b/eden/mononoke/mercurial/mutation/Cargo.toml @@ -34,7 +34,6 @@ mercurial_types-mocks = { version = "0.1.0", path = "../types/mocks" } mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/mercurial/revlog/Cargo.toml b/eden/mononoke/mercurial/revlog/Cargo.toml index 65775ebb95..f11fc23a2a 100644 --- a/eden/mononoke/mercurial/revlog/Cargo.toml +++ b/eden/mononoke/mercurial/revlog/Cargo.toml @@ -29,7 +29,6 @@ failure_ext = { version = "0.1.0", git = "https://github.com/facebookexperimenta mercurial_types-mocks = { version = "0.1.0", path = "../types/mocks" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/mercurial/types/Cargo.toml b/eden/mononoke/mercurial/types/Cargo.toml index 33b0b99ad8..a9dc250aa4 100644 --- a/eden/mononoke/mercurial/types/Cargo.toml +++ b/eden/mononoke/mercurial/types/Cargo.toml @@ -50,7 +50,6 @@ types = { version = "0.1.0", path = "../../../scm/lib/types" } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/mercurial/types/if/Cargo.toml b/eden/mononoke/mercurial/types/if/Cargo.toml index 16aacf568c..363d55bfce 100644 --- a/eden/mononoke/mercurial/types/if/Cargo.toml +++ b/eden/mononoke/mercurial/types/if/Cargo.toml @@ -30,7 +30,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/mercurial/types/mocks/Cargo.toml b/eden/mononoke/mercurial/types/mocks/Cargo.toml index 7674da95d6..71130b8776 100644 --- a/eden/mononoke/mercurial/types/mocks/Cargo.toml +++ b/eden/mononoke/mercurial/types/mocks/Cargo.toml @@ -26,7 +26,6 @@ mononoke_types = { version = "0.1.0", path = "../../../mononoke_types" } quickcheck = "0.9" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/metaconfig/parser/Cargo.toml b/eden/mononoke/metaconfig/parser/Cargo.toml index 4c0edb2dda..545bd1c249 100644 --- a/eden/mononoke/metaconfig/parser/Cargo.toml +++ b/eden/mononoke/metaconfig/parser/Cargo.toml @@ -28,7 +28,6 @@ pretty_assertions = "0.6" tempdir = "0.3" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/metaconfig/types/Cargo.toml b/eden/mononoke/metaconfig/types/Cargo.toml index 0d81dd4e0a..61e3bf03e8 100644 --- a/eden/mononoke/metaconfig/types/Cargo.toml +++ b/eden/mononoke/metaconfig/types/Cargo.toml @@ -21,7 +21,6 @@ sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-s sshrelay = { version = "0.1.0", path = "../../sshrelay" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/microwave/Cargo.toml b/eden/mononoke/microwave/Cargo.toml index 63c891ca71..6b12dd85ad 100644 --- a/eden/mononoke/microwave/Cargo.toml +++ b/eden/mononoke/microwave/Cargo.toml @@ -22,7 +22,6 @@ slog = { version = "2.5", features = ["max_level_trace"] } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/microwave/builder/Cargo.toml b/eden/mononoke/microwave/builder/Cargo.toml index 1dca2d853f..7c5bec66e9 100644 --- a/eden/mononoke/microwave/builder/Cargo.toml +++ b/eden/mononoke/microwave/builder/Cargo.toml @@ -39,7 +39,6 @@ tokio = { version = "1.7.1", features = ["full", "test-util"] } warm_bookmarks_cache = { version = "0.1.0", path = "../../bookmarks/warm_bookmarks_cache" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/microwave/if/Cargo.toml b/eden/mononoke/microwave/if/Cargo.toml index edb78335d8..97cc9bc50c 100644 --- a/eden/mononoke/microwave/if/Cargo.toml +++ b/eden/mononoke/microwave/if/Cargo.toml @@ -31,7 +31,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/mononoke_api/Cargo.toml b/eden/mononoke/mononoke_api/Cargo.toml index 0a2d944afe..9c18b66872 100644 --- a/eden/mononoke/mononoke_api/Cargo.toml +++ b/eden/mononoke/mononoke_api/Cargo.toml @@ -76,7 +76,6 @@ test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_facto tests_utils = { version = "0.1.0", path = "../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/mononoke_api/types/Cargo.toml b/eden/mononoke/mononoke_api/types/Cargo.toml index a6ee17340d..e4685f59a0 100644 --- a/eden/mononoke/mononoke_api/types/Cargo.toml +++ b/eden/mononoke/mononoke_api/types/Cargo.toml @@ -13,7 +13,6 @@ segmented_changelog_types = { version = "0.1.0", path = "../../segmented_changel skiplist = { version = "0.1.0", path = "../../reachabilityindex/skiplist" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/mononoke_api_hg/Cargo.toml b/eden/mononoke/mononoke_api_hg/Cargo.toml index fdfed3dd55..005bb8b75e 100644 --- a/eden/mononoke/mononoke_api_hg/Cargo.toml +++ b/eden/mononoke/mononoke_api_hg/Cargo.toml @@ -40,7 +40,6 @@ test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_facto tests_utils = { version = "0.1.0", path = "../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/mononoke_hg_sync_job/Cargo.toml b/eden/mononoke/mononoke_hg_sync_job/Cargo.toml index d01573bcb8..834e37dc9c 100644 --- a/eden/mononoke/mononoke_hg_sync_job/Cargo.toml +++ b/eden/mononoke/mononoke_hg_sync_job/Cargo.toml @@ -81,7 +81,6 @@ test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_facto tests_utils = { version = "0.1.0", path = "../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/mononoke_types/Cargo.toml b/eden/mononoke/mononoke_types/Cargo.toml index 65704fa86d..beac6c58c8 100644 --- a/eden/mononoke/mononoke_types/Cargo.toml +++ b/eden/mononoke/mononoke_types/Cargo.toml @@ -50,7 +50,6 @@ serde_json = { version = "1.0", features = ["float_roundtrip"] } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/mononoke_types/if/Cargo.toml b/eden/mononoke/mononoke_types/if/Cargo.toml index e431520415..79e7de7d42 100644 --- a/eden/mononoke/mononoke_types/if/Cargo.toml +++ b/eden/mononoke/mononoke_types/if/Cargo.toml @@ -32,7 +32,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/mononoke_types/mocks/Cargo.toml b/eden/mononoke/mononoke_types/mocks/Cargo.toml index 46ad277124..25476acb42 100644 --- a/eden/mononoke/mononoke_types/mocks/Cargo.toml +++ b/eden/mononoke/mononoke_types/mocks/Cargo.toml @@ -14,7 +14,6 @@ lazy_static = "1.0" mononoke_types = { version = "0.1.0", path = ".." } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/mutable_counters/Cargo.toml b/eden/mononoke/mutable_counters/Cargo.toml index 8e3fe81f40..8f0cfe0c09 100644 --- a/eden/mononoke/mutable_counters/Cargo.toml +++ b/eden/mononoke/mutable_counters/Cargo.toml @@ -26,7 +26,6 @@ mononoke_types-mocks = { version = "0.1.0", path = "../mononoke_types/mocks" } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/newfilenodes/Cargo.toml b/eden/mononoke/newfilenodes/Cargo.toml index b8a54e3f9a..e7628dc5f4 100644 --- a/eden/mononoke/newfilenodes/Cargo.toml +++ b/eden/mononoke/newfilenodes/Cargo.toml @@ -44,7 +44,6 @@ mercurial_types-mocks = { version = "0.1.0", path = "../mercurial/types/mocks" } mononoke_types-mocks = { version = "0.1.0", path = "../mononoke_types/mocks" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/observability/Cargo.toml b/eden/mononoke/observability/Cargo.toml index 22fc1547ae..9c7b92c7d9 100644 --- a/eden/mononoke/observability/Cargo.toml +++ b/eden/mononoke/observability/Cargo.toml @@ -15,7 +15,6 @@ serde = { version = "1.0.126", features = ["derive", "rc"] } slog = { version = "2.5", features = ["max_level_trace"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/permission_checker/Cargo.toml b/eden/mononoke/permission_checker/Cargo.toml index a5e8f43081..5b1677fc47 100644 --- a/eden/mononoke/permission_checker/Cargo.toml +++ b/eden/mononoke/permission_checker/Cargo.toml @@ -15,7 +15,6 @@ serde = { version = "1.0.126", features = ["derive", "rc"] } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/phases/Cargo.toml b/eden/mononoke/phases/Cargo.toml index c5837ec224..d90c10c5ae 100644 --- a/eden/mononoke/phases/Cargo.toml +++ b/eden/mononoke/phases/Cargo.toml @@ -46,7 +46,6 @@ mercurial_types = { version = "0.1.0", path = "../mercurial/types" } mononoke_types-mocks = { version = "0.1.0", path = "../mononoke_types/mocks" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/pushrebase/Cargo.toml b/eden/mononoke/pushrebase/Cargo.toml index aa4cfa9019..9e9db7948d 100644 --- a/eden/mononoke/pushrebase/Cargo.toml +++ b/eden/mononoke/pushrebase/Cargo.toml @@ -46,7 +46,6 @@ tests_utils = { version = "0.1.0", path = "../tests/utils" } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/pushrebase/pushrebase_hook/Cargo.toml b/eden/mononoke/pushrebase/pushrebase_hook/Cargo.toml index 01343e0e81..04da55d156 100644 --- a/eden/mononoke/pushrebase/pushrebase_hook/Cargo.toml +++ b/eden/mononoke/pushrebase/pushrebase_hook/Cargo.toml @@ -17,7 +17,6 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/pushrebase_mutation_mapping/Cargo.toml b/eden/mononoke/pushrebase_mutation_mapping/Cargo.toml index 89f5fde3ac..6a61394008 100644 --- a/eden/mononoke/pushrebase_mutation_mapping/Cargo.toml +++ b/eden/mononoke/pushrebase_mutation_mapping/Cargo.toml @@ -31,7 +31,6 @@ test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_facto tests_utils = { version = "0.1.0", path = "../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/quiet_stream/Cargo.toml b/eden/mononoke/quiet_stream/Cargo.toml index 26b5606127..be168502f6 100644 --- a/eden/mononoke/quiet_stream/Cargo.toml +++ b/eden/mononoke/quiet_stream/Cargo.toml @@ -11,7 +11,6 @@ pin-project = "0.4" tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/rate_limiting/Cargo.toml b/eden/mononoke/rate_limiting/Cargo.toml index 703dac67f0..d0cc76f62c 100644 --- a/eden/mononoke/rate_limiting/Cargo.toml +++ b/eden/mononoke/rate_limiting/Cargo.toml @@ -17,7 +17,6 @@ stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust thiserror = "1.0" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/reachabilityindex/Cargo.toml b/eden/mononoke/reachabilityindex/Cargo.toml index adca219078..6310d58033 100644 --- a/eden/mononoke/reachabilityindex/Cargo.toml +++ b/eden/mononoke/reachabilityindex/Cargo.toml @@ -18,7 +18,6 @@ thiserror = "1.0" uniqueheap = { version = "0.1.0", path = "../common/uniqueheap" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/reachabilityindex/common/Cargo.toml b/eden/mononoke/reachabilityindex/common/Cargo.toml index 79d5d92bc7..bf16d2cf00 100644 --- a/eden/mononoke/reachabilityindex/common/Cargo.toml +++ b/eden/mononoke/reachabilityindex/common/Cargo.toml @@ -14,7 +14,6 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } reachabilityindex = { version = "0.1.0", path = ".." } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/reachabilityindex/if/Cargo.toml b/eden/mononoke/reachabilityindex/if/Cargo.toml index f374926060..3fd2763cdc 100644 --- a/eden/mononoke/reachabilityindex/if/Cargo.toml +++ b/eden/mononoke/reachabilityindex/if/Cargo.toml @@ -30,7 +30,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/reachabilityindex/skiplist/Cargo.toml b/eden/mononoke/reachabilityindex/skiplist/Cargo.toml index 692160c372..fb3e71ed07 100644 --- a/eden/mononoke/reachabilityindex/skiplist/Cargo.toml +++ b/eden/mononoke/reachabilityindex/skiplist/Cargo.toml @@ -43,7 +43,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/reachabilityindex/test-helpers/Cargo.toml b/eden/mononoke/reachabilityindex/test-helpers/Cargo.toml index a145cb6604..ff7e461e2a 100644 --- a/eden/mononoke/reachabilityindex/test-helpers/Cargo.toml +++ b/eden/mononoke/reachabilityindex/test-helpers/Cargo.toml @@ -20,7 +20,6 @@ common = { version = "0.1.0", path = "../common" } fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/regenerate_hg_filenodes/Cargo.toml b/eden/mononoke/regenerate_hg_filenodes/Cargo.toml index 320711a961..b84134d8aa 100644 --- a/eden/mononoke/regenerate_hg_filenodes/Cargo.toml +++ b/eden/mononoke/regenerate_hg_filenodes/Cargo.toml @@ -21,7 +21,6 @@ mercurial_types = { version = "0.1.0", path = "../mercurial/types" } slog = { version = "2.5", features = ["max_level_trace"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_attributes/repo_derived_data/Cargo.toml b/eden/mononoke/repo_attributes/repo_derived_data/Cargo.toml index bee61c00a0..e9c08fc9f4 100644 --- a/eden/mononoke/repo_attributes/repo_derived_data/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_derived_data/Cargo.toml @@ -11,7 +11,6 @@ facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_attributes/repo_identity/Cargo.toml b/eden/mononoke/repo_attributes/repo_identity/Cargo.toml index 8400cab7a6..fa0ac00e68 100644 --- a/eden/mononoke/repo_attributes/repo_identity/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_identity/Cargo.toml @@ -10,7 +10,6 @@ facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_client/Cargo.toml b/eden/mononoke/repo_client/Cargo.toml index 4811239937..b127d44c1b 100644 --- a/eden/mononoke/repo_client/Cargo.toml +++ b/eden/mononoke/repo_client/Cargo.toml @@ -72,7 +72,6 @@ test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_facto tests_utils = { version = "0.1.0", path = "../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_client/getbundle_response/Cargo.toml b/eden/mononoke/repo_client/getbundle_response/Cargo.toml index 3c27ea6076..a9ee7596f7 100644 --- a/eden/mononoke/repo_client/getbundle_response/Cargo.toml +++ b/eden/mononoke/repo_client/getbundle_response/Cargo.toml @@ -51,7 +51,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_client/mononoke_repo/Cargo.toml b/eden/mononoke/repo_client/mononoke_repo/Cargo.toml index b5c7f0083d..c365fb33af 100644 --- a/eden/mononoke/repo_client/mononoke_repo/Cargo.toml +++ b/eden/mononoke/repo_client/mononoke_repo/Cargo.toml @@ -35,7 +35,6 @@ tokio = { version = "1.7.1", features = ["full", "test-util"] } warm_bookmarks_cache = { version = "0.1.0", path = "../../bookmarks/warm_bookmarks_cache" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_client/obsolete/Cargo.toml b/eden/mononoke/repo_client/obsolete/Cargo.toml index ef8f33c4b4..eb5bb83fd5 100644 --- a/eden/mononoke/repo_client/obsolete/Cargo.toml +++ b/eden/mononoke/repo_client/obsolete/Cargo.toml @@ -18,7 +18,6 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } pushrebase = { version = "0.1.0", path = "../../pushrebase" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_client/remotefilelog/Cargo.toml b/eden/mononoke/repo_client/remotefilelog/Cargo.toml index 3948a89ee8..cff9f224b4 100644 --- a/eden/mononoke/repo_client/remotefilelog/Cargo.toml +++ b/eden/mononoke/repo_client/remotefilelog/Cargo.toml @@ -36,7 +36,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa tests_utils = { version = "0.1.0", path = "../../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_client/repo_read_write_status/Cargo.toml b/eden/mononoke/repo_client/repo_read_write_status/Cargo.toml index f99f8cbc22..71316b7e03 100644 --- a/eden/mononoke/repo_client/repo_read_write_status/Cargo.toml +++ b/eden/mononoke/repo_client/repo_read_write_status/Cargo.toml @@ -17,7 +17,6 @@ sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_client/reverse_filler_queue/Cargo.toml b/eden/mononoke/repo_client/reverse_filler_queue/Cargo.toml index 8c76149fde..51e355c093 100644 --- a/eden/mononoke/repo_client/reverse_filler_queue/Cargo.toml +++ b/eden/mononoke/repo_client/reverse_filler_queue/Cargo.toml @@ -18,7 +18,6 @@ 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 = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_client/scribe_commit_queue/Cargo.toml b/eden/mononoke/repo_client/scribe_commit_queue/Cargo.toml index da8748fbc0..68a7586e06 100644 --- a/eden/mononoke/repo_client/scribe_commit_queue/Cargo.toml +++ b/eden/mononoke/repo_client/scribe_commit_queue/Cargo.toml @@ -16,7 +16,6 @@ serde_derive = "1.0" serde_json = { version = "1.0", features = ["float_roundtrip"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_client/streaming_clone/Cargo.toml b/eden/mononoke/repo_client/streaming_clone/Cargo.toml index 1674b07a6a..0c38e05e0b 100644 --- a/eden/mononoke/repo_client/streaming_clone/Cargo.toml +++ b/eden/mononoke/repo_client/streaming_clone/Cargo.toml @@ -19,7 +19,6 @@ sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" } thiserror = "1.0" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_client/unbundle/Cargo.toml b/eden/mononoke/repo_client/unbundle/Cargo.toml index 1b67083e70..0b2fc1d699 100644 --- a/eden/mononoke/repo_client/unbundle/Cargo.toml +++ b/eden/mononoke/repo_client/unbundle/Cargo.toml @@ -72,7 +72,6 @@ quickcheck_macros = "0.8" test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_client/wirepack/Cargo.toml b/eden/mononoke/repo_client/wirepack/Cargo.toml index bfb8a77c51..c417926eb9 100644 --- a/eden/mononoke/repo_client/wirepack/Cargo.toml +++ b/eden/mononoke/repo_client/wirepack/Cargo.toml @@ -20,7 +20,6 @@ maplit = "1.0" mercurial_types-mocks = { version = "0.1.0", path = "../../mercurial/types/mocks" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_factory/Cargo.toml b/eden/mononoke/repo_factory/Cargo.toml index ebc6c7f11b..42edf26eae 100644 --- a/eden/mononoke/repo_factory/Cargo.toml +++ b/eden/mononoke/repo_factory/Cargo.toml @@ -53,7 +53,6 @@ tunables = { version = "0.1.0", path = "../tunables" } virtually_sharded_blobstore = { version = "0.1.0", path = "../blobstore/virtually_sharded_blobstore" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_factory/test_repo_factory/Cargo.toml b/eden/mononoke/repo_factory/test_repo_factory/Cargo.toml index d450cd7f24..97f81f4433 100644 --- a/eden/mononoke/repo_factory/test_repo_factory/Cargo.toml +++ b/eden/mononoke/repo_factory/test_repo_factory/Cargo.toml @@ -58,7 +58,6 @@ sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" } unodes = { version = "0.1.0", path = "../../derived_data/unodes" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/repo_import/Cargo.toml b/eden/mononoke/repo_import/Cargo.toml index 20d8d00aa8..6364771e72 100644 --- a/eden/mononoke/repo_import/Cargo.toml +++ b/eden/mononoke/repo_import/Cargo.toml @@ -54,7 +54,6 @@ test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_facto tests_utils = { version = "0.1.0", path = "../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/revset/Cargo.toml b/eden/mononoke/revset/Cargo.toml index 84d9e84da3..26442d7337 100644 --- a/eden/mononoke/revset/Cargo.toml +++ b/eden/mononoke/revset/Cargo.toml @@ -37,7 +37,6 @@ skiplist = { version = "0.1.0", path = "../reachabilityindex/skiplist" } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/revset/revset-test-helper/Cargo.toml b/eden/mononoke/revset/revset-test-helper/Cargo.toml index 1f2f9f0062..ec89be4358 100644 --- a/eden/mononoke/revset/revset-test-helper/Cargo.toml +++ b/eden/mononoke/revset/revset-test-helper/Cargo.toml @@ -23,7 +23,6 @@ fixtures = { version = "0.1.0", path = "../../tests/fixtures" } mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/scs/if/Cargo.toml b/eden/mononoke/scs/if/Cargo.toml index 6d8bbcc820..92a43c9777 100644 --- a/eden/mononoke/scs/if/Cargo.toml +++ b/eden/mononoke/scs/if/Cargo.toml @@ -30,7 +30,6 @@ tokio_shim = { version = "0.1.0", git = "https://github.com/facebookexperimental thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/segmented_changelog/Cargo.toml b/eden/mononoke/segmented_changelog/Cargo.toml index b0ef164659..a826256e16 100644 --- a/eden/mononoke/segmented_changelog/Cargo.toml +++ b/eden/mononoke/segmented_changelog/Cargo.toml @@ -52,7 +52,6 @@ revset = { version = "0.1.0", path = "../revset" } tests_utils = { version = "0.1.0", path = "../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/segmented_changelog/bench/concurrent_idmap/Cargo.toml b/eden/mononoke/segmented_changelog/bench/concurrent_idmap/Cargo.toml index f559751363..2daf815659 100644 --- a/eden/mononoke/segmented_changelog/bench/concurrent_idmap/Cargo.toml +++ b/eden/mononoke/segmented_changelog/bench/concurrent_idmap/Cargo.toml @@ -20,7 +20,6 @@ segmented_changelog = { version = "0.1.0", path = "../.." } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/segmented_changelog/types/Cargo.toml b/eden/mononoke/segmented_changelog/types/Cargo.toml index 5639bf4230..dcd754275a 100644 --- a/eden/mononoke/segmented_changelog/types/Cargo.toml +++ b/eden/mononoke/segmented_changelog/types/Cargo.toml @@ -20,7 +20,6 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } thiserror = "1.0" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/server/Cargo.toml b/eden/mononoke/server/Cargo.toml index 46e5af7009..415ddef688 100644 --- a/eden/mononoke/server/Cargo.toml +++ b/eden/mononoke/server/Cargo.toml @@ -23,7 +23,6 @@ secure_utils = { version = "0.1.0", git = "https://github.com/facebookexperiment slog = { version = "2.5", features = ["max_level_trace"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/server/context/Cargo.toml b/eden/mononoke/server/context/Cargo.toml index e3185ab269..47f441a5cc 100644 --- a/eden/mononoke/server/context/Cargo.toml +++ b/eden/mononoke/server/context/Cargo.toml @@ -25,7 +25,6 @@ slog_glog_fmt = { version = "0.1.0", git = "https://github.com/facebookexperimen sshrelay = { version = "0.1.0", path = "../../sshrelay" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/server/monitoring/Cargo.toml b/eden/mononoke/server/monitoring/Cargo.toml index 19a3f5a80e..bb28fda5c8 100644 --- a/eden/mononoke/server/monitoring/Cargo.toml +++ b/eden/mononoke/server/monitoring/Cargo.toml @@ -13,7 +13,6 @@ services = { version = "0.1.0", git = "https://github.com/facebookexperimental/r slog = { version = "2.5", features = ["max_level_trace"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/server/qps/Cargo.toml b/eden/mononoke/server/qps/Cargo.toml index 35f14ac0ca..d65e2e5b92 100644 --- a/eden/mononoke/server/qps/Cargo.toml +++ b/eden/mononoke/server/qps/Cargo.toml @@ -14,7 +14,6 @@ qps_config = { version = "0.1.0", path = "../../../../configerator/structs/scm/m serde = { version = "1.0.126", features = ["derive", "rc"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/server/repo_listener/Cargo.toml b/eden/mononoke/server/repo_listener/Cargo.toml index bdcd68b7b3..cb72aa74ab 100644 --- a/eden/mononoke/server/repo_listener/Cargo.toml +++ b/eden/mononoke/server/repo_listener/Cargo.toml @@ -69,7 +69,6 @@ tokio-util = { version = "0.6", features = ["full"] } tunables = { version = "0.1.0", path = "../../tunables" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/server/session_id/Cargo.toml b/eden/mononoke/server/session_id/Cargo.toml index 69b7c63b0d..599a1595fa 100644 --- a/eden/mononoke/server/session_id/Cargo.toml +++ b/eden/mononoke/server/session_id/Cargo.toml @@ -9,7 +9,6 @@ license = "GPLv2+" rand = { version = "0.7", features = ["small_rng"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/sshrelay/Cargo.toml b/eden/mononoke/sshrelay/Cargo.toml index ad8a11486b..5ae3d01102 100644 --- a/eden/mononoke/sshrelay/Cargo.toml +++ b/eden/mononoke/sshrelay/Cargo.toml @@ -24,7 +24,6 @@ zstd = "=0.8.0+zstd.1.4.9" zstd-safe = "=3.1.0+zstd.1.4.9" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/statistics_collector/Cargo.toml b/eden/mononoke/statistics_collector/Cargo.toml index 982950b49a..d30bbc7741 100644 --- a/eden/mononoke/statistics_collector/Cargo.toml +++ b/eden/mononoke/statistics_collector/Cargo.toml @@ -40,7 +40,6 @@ maplit = "1.0" tests_utils = { version = "0.1.0", path = "../tests/utils" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/streaming_clone/Cargo.toml b/eden/mononoke/streaming_clone/Cargo.toml index 9ca64a5437..cf324b0397 100644 --- a/eden/mononoke/streaming_clone/Cargo.toml +++ b/eden/mononoke/streaming_clone/Cargo.toml @@ -24,7 +24,6 @@ streaming_clone = { version = "0.1.0", path = "../repo_client/streaming_clone" } tokio = { version = "1.7.1", features = ["full", "test-util"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/tests/fixtures/Cargo.toml b/eden/mononoke/tests/fixtures/Cargo.toml index 4d6c6b2fde..cf293bd2ac 100644 --- a/eden/mononoke/tests/fixtures/Cargo.toml +++ b/eden/mononoke/tests/fixtures/Cargo.toml @@ -27,7 +27,6 @@ test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_fa fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/tests/utils/Cargo.toml b/eden/mononoke/tests/utils/Cargo.toml index e9947b9625..b9fc4d5a9a 100644 --- a/eden/mononoke/tests/utils/Cargo.toml +++ b/eden/mononoke/tests/utils/Cargo.toml @@ -22,7 +22,6 @@ mercurial_types = { version = "0.1.0", path = "../../mercurial/types" } mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/tests/write_stub_log_entry/Cargo.toml b/eden/mononoke/tests/write_stub_log_entry/Cargo.toml index 8e225516bb..5d2fd848b5 100644 --- a/eden/mononoke/tests/write_stub_log_entry/Cargo.toml +++ b/eden/mononoke/tests/write_stub_log_entry/Cargo.toml @@ -16,7 +16,6 @@ fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rus mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/time_window_counter/Cargo.toml b/eden/mononoke/time_window_counter/Cargo.toml index df35540947..27f0fb43ed 100644 --- a/eden/mononoke/time_window_counter/Cargo.toml +++ b/eden/mononoke/time_window_counter/Cargo.toml @@ -11,7 +11,6 @@ async-trait = "0.1.51" fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/tunables/Cargo.toml b/eden/mononoke/tunables/Cargo.toml index 5509d45b33..bd26aa2293 100644 --- a/eden/mononoke/tunables/Cargo.toml +++ b/eden/mononoke/tunables/Cargo.toml @@ -22,7 +22,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment maplit = "1.0" [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/tunables/tunables-derive/Cargo.toml b/eden/mononoke/tunables/tunables-derive/Cargo.toml index b78a8ce01e..6e5216c64b 100644 --- a/eden/mononoke/tunables/tunables-derive/Cargo.toml +++ b/eden/mononoke/tunables/tunables-derive/Cargo.toml @@ -17,7 +17,6 @@ quote = "1.0" syn = { version = "1.0", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/unbundle_replay/Cargo.toml b/eden/mononoke/unbundle_replay/Cargo.toml index 97c598bd14..36b37e3c68 100644 --- a/eden/mononoke/unbundle_replay/Cargo.toml +++ b/eden/mononoke/unbundle_replay/Cargo.toml @@ -49,7 +49,6 @@ mercurial_types-mocks = { version = "0.1.0", path = "../mercurial/types/mocks" } mononoke_types-mocks = { version = "0.1.0", path = "../mononoke_types/mocks" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/upload_globalrevs/Cargo.toml b/eden/mononoke/upload_globalrevs/Cargo.toml index 5c6a078a2a..bfb041e892 100644 --- a/eden/mononoke/upload_globalrevs/Cargo.toml +++ b/eden/mononoke/upload_globalrevs/Cargo.toml @@ -26,7 +26,6 @@ futures-old = { package = "futures", version = "0.1.31" } futures_ext = { package = "futures_01_ext", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" } diff --git a/eden/mononoke/walker/Cargo.toml b/eden/mononoke/walker/Cargo.toml index bce970fc5c..6f7c956f03 100644 --- a/eden/mononoke/walker/Cargo.toml +++ b/eden/mononoke/walker/Cargo.toml @@ -78,7 +78,6 @@ fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperiment test_repo_factory = { version = "0.1.0", path = "../repo_factory/test_repo_factory" } [patch.crates-io] -chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" } object = { git = "https://github.com/andrewjcg/object", rev = "ddbae7208292a13a016e8952c256f69737c763ab" }