From c5e35f18d6cd64b52a64aa7d8b65b26814e3efa9 Mon Sep 17 00:00:00 2001 From: Stanislav Pidhorskyi Date: Tue, 17 Feb 2026 04:42:50 -0800 Subject: [PATCH] Update third-party Rust crate versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bump versions and add new Rust third-party crate dependencies needed by ripgrep. **Version bumps:** - `anyhow` 1.0.98 → 1.0.100 - `cfg-if` 1.0 → 1.0.4 - `log` 0.4.27 → 0.4.28 - `memchr` 2.7.5 → 2.7.6 - `serde_json` 1.0.140 → 1.0.145 **New crate dependencies added to Cargo.toml:** - `arbitrary` 1.4.2 - `crossbeam-deque` 0.8.6 - `crossbeam-epoch` 0.9.18 - `crossbeam-utils` 0.8.21 - `derive_arbitrary` 1.4.2 - `find-msvc-tools` 0.1.5 - `jemalloc-sys` 0.6.1 (package: tikv-jemalloc-sys) - `jobserver` 0.1.34 - `pcre2-sys` 0.2.10 - `ryu` 1.0.23 - `same-file` 1.0.6 - `serde_core` 1.0.228 - `wasip2` 1.0.1+wasi-0.2.4 - `winapi-util` 0.1.11 - `windows-link` 0.1.1 - `wit-bindgen` 0.46.0 Note for OSS projects: if you are reading this from GitHub pull requests, then it does not mean all of these crates will be added or updates, but only some subset that is used in the project. Differential Revision: D93193734 --- common/rust/shed/futures_ext/Cargo.toml | 2 +- common/rust/shed/hostname/Cargo.toml | 2 +- common/rust/shed/shared_error/Cargo.toml | 2 +- common/rust/shed/thrift_compiler/Cargo.toml | 2 +- configerator/structs/scm/hg/hgclientconf/Cargo.toml | 2 +- configerator/structs/scm/hg/hgclientconf/clients/Cargo.toml | 2 +- configerator/structs/scm/hg/hgclientconf/mocks/Cargo.toml | 2 +- .../structs/scm/hg/hgclientconf/services/Cargo.toml | 2 +- configerator/structs/scm/mononoke/constants/Cargo.toml | 2 +- .../structs/scm/mononoke/constants/clients/Cargo.toml | 2 +- .../structs/scm/mononoke/constants/mocks/Cargo.toml | 2 +- .../structs/scm/mononoke/constants/services/Cargo.toml | 2 +- configerator/structs/scm/mononoke/lfs_server/Cargo.toml | 2 +- .../structs/scm/mononoke/lfs_server/clients/Cargo.toml | 2 +- .../structs/scm/mononoke/lfs_server/mocks/Cargo.toml | 2 +- .../structs/scm/mononoke/lfs_server/services/Cargo.toml | 2 +- configerator/structs/scm/mononoke/load_limiter/Cargo.toml | 2 +- .../structs/scm/mononoke/load_limiter/clients/Cargo.toml | 2 +- .../structs/scm/mononoke/load_limiter/mocks/Cargo.toml | 2 +- .../structs/scm/mononoke/load_limiter/services/Cargo.toml | 2 +- .../structs/scm/mononoke/mysql/replication_lag/Cargo.toml | 2 +- .../scm/mononoke/mysql/replication_lag/clients/Cargo.toml | 2 +- .../scm/mononoke/mysql/replication_lag/mocks/Cargo.toml | 2 +- .../scm/mononoke/mysql/replication_lag/services/Cargo.toml | 2 +- configerator/structs/scm/mononoke/observability/Cargo.toml | 2 +- .../structs/scm/mononoke/observability/clients/Cargo.toml | 2 +- .../structs/scm/mononoke/observability/mocks/Cargo.toml | 2 +- .../structs/scm/mononoke/observability/services/Cargo.toml | 2 +- configerator/structs/scm/mononoke/qps/Cargo.toml | 2 +- configerator/structs/scm/mononoke/qps/clients/Cargo.toml | 2 +- configerator/structs/scm/mononoke/qps/mocks/Cargo.toml | 2 +- configerator/structs/scm/mononoke/qps/services/Cargo.toml | 2 +- configerator/structs/scm/mononoke/ratelimiting/Cargo.toml | 2 +- .../structs/scm/mononoke/ratelimiting/clients/Cargo.toml | 2 +- .../structs/scm/mononoke/ratelimiting/mocks/Cargo.toml | 2 +- .../structs/scm/mononoke/ratelimiting/services/Cargo.toml | 2 +- configerator/structs/scm/mononoke/redaction/Cargo.toml | 2 +- .../structs/scm/mononoke/redaction/clients/Cargo.toml | 2 +- .../structs/scm/mononoke/redaction/mocks/Cargo.toml | 2 +- .../structs/scm/mononoke/redaction/services/Cargo.toml | 2 +- .../structs/scm/mononoke/repos/commitsync/Cargo.toml | 2 +- .../scm/mononoke/repos/commitsync/clients/Cargo.toml | 2 +- .../structs/scm/mononoke/repos/commitsync/mocks/Cargo.toml | 2 +- .../scm/mononoke/repos/commitsync/services/Cargo.toml | 2 +- configerator/structs/scm/mononoke/repos/repos/Cargo.toml | 2 +- .../structs/scm/mononoke/repos/repos/clients/Cargo.toml | 2 +- .../structs/scm/mononoke/repos/repos/mocks/Cargo.toml | 2 +- .../structs/scm/mononoke/repos/repos/services/Cargo.toml | 2 +- .../structs/scm/mononoke/sharding/processname/Cargo.toml | 2 +- .../scm/mononoke/sharding/processname/clients/Cargo.toml | 2 +- .../scm/mononoke/sharding/processname/mocks/Cargo.toml | 2 +- .../scm/mononoke/sharding/processname/services/Cargo.toml | 2 +- .../structs/scm/mononoke/sharding/regions/Cargo.toml | 2 +- .../scm/mononoke/sharding/regions/clients/Cargo.toml | 2 +- .../structs/scm/mononoke/sharding/regions/mocks/Cargo.toml | 2 +- .../scm/mononoke/sharding/regions/services/Cargo.toml | 2 +- .../structs/scm/mononoke/sharding/sharding/Cargo.toml | 2 +- .../scm/mononoke/sharding/sharding/clients/Cargo.toml | 2 +- .../structs/scm/mononoke/sharding/sharding/mocks/Cargo.toml | 2 +- .../scm/mononoke/sharding/sharding/services/Cargo.toml | 2 +- configerator/structs/scm/mononoke/xdb_gc/Cargo.toml | 2 +- configerator/structs/scm/mononoke/xdb_gc/clients/Cargo.toml | 2 +- configerator/structs/scm/mononoke/xdb_gc/mocks/Cargo.toml | 2 +- .../structs/scm/mononoke/xdb_gc/services/Cargo.toml | 2 +- eden/fs/cli_rs/edenfs-config/Cargo.toml | 2 +- eden/fs/cli_rs/edenfs-error/Cargo.toml | 2 +- eden/fs/cli_rs/edenfs-saved-state/Cargo.toml | 2 +- eden/fs/cli_rs/sapling-client/Cargo.toml | 2 +- eden/fs/config/Cargo.toml | 2 +- eden/fs/config/clients/Cargo.toml | 2 +- eden/fs/config/mocks/Cargo.toml | 2 +- eden/fs/config/services/Cargo.toml | 2 +- eden/fs/inodes/overlay/Cargo.toml | 2 +- eden/fs/inodes/overlay/clients/Cargo.toml | 2 +- eden/fs/inodes/overlay/mocks/Cargo.toml | 2 +- eden/fs/inodes/overlay/services/Cargo.toml | 2 +- eden/fs/rust/edenfs-asserted-states-client/Cargo.toml | 2 +- eden/fs/rust/edenfs-asserted-states/Cargo.toml | 4 ++-- eden/fs/rust/redirect_ffi/Cargo.toml | 2 +- eden/fs/service/Cargo.toml | 2 +- eden/fs/service/clients/Cargo.toml | 2 +- eden/fs/service/mocks/Cargo.toml | 2 +- eden/fs/service/services/Cargo.toml | 2 +- eden/fs/service/thrift_streaming/Cargo.toml | 2 +- eden/fs/service/thrift_streaming/clients/Cargo.toml | 2 +- eden/fs/service/thrift_streaming/mocks/Cargo.toml | 2 +- eden/fs/service/thrift_streaming/services/Cargo.toml | 2 +- eden/mononoke/benchmarks/derived_data/Cargo.toml | 2 +- eden/mononoke/benchmarks/filestore/Cargo.toml | 2 +- eden/mononoke/benchmarks/storage_config/Cargo.toml | 2 +- eden/mononoke/blobimport_lib/Cargo.toml | 2 +- eden/mononoke/blobrepo/blobrepo_hg/Cargo.toml | 2 +- eden/mononoke/blobrepo/blobsync/Cargo.toml | 2 +- eden/mononoke/blobrepo/common/Cargo.toml | 2 +- eden/mononoke/blobrepo_utils/Cargo.toml | 2 +- eden/mononoke/blobstore/Cargo.toml | 2 +- eden/mononoke/blobstore/blobstore_stats/Cargo.toml | 2 +- eden/mononoke/blobstore/cacheblob/Cargo.toml | 2 +- eden/mononoke/blobstore/chaosblob/Cargo.toml | 2 +- eden/mononoke/blobstore/delayblob/Cargo.toml | 2 +- eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml | 2 +- eden/mononoke/blobstore/factory/Cargo.toml | 2 +- eden/mononoke/blobstore/fileblob/Cargo.toml | 2 +- eden/mononoke/blobstore/if/Cargo.toml | 2 +- eden/mononoke/blobstore/if/clients/Cargo.toml | 2 +- eden/mononoke/blobstore/if/mocks/Cargo.toml | 2 +- eden/mononoke/blobstore/if/services/Cargo.toml | 2 +- eden/mononoke/blobstore/logblob/Cargo.toml | 2 +- eden/mononoke/blobstore/memblob/Cargo.toml | 2 +- eden/mononoke/blobstore/multiplexedblob/Cargo.toml | 2 +- eden/mononoke/blobstore/multiplexedblob_wal/Cargo.toml | 2 +- eden/mononoke/blobstore/packblob/Cargo.toml | 2 +- eden/mononoke/blobstore/packblob/if/Cargo.toml | 2 +- eden/mononoke/blobstore/packblob/if/clients/Cargo.toml | 2 +- eden/mononoke/blobstore/packblob/if/mocks/Cargo.toml | 2 +- eden/mononoke/blobstore/packblob/if/services/Cargo.toml | 2 +- eden/mononoke/blobstore/prefixblob/Cargo.toml | 2 +- eden/mononoke/blobstore/readonlyblob/Cargo.toml | 2 +- eden/mononoke/blobstore/redactedblobstore/Cargo.toml | 2 +- eden/mononoke/blobstore/s3blob/Cargo.toml | 2 +- eden/mononoke/blobstore/samplingblob/Cargo.toml | 2 +- eden/mononoke/blobstore/sqlblob/Cargo.toml | 4 ++-- eden/mononoke/blobstore/test_utils/Cargo.toml | 2 +- eden/mononoke/blobstore/throttledblob/Cargo.toml | 2 +- .../blobstore/virtually_sharded_blobstore/Cargo.toml | 2 +- eden/mononoke/blobstore_sync_queue/Cargo.toml | 2 +- eden/mononoke/cmdlib/base_app/Cargo.toml | 2 +- eden/mononoke/cmdlib/caching/Cargo.toml | 2 +- eden/mononoke/cmdlib/commit_id/Cargo.toml | 2 +- eden/mononoke/cmdlib/commit_id_types/Cargo.toml | 2 +- eden/mononoke/cmdlib/config_args/Cargo.toml | 2 +- eden/mononoke/cmdlib/cross_repo/Cargo.toml | 2 +- eden/mononoke/cmdlib/displaying/Cargo.toml | 2 +- eden/mononoke/cmdlib/displaying/graph/Cargo.toml | 2 +- eden/mononoke/cmdlib/log/Cargo.toml | 4 ++-- eden/mononoke/cmdlib/mononoke_app/Cargo.toml | 2 +- .../cmdlib/mononoke_app/shutdown_timeout/Cargo.toml | 2 +- eden/mononoke/cmdlib/scrubbing/Cargo.toml | 2 +- eden/mononoke/cmdlib/sharding/Cargo.toml | 2 +- eden/mononoke/cmdlib/sharding_ext/Cargo.toml | 2 +- eden/mononoke/cmdlib/zk_leader_election/Cargo.toml | 2 +- eden/mononoke/common/acl_regions/Cargo.toml | 2 +- eden/mononoke/common/async_limiter/Cargo.toml | 2 +- .../common/async_limiter/examples/tokio_v2/Cargo.toml | 2 +- .../common/cas_client/changesets_uploader/Cargo.toml | 2 +- eden/mononoke/common/cas_client/client/Cargo.toml | 2 +- eden/mononoke/common/cas_client/scm_client/Cargo.toml | 2 +- eden/mononoke/common/cats/Cargo.toml | 2 +- eden/mononoke/common/connection_security_checker/Cargo.toml | 2 +- eden/mononoke/common/copy_utils/Cargo.toml | 2 +- eden/mononoke/common/gotham_ext/Cargo.toml | 4 ++-- eden/mononoke/common/hgproto/Cargo.toml | 2 +- eden/mononoke/common/lfs_protocol/Cargo.toml | 4 ++-- eden/mononoke/common/logger_ext/Cargo.toml | 4 ++-- eden/mononoke/common/memory_profiling/Cargo.toml | 2 +- eden/mononoke/common/metadata/Cargo.toml | 2 +- eden/mononoke/common/mononoke_configs/Cargo.toml | 4 ++-- eden/mononoke/common/mononoke_repos/Cargo.toml | 2 +- eden/mononoke/common/observability/Cargo.toml | 2 +- eden/mononoke/common/ods_counters/Cargo.toml | 2 +- eden/mononoke/common/permission_checker/Cargo.toml | 4 ++-- eden/mononoke/common/rate_limiting/Cargo.toml | 2 +- eden/mononoke/common/reloader/Cargo.toml | 2 +- eden/mononoke/common/rendezvous/Cargo.toml | 2 +- eden/mononoke/common/running/Cargo.toml | 2 +- eden/mononoke/common/rust/caching_ext/Cargo.toml | 2 +- eden/mononoke/common/rust/sql_ext/Cargo.toml | 4 ++-- eden/mononoke/common/scribe_ext/Cargo.toml | 2 +- eden/mononoke/common/scuba_ext/Cargo.toml | 2 +- eden/mononoke/common/sql_construct/Cargo.toml | 2 +- eden/mononoke/common/thrift_convert/Cargo.toml | 2 +- eden/mononoke/common/thrift_convert/tests/if/Cargo.toml | 2 +- .../common/thrift_convert/tests/if/clients/Cargo.toml | 2 +- .../common/thrift_convert/tests/if/mocks/Cargo.toml | 2 +- .../common/thrift_convert/tests/if/services/Cargo.toml | 2 +- eden/mononoke/common/time_measuring/Cargo.toml | 2 +- eden/mononoke/common/time_window_counter/Cargo.toml | 2 +- eden/mononoke/common/wait_for_replication/Cargo.toml | 2 +- eden/mononoke/derived_data/Cargo.toml | 2 +- .../basename_suffix_skeleton_manifest_v3/Cargo.toml | 2 +- eden/mononoke/derived_data/blame/Cargo.toml | 2 +- eden/mononoke/derived_data/bulk_derivation/Cargo.toml | 2 +- .../derived_data/case_conflict_skeleton_manifest/Cargo.toml | 2 +- eden/mononoke/derived_data/changeset_info/Cargo.toml | 2 +- .../derived_data/content_manifest_derivation/Cargo.toml | 2 +- eden/mononoke/derived_data/deleted_manifest/Cargo.toml | 2 +- .../directory_branch_cluster_manifest/Cargo.toml | 2 +- eden/mononoke/derived_data/fastlog/Cargo.toml | 2 +- eden/mononoke/derived_data/filenodes_derivation/Cargo.toml | 2 +- eden/mononoke/derived_data/fsnodes/Cargo.toml | 2 +- eden/mononoke/derived_data/if/Cargo.toml | 2 +- eden/mononoke/derived_data/if/clients/Cargo.toml | 2 +- eden/mononoke/derived_data/if/mocks/Cargo.toml | 2 +- eden/mononoke/derived_data/if/services/Cargo.toml | 2 +- eden/mononoke/derived_data/inferred_copy_from/Cargo.toml | 2 +- eden/mononoke/derived_data/manager/Cargo.toml | 2 +- eden/mononoke/derived_data/mercurial_derivation/Cargo.toml | 2 +- eden/mononoke/derived_data/remote/Cargo.toml | 2 +- eden/mononoke/derived_data/remote/if/Cargo.toml | 2 +- eden/mononoke/derived_data/remote/if/clients/Cargo.toml | 2 +- eden/mononoke/derived_data/remote/if/mocks/Cargo.toml | 2 +- eden/mononoke/derived_data/remote/if/services/Cargo.toml | 2 +- eden/mononoke/derived_data/skeleton_manifest/Cargo.toml | 2 +- eden/mononoke/derived_data/skeleton_manifest_v2/Cargo.toml | 2 +- eden/mononoke/derived_data/test_manifest/Cargo.toml | 2 +- eden/mononoke/derived_data/test_sharded_manifest/Cargo.toml | 2 +- eden/mononoke/derived_data/test_utils/Cargo.toml | 2 +- eden/mononoke/derived_data/unodes/Cargo.toml | 2 +- eden/mononoke/features/async_requests/Cargo.toml | 4 ++-- eden/mononoke/features/async_requests/client/Cargo.toml | 2 +- eden/mononoke/features/async_requests/if/Cargo.toml | 2 +- eden/mononoke/features/async_requests/if/clients/Cargo.toml | 2 +- eden/mononoke/features/async_requests/if/mocks/Cargo.toml | 2 +- .../mononoke/features/async_requests/if/services/Cargo.toml | 2 +- .../features/async_requests/requests_table/Cargo.toml | 2 +- eden/mononoke/features/async_requests/worker/Cargo.toml | 2 +- eden/mononoke/features/cache_warmup/Cargo.toml | 2 +- eden/mononoke/features/changesets_creation/Cargo.toml | 2 +- eden/mononoke/features/commit_cloud/Cargo.toml | 4 ++-- eden/mononoke/features/commit_cloud/types/Cargo.toml | 2 +- .../features/commit_rewriting/backsyncer/Cargo.toml | 2 +- .../features/commit_rewriting/backsyncer_cmd/Cargo.toml | 2 +- .../features/commit_rewriting/bookmark_renaming/Cargo.toml | 2 +- .../commit_rewriting/bookmarks_validator/Cargo.toml | 2 +- .../features/commit_rewriting/commit_validator/Cargo.toml | 2 +- .../commit_rewriting/live_commit_sync_config/Cargo.toml | 2 +- eden/mononoke/features/commit_rewriting/megarepo/Cargo.toml | 2 +- .../commit_rewriting/mononoke_x_repo_sync_job/Cargo.toml | 2 +- eden/mononoke/features/commit_rewriting/movers/Cargo.toml | 2 +- .../mononoke/features/commit_rewriting/reporting/Cargo.toml | 2 +- .../commit_rewriting/synced_commit_mapping/Cargo.toml | 2 +- .../features/commit_rewriting/pushrebase_hook/Cargo.toml | 2 +- .../commit_rewriting/synced_commit_mapping/if/Cargo.toml | 2 +- .../synced_commit_mapping/if/clients/Cargo.toml | 2 +- .../synced_commit_mapping/if/mocks/Cargo.toml | 2 +- .../synced_commit_mapping/if/services/Cargo.toml | 2 +- .../commit_transformation/commit_transformation/Cargo.toml | 2 +- eden/mononoke/features/cross_repo_sync/Cargo.toml | 2 +- eden/mononoke/features/diff/Cargo.toml | 2 +- eden/mononoke/features/history_traversal/Cargo.toml | 2 +- eden/mononoke/features/hooks/Cargo.toml | 4 ++-- eden/mononoke/features/microwave/builder/Cargo.toml | 2 +- .../features/microwave/features/microwave/Cargo.toml | 2 +- eden/mononoke/features/microwave/if/Cargo.toml | 2 +- eden/mononoke/features/microwave/if/clients/Cargo.toml | 2 +- eden/mononoke/features/microwave/if/mocks/Cargo.toml | 2 +- eden/mononoke/features/microwave/if/services/Cargo.toml | 2 +- eden/mononoke/features/pushrebase/Cargo.toml | 2 +- .../features/pushrebase/pushrebase_client/Cargo.toml | 2 +- .../mononoke/features/pushrebase/pushrebase_hook/Cargo.toml | 2 +- .../features/pushrebase/pushrebase_hooks/Cargo.toml | 2 +- eden/mononoke/features/redaction/Cargo.toml | 2 +- eden/mononoke/features/repo_metadata/Cargo.toml | 2 +- eden/mononoke/features/repo_stats_logger/Cargo.toml | 2 +- eden/mononoke/features/repo_update_logger/Cargo.toml | 2 +- eden/mononoke/git/bundle_uri/Cargo.toml | 4 ++-- eden/mononoke/git/check_git_wc/Cargo.toml | 2 +- eden/mononoke/git/git-pool/Cargo.toml | 2 +- eden/mononoke/git/git_env/Cargo.toml | 2 +- eden/mononoke/git/git_types/Cargo.toml | 2 +- eden/mononoke/git/git_types/if/Cargo.toml | 2 +- eden/mononoke/git/git_types/if/clients/Cargo.toml | 2 +- eden/mononoke/git/git_types/if/mocks/Cargo.toml | 2 +- eden/mononoke/git/git_types/if/services/Cargo.toml | 2 +- eden/mononoke/git/gitexport/Cargo.toml | 4 ++-- eden/mononoke/git/gitexport/test_utils/Cargo.toml | 2 +- eden/mononoke/git/gitimport/Cargo.toml | 2 +- eden/mononoke/git/import_direct/Cargo.toml | 2 +- eden/mononoke/git/import_tools/Cargo.toml | 2 +- eden/mononoke/git/packetline/Cargo.toml | 2 +- eden/mononoke/git/packfile/Cargo.toml | 2 +- eden/mononoke/git/protocol/Cargo.toml | 2 +- eden/mononoke/jobs/blobstore_healer/Cargo.toml | 2 +- eden/mononoke/jobs/cas_sync/Cargo.toml | 2 +- eden/mononoke/jobs/modern_sync/Cargo.toml | 2 +- eden/mononoke/jobs/statistics_collector/Cargo.toml | 4 ++-- eden/mononoke/jobs/walker/Cargo.toml | 2 +- eden/mononoke/lfs_import_lib/Cargo.toml | 2 +- eden/mononoke/manifest/Cargo.toml | 2 +- eden/mononoke/megarepo_api/Cargo.toml | 4 ++-- eden/mononoke/megarepo_api/if/megarepo_configs/Cargo.toml | 2 +- .../megarepo_api/if/megarepo_configs/clients/Cargo.toml | 2 +- .../megarepo_api/if/megarepo_configs/mocks/Cargo.toml | 2 +- .../megarepo_api/if/megarepo_configs/services/Cargo.toml | 2 +- eden/mononoke/megarepo_api/mapping/Cargo.toml | 4 ++-- eden/mononoke/megarepo_api/megarepo_config/Cargo.toml | 2 +- eden/mononoke/megarepo_api/megarepo_error/Cargo.toml | 2 +- eden/mononoke/megarepo_api/pushredirect/Cargo.toml | 2 +- eden/mononoke/mercurial/bundles/Cargo.toml | 2 +- eden/mononoke/mercurial/mutation/Cargo.toml | 4 ++-- eden/mononoke/mercurial/mutation/if/Cargo.toml | 2 +- eden/mononoke/mercurial/mutation/if/clients/Cargo.toml | 2 +- eden/mononoke/mercurial/mutation/if/mocks/Cargo.toml | 2 +- eden/mononoke/mercurial/mutation/if/services/Cargo.toml | 2 +- eden/mononoke/mercurial/revlog/Cargo.toml | 2 +- eden/mononoke/mercurial/types/Cargo.toml | 4 ++-- eden/mononoke/mercurial/types/if/Cargo.toml | 2 +- eden/mononoke/mercurial/types/if/clients/Cargo.toml | 2 +- eden/mononoke/mercurial/types/if/mocks/Cargo.toml | 2 +- eden/mononoke/mercurial/types/if/services/Cargo.toml | 2 +- eden/mononoke/mercurial/types/mocks/Cargo.toml | 2 +- eden/mononoke/metaconfig/parser/Cargo.toml | 4 ++-- eden/mononoke/metaconfig/types/Cargo.toml | 4 ++-- eden/mononoke/mononoke_api/Cargo.toml | 2 +- eden/mononoke/mononoke_api_hg/Cargo.toml | 2 +- eden/mononoke/mononoke_types/Cargo.toml | 4 ++-- eden/mononoke/mononoke_types/serialization/Cargo.toml | 2 +- .../mononoke_types/serialization/clients/Cargo.toml | 2 +- eden/mononoke/mononoke_types/serialization/mocks/Cargo.toml | 2 +- .../mononoke_types/serialization/services/Cargo.toml | 2 +- .../mononoke/repo_attributes/bonsai_blob_mapping/Cargo.toml | 2 +- eden/mononoke/repo_attributes/bonsai_git_mapping/Cargo.toml | 2 +- .../git_mapping_pushrebase_hook/Cargo.toml | 2 +- .../repo_attributes/bonsai_git_mapping/if/Cargo.toml | 2 +- .../bonsai_git_mapping/if/clients/Cargo.toml | 2 +- .../repo_attributes/bonsai_git_mapping/if/mocks/Cargo.toml | 2 +- .../bonsai_git_mapping/if/services/Cargo.toml | 2 +- .../repo_attributes/bonsai_globalrev_mapping/Cargo.toml | 2 +- .../globalrev_pushrebase_hook/Cargo.toml | 2 +- .../repo_attributes/bonsai_globalrev_mapping/if/Cargo.toml | 2 +- .../bonsai_globalrev_mapping/if/clients/Cargo.toml | 2 +- .../bonsai_globalrev_mapping/if/mocks/Cargo.toml | 2 +- .../bonsai_globalrev_mapping/if/services/Cargo.toml | 2 +- eden/mononoke/repo_attributes/bonsai_hg_mapping/Cargo.toml | 2 +- .../repo_attributes/bonsai_hg_mapping/if/Cargo.toml | 2 +- .../repo_attributes/bonsai_hg_mapping/if/clients/Cargo.toml | 2 +- .../repo_attributes/bonsai_hg_mapping/if/mocks/Cargo.toml | 2 +- .../bonsai_hg_mapping/if/services/Cargo.toml | 2 +- .../repo_attributes/bonsai_svnrev_mapping/Cargo.toml | 2 +- .../repo_attributes/bonsai_svnrev_mapping/if/Cargo.toml | 2 +- .../bonsai_svnrev_mapping/if/clients/Cargo.toml | 2 +- .../bonsai_svnrev_mapping/if/mocks/Cargo.toml | 2 +- .../bonsai_svnrev_mapping/if/services/Cargo.toml | 2 +- eden/mononoke/repo_attributes/bonsai_tag_mapping/Cargo.toml | 2 +- eden/mononoke/repo_attributes/bookmarks/Cargo.toml | 2 +- .../repo_attributes/bookmarks/bookmarks_cache/Cargo.toml | 2 +- .../repo_attributes/bookmarks/bookmarks_movement/Cargo.toml | 2 +- .../repo_attributes/bookmarks/bookmarks_types/Cargo.toml | 2 +- .../repo_attributes/bookmarks/dbbookmarks/Cargo.toml | 2 +- .../bookmarks/multi_repo_bookmarks_transaction/Cargo.toml | 2 +- .../bookmarks/warm_bookmarks_cache/Cargo.toml | 2 +- .../commit_graph/buffered_commit_graph_storage/Cargo.toml | 2 +- .../commit_graph/caching_commit_graph_storage/Cargo.toml | 2 +- .../repo_attributes/commit_graph/commit_graph/Cargo.toml | 2 +- .../commit_graph/commit_graph_testlib/Cargo.toml | 2 +- .../commit_graph/commit_graph_types/Cargo.toml | 2 +- .../commit_graph/commit_graph_types/if/Cargo.toml | 2 +- .../commit_graph/commit_graph_types/if/clients/Cargo.toml | 2 +- .../commit_graph/commit_graph_types/if/mocks/Cargo.toml | 2 +- .../commit_graph/commit_graph_types/if/services/Cargo.toml | 2 +- .../commit_graph/in_memory_commit_graph_storage/Cargo.toml | 2 +- .../commit_graph/memwrites_commit_graph_storage/Cargo.toml | 2 +- .../commit_graph/preloaded_commit_graph_storage/Cargo.toml | 2 +- .../commit_graph/sql_commit_graph_storage/Cargo.toml | 2 +- eden/mononoke/repo_attributes/deletion_log/Cargo.toml | 2 +- eden/mononoke/repo_attributes/filenodes/Cargo.toml | 2 +- eden/mononoke/repo_attributes/filenodes/if/Cargo.toml | 2 +- .../repo_attributes/filenodes/if/clients/Cargo.toml | 2 +- eden/mononoke/repo_attributes/filenodes/if/mocks/Cargo.toml | 2 +- .../repo_attributes/filenodes/if/services/Cargo.toml | 2 +- eden/mononoke/repo_attributes/filestore/Cargo.toml | 2 +- .../repo_attributes/git_ref_content_mapping/Cargo.toml | 2 +- .../mononoke/repo_attributes/git_source_of_truth/Cargo.toml | 2 +- eden/mononoke/repo_attributes/git_symbolic_refs/Cargo.toml | 2 +- .../repo_attributes/git_symbolic_refs/if/Cargo.toml | 2 +- .../repo_attributes/git_symbolic_refs/if/clients/Cargo.toml | 2 +- .../repo_attributes/git_symbolic_refs/if/mocks/Cargo.toml | 2 +- .../git_symbolic_refs/if/services/Cargo.toml | 2 +- .../repo_attributes/hook_manager/hook_manager/Cargo.toml | 2 +- eden/mononoke/repo_attributes/mutable_blobstore/Cargo.toml | 2 +- eden/mononoke/repo_attributes/mutable_counters/Cargo.toml | 2 +- eden/mononoke/repo_attributes/mutable_renames/Cargo.toml | 2 +- eden/mononoke/repo_attributes/mutable_renames/if/Cargo.toml | 2 +- .../repo_attributes/mutable_renames/if/clients/Cargo.toml | 2 +- .../repo_attributes/mutable_renames/if/mocks/Cargo.toml | 2 +- .../repo_attributes/mutable_renames/if/services/Cargo.toml | 2 +- eden/mononoke/repo_attributes/newfilenodes/Cargo.toml | 2 +- eden/mononoke/repo_attributes/phases/Cargo.toml | 2 +- eden/mononoke/repo_attributes/phases/sqlphases/Cargo.toml | 2 +- .../repo_attributes/pushrebase_mutation_mapping/Cargo.toml | 2 +- eden/mononoke/repo_attributes/repo_blobstore/Cargo.toml | 2 +- .../mononoke/repo_attributes/repo_bookmark_attrs/Cargo.toml | 2 +- eden/mononoke/repo_attributes/repo_cross_repo/Cargo.toml | 2 +- .../repo_attributes/repo_derivation_queues/Cargo.toml | 2 +- .../repo_attributes/repo_derivation_queues/if/Cargo.toml | 2 +- .../repo_derivation_queues/if/clients/Cargo.toml | 2 +- .../repo_derivation_queues/if/mocks/Cargo.toml | 2 +- .../repo_derivation_queues/if/services/Cargo.toml | 2 +- eden/mononoke/repo_attributes/repo_derived_data/Cargo.toml | 2 +- .../repo_attributes/repo_event_publisher/Cargo.toml | 4 ++-- .../mononoke/repo_attributes/repo_lock/repo_lock/Cargo.toml | 2 +- .../repo_attributes/repo_metadata_checkpoint/Cargo.toml | 2 +- .../repo_attributes/repo_permission_checker/Cargo.toml | 2 +- .../repo_attributes/repo_sparse_profiles/Cargo.toml | 2 +- eden/mononoke/repo_attributes/restricted_paths/Cargo.toml | 4 ++-- .../repo_attributes/restricted_paths_acl_file/Cargo.toml | 2 +- eden/mononoke/repo_authorization/Cargo.toml | 2 +- eden/mononoke/repo_client/Cargo.toml | 4 ++-- eden/mononoke/repo_client/getbundle_response/Cargo.toml | 2 +- eden/mononoke/repo_client/obsolete/Cargo.toml | 2 +- eden/mononoke/repo_client/remotefilelog/Cargo.toml | 2 +- eden/mononoke/repo_client/streaming_clone/Cargo.toml | 2 +- eden/mononoke/repo_client/unbundle/Cargo.toml | 2 +- eden/mononoke/repo_client/wirepack/Cargo.toml | 2 +- eden/mononoke/repo_factory/Cargo.toml | 2 +- eden/mononoke/repo_factory/test_repo_factory/Cargo.toml | 2 +- eden/mononoke/scs/if/Cargo.toml | 2 +- eden/mononoke/scs/if/clients/Cargo.toml | 2 +- eden/mononoke/scs/if/mocks/Cargo.toml | 2 +- eden/mononoke/scs/if/services/Cargo.toml | 2 +- eden/mononoke/servers/git/git_server/Cargo.toml | 4 ++-- eden/mononoke/servers/lfs/lfs_server/Cargo.toml | 4 ++-- eden/mononoke/servers/scs/scs_methods/Cargo.toml | 4 ++-- eden/mononoke/servers/slapi/slapi_server/Cargo.toml | 2 +- eden/mononoke/servers/slapi/slapi_server/qps/Cargo.toml | 2 +- .../servers/slapi/slapi_server/repo_listener/Cargo.toml | 4 ++-- eden/mononoke/servers/slapi/slapi_service/Cargo.toml | 4 ++-- eden/mononoke/servers/sshrelay/Cargo.toml | 2 +- eden/mononoke/tests/fixtures/Cargo.toml | 2 +- eden/mononoke/tests/utils/Cargo.toml | 2 +- eden/mononoke/third_party/git_delta/Cargo.toml | 2 +- eden/mononoke/tools/admin/Cargo.toml | 4 ++-- .../mononoke/tools/aliasverify/tools/aliasverify/Cargo.toml | 2 +- eden/mononoke/tools/backfill_mapping/Cargo.toml | 2 +- eden/mononoke/tools/blobimport/tools/blobimport/Cargo.toml | 2 +- eden/mononoke/tools/bonsai_verify/Cargo.toml | 2 +- .../tools/check_git_wc/tools/check_git_wc/Cargo.toml | 2 +- eden/mononoke/tools/example/Cargo.toml | 2 +- eden/mononoke/tools/executor/Cargo.toml | 2 +- eden/mononoke/tools/import/Cargo.toml | 2 +- eden/mononoke/tools/packer/Cargo.toml | 2 +- eden/mononoke/tools/repo_import/Cargo.toml | 4 ++-- eden/mononoke/tools/sqlblob_gc/Cargo.toml | 2 +- eden/mononoke/tools/streaming_clone/Cargo.toml | 2 +- eden/mononoke/tools/tail-to-cloudwatch/Cargo.toml | 4 ++-- eden/mononoke/tools/testtool/Cargo.toml | 4 ++-- eden/scm/exec/eden_apfs_mount_helper/Cargo.toml | 4 ++-- eden/scm/exec/fsprobe/Cargo.toml | 2 +- eden/scm/exec/scm_daemon/Cargo.toml | 4 ++-- eden/scm/exec/scratch/Cargo.toml | 2 +- eden/scm/lib/auth/Cargo.toml | 2 +- eden/scm/lib/backingstore/Cargo.toml | 4 ++-- eden/scm/lib/blackbox/Cargo.toml | 4 ++-- eden/scm/lib/cats/Cargo.toml | 4 ++-- eden/scm/lib/checkout/Cargo.toml | 2 +- eden/scm/lib/clidispatch/Cargo.toml | 2 +- eden/scm/lib/clientinfo/Cargo.toml | 4 ++-- eden/scm/lib/cliparser/Cargo.toml | 2 +- eden/scm/lib/clone/Cargo.toml | 2 +- eden/scm/lib/commands/Cargo.toml | 2 +- eden/scm/lib/commands/cmdpy/Cargo.toml | 2 +- eden/scm/lib/commands/cmdutil/Cargo.toml | 2 +- eden/scm/lib/commands/commands/cmdcat/Cargo.toml | 2 +- eden/scm/lib/commands/commands/cmdclone/Cargo.toml | 2 +- eden/scm/lib/commands/commands/cmdconfig/Cargo.toml | 2 +- eden/scm/lib/commands/commands/cmdgoto/Cargo.toml | 2 +- eden/scm/lib/commands/commands/cmdstatus/Cargo.toml | 2 +- .../commands/debugcommands/cmddebuggitmodules/Cargo.toml | 2 +- .../commands/debugcommands/cmddebugmergestate/Cargo.toml | 2 +- .../lib/commands/debugcommands/cmddebugrunlog/Cargo.toml | 4 ++-- .../debugcommands/cmddebugstructuredprogress/Cargo.toml | 2 +- eden/scm/lib/commands/debugcommands/cmddebugwait/Cargo.toml | 2 +- eden/scm/lib/commandserver/Cargo.toml | 2 +- eden/scm/lib/commitcloudsubscriber/Cargo.toml | 6 +++--- eden/scm/lib/commits/Cargo.toml | 2 +- eden/scm/lib/commits/git/Cargo.toml | 2 +- eden/scm/lib/commits/trait/Cargo.toml | 2 +- eden/scm/lib/config/model/Cargo.toml | 2 +- eden/scm/lib/config/remote-loader/Cargo.toml | 4 ++-- eden/scm/lib/control-point/Cargo.toml | 4 ++-- eden/scm/lib/copytrace/Cargo.toml | 2 +- eden/scm/lib/cpython-async/Cargo.toml | 2 +- eden/scm/lib/cpython-ext/Cargo.toml | 2 +- eden/scm/lib/dag/Cargo.toml | 2 +- eden/scm/lib/dag/gitdag/Cargo.toml | 2 +- eden/scm/lib/debugtop/Cargo.toml | 2 +- eden/scm/lib/eagerepo/Cargo.toml | 2 +- eden/scm/lib/eagerepo/id20store/Cargo.toml | 2 +- eden/scm/lib/edenapi/Cargo.toml | 4 ++-- eden/scm/lib/edenapi/ext/Cargo.toml | 2 +- eden/scm/lib/edenapi/trait/Cargo.toml | 2 +- eden/scm/lib/edenapi/types/Cargo.toml | 4 ++-- eden/scm/lib/edenfs-client/Cargo.toml | 2 +- eden/scm/lib/edenfs_ffi/Cargo.toml | 2 +- eden/scm/lib/exchange/Cargo.toml | 2 +- eden/scm/lib/filewalk/Cargo.toml | 2 +- eden/scm/lib/filters/Cargo.toml | 2 +- eden/scm/lib/formatter/Cargo.toml | 4 ++-- eden/scm/lib/gitcompat/Cargo.toml | 2 +- eden/scm/lib/gitstore/Cargo.toml | 2 +- eden/scm/lib/hook/Cargo.toml | 4 ++-- eden/scm/lib/http-client/Cargo.toml | 4 ++-- eden/scm/lib/identity/Cargo.toml | 2 +- eden/scm/lib/journal/Cargo.toml | 2 +- eden/scm/lib/manifest-augmented-tree/Cargo.toml | 2 +- eden/scm/lib/manifest-tree/Cargo.toml | 2 +- eden/scm/lib/manifest/Cargo.toml | 2 +- eden/scm/lib/metalog/Cargo.toml | 4 ++-- eden/scm/lib/metrics/Cargo.toml | 2 +- eden/scm/lib/ministate/Cargo.toml | 2 +- eden/scm/lib/mutationstore/Cargo.toml | 2 +- eden/scm/lib/nodemap/Cargo.toml | 2 +- eden/scm/lib/pathhistory/Cargo.toml | 2 +- eden/scm/lib/pathmatcher/Cargo.toml | 2 +- eden/scm/lib/pathmatcher/types/Cargo.toml | 2 +- eden/scm/lib/refencode/Cargo.toml | 2 +- eden/scm/lib/repo/Cargo.toml | 2 +- eden/scm/lib/repo/repo-minimal-info/Cargo.toml | 2 +- eden/scm/lib/repo/url/Cargo.toml | 2 +- eden/scm/lib/repolock/Cargo.toml | 2 +- eden/scm/lib/revisionstore/Cargo.toml | 4 ++-- eden/scm/lib/revisionstore/types/Cargo.toml | 2 +- eden/scm/lib/revlogindex/Cargo.toml | 2 +- eden/scm/lib/revsets/Cargo.toml | 2 +- eden/scm/lib/runlog/Cargo.toml | 4 ++-- eden/scm/lib/sampling-profiler/Cargo.toml | 2 +- eden/scm/lib/sampling-profiler/global-profiler/Cargo.toml | 2 +- eden/scm/lib/sampling/Cargo.toml | 2 +- eden/scm/lib/sparse/Cargo.toml | 2 +- eden/scm/lib/storemodel/Cargo.toml | 2 +- eden/scm/lib/streams/Cargo.toml | 2 +- eden/scm/lib/thrift-types/Cargo.toml | 2 +- eden/scm/lib/tracing-analyzer/Cargo.toml | 2 +- eden/scm/lib/tracing-collector/Cargo.toml | 2 +- eden/scm/lib/tracing-reload/Cargo.toml | 2 +- eden/scm/lib/treestate/Cargo.toml | 2 +- eden/scm/lib/types/Cargo.toml | 4 ++-- eden/scm/lib/util/Cargo.toml | 2 +- eden/scm/lib/util/factory/Cargo.toml | 2 +- eden/scm/lib/util/format-util/Cargo.toml | 4 ++-- eden/scm/lib/util/nodeipc/Cargo.toml | 4 ++-- eden/scm/lib/util/pubsub/Cargo.toml | 2 +- eden/scm/lib/util/sysutil/Cargo.toml | 2 +- eden/scm/lib/util/udsipc/Cargo.toml | 2 +- eden/scm/lib/vfs/Cargo.toml | 2 +- eden/scm/lib/virtual-repo/Cargo.toml | 2 +- eden/scm/lib/webview-app/Cargo.toml | 4 ++-- eden/scm/lib/workingcopy/Cargo.toml | 4 ++-- eden/scm/lib/workingcopy/repostate/Cargo.toml | 2 +- eden/scm/saplingnative/bindings/modules/pyauth/Cargo.toml | 2 +- .../saplingnative/bindings/modules/pycheckout/Cargo.toml | 2 +- .../bindings/modules/pyconfigloader/Cargo.toml | 2 +- eden/scm/saplingnative/bindings/modules/pydag/Cargo.toml | 2 +- .../saplingnative/bindings/modules/pyeagerepo/Cargo.toml | 2 +- .../scm/saplingnative/bindings/modules/pyedenapi/Cargo.toml | 2 +- .../bindings/modules/pyedenfsassertedstates/Cargo.toml | 2 +- eden/scm/saplingnative/bindings/modules/pyhook/Cargo.toml | 2 +- eden/scm/saplingnative/bindings/modules/pyio/Cargo.toml | 2 +- .../saplingnative/bindings/modules/pymanifest/Cargo.toml | 2 +- .../bindings/modules/pymutationstore/Cargo.toml | 2 +- .../scm/saplingnative/bindings/modules/pynodeipc/Cargo.toml | 2 +- .../saplingnative/bindings/modules/pypathmatcher/Cargo.toml | 2 +- .../bindings/modules/pyrevisionstore/Cargo.toml | 2 +- eden/scm/saplingnative/bindings/modules/pyserde/Cargo.toml | 2 +- .../scm/saplingnative/bindings/modules/pytermwiz/Cargo.toml | 2 +- .../scm/saplingnative/bindings/modules/pytracing/Cargo.toml | 2 +- .../saplingnative/bindings/modules/pytreestate/Cargo.toml | 2 +- eden/scm/saplingnative/bindings/modules/pyworker/Cargo.toml | 2 +- .../saplingnative/bindings/modules/pyworkingcopy/Cargo.toml | 2 +- fb303/thrift/rust/Cargo.toml | 2 +- fb303/thrift/rust/clients/Cargo.toml | 2 +- fb303/thrift/rust/gen_safe_patch/Cargo.toml | 2 +- fb303/thrift/rust/gen_safe_patch/clients/Cargo.toml | 2 +- fb303/thrift/rust/gen_safe_patch/mocks/Cargo.toml | 2 +- fb303/thrift/rust/gen_safe_patch/services/Cargo.toml | 2 +- fb303/thrift/rust/mocks/Cargo.toml | 2 +- fb303/thrift/rust/services/Cargo.toml | 2 +- thrift/lib/rust/Cargo.toml | 4 ++-- thrift/lib/rust/annotation/all/Cargo.toml | 2 +- thrift/lib/rust/annotation/all/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/all/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/all/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/compat/Cargo.toml | 2 +- thrift/lib/rust/annotation/compat/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/compat/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/compat/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/cpp/Cargo.toml | 2 +- thrift/lib/rust/annotation/cpp/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/cpp/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/cpp/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/erlang/Cargo.toml | 2 +- thrift/lib/rust/annotation/erlang/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/erlang/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/erlang/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/go/Cargo.toml | 2 +- thrift/lib/rust/annotation/go/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/go/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/go/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/hack/Cargo.toml | 2 +- thrift/lib/rust/annotation/hack/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/hack/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/hack/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/java/Cargo.toml | 2 +- thrift/lib/rust/annotation/java/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/java/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/java/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/python/Cargo.toml | 2 +- thrift/lib/rust/annotation/python/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/python/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/python/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/rust/Cargo.toml | 2 +- thrift/lib/rust/annotation/rust/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/rust/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/rust/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/scope/Cargo.toml | 2 +- thrift/lib/rust/annotation/scope/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/scope/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/scope/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/thrift/Cargo.toml | 2 +- thrift/lib/rust/annotation/thrift/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/thrift/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/thrift/services/Cargo.toml | 2 +- thrift/lib/rust/deterministic_hash/Cargo.toml | 2 +- thrift/lib/rust/deterministic_hash/src/tests/Cargo.toml | 2 +- .../rust/deterministic_hash/src/tests/clients/Cargo.toml | 2 +- .../lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml | 2 +- .../rust/deterministic_hash/src/tests/services/Cargo.toml | 2 +- thrift/lib/rust/src/dep_tests/Cargo.toml | 4 ++-- thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml | 2 +- .../lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml | 2 +- thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml | 2 +- .../lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml | 2 +- .../lib/rust/src/dep_tests/cargo_thrift_comdef/Cargo.toml | 2 +- .../src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml | 2 +- .../rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml | 2 +- .../src/dep_tests/cargo_thrift_comdef/services/Cargo.toml | 2 +- .../lib/rust/src/dep_tests/cargo_thrift_optdef/Cargo.toml | 2 +- .../src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml | 2 +- .../rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml | 2 +- .../src/dep_tests/cargo_thrift_optdef/services/Cargo.toml | 2 +- 630 files changed, 690 insertions(+), 690 deletions(-) diff --git a/common/rust/shed/futures_ext/Cargo.toml b/common/rust/shed/futures_ext/Cargo.toml index 972c8acc55fa7..591fe0ce29a4e 100644 --- a/common/rust/shed/futures_ext/Cargo.toml +++ b/common/rust/shed/futures_ext/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" futures = { version = "0.3.31", features = ["async-await", "compat"] } pin-project = "1.1.10" shared_error = { version = "0.1.0", path = "../shared_error" } diff --git a/common/rust/shed/hostname/Cargo.toml b/common/rust/shed/hostname/Cargo.toml index 8ee21ab6e040d..15e8ceaae7301 100644 --- a/common/rust/shed/hostname/Cargo.toml +++ b/common/rust/shed/hostname/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" real_hostname = { package = "hostname", version = "0.3" } [lints] diff --git a/common/rust/shed/shared_error/Cargo.toml b/common/rust/shed/shared_error/Cargo.toml index 8d6d32817e527..6b88f9c2d6d38 100644 --- a/common/rust/shed/shared_error/Cargo.toml +++ b/common/rust/shed/shared_error/Cargo.toml @@ -11,6 +11,6 @@ repository = "https://github.com/facebookexperimental/rust-shed" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" slog = { version = "2.8.2", features = ["max_level_trace", "nested-values"] } thiserror = "2.0.18" diff --git a/common/rust/shed/thrift_compiler/Cargo.toml b/common/rust/shed/thrift_compiler/Cargo.toml index 7d930137d8a7e..2a4df19ac37a4 100644 --- a/common/rust/shed/thrift_compiler/Cargo.toml +++ b/common/rust/shed/thrift_compiler/Cargo.toml @@ -15,7 +15,7 @@ name = "compiler" path = "src/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } dunce = "1.0.5" serde = { version = "1.0.219", features = ["derive", "rc"] } diff --git a/configerator/structs/scm/hg/hgclientconf/Cargo.toml b/configerator/structs/scm/hg/hgclientconf/Cargo.toml index 84b5a922a97f0..e83e966f64ecb 100644 --- a/configerator/structs/scm/hg/hgclientconf/Cargo.toml +++ b/configerator/structs/scm/hg/hgclientconf/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/hg/hgclientconf/clients/Cargo.toml b/configerator/structs/scm/hg/hgclientconf/clients/Cargo.toml index 39cda7a20396e..f373d40a37e5f 100644 --- a/configerator/structs/scm/hg/hgclientconf/clients/Cargo.toml +++ b/configerator/structs/scm/hg/hgclientconf/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } config__types = { package = "config", version = "0.1.0", path = ".." } diff --git a/configerator/structs/scm/hg/hgclientconf/mocks/Cargo.toml b/configerator/structs/scm/hg/hgclientconf/mocks/Cargo.toml index db88fad293ef8..5e39e1633c04c 100644 --- a/configerator/structs/scm/hg/hgclientconf/mocks/Cargo.toml +++ b/configerator/structs/scm/hg/hgclientconf/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } config__clients = { package = "config_clients", version = "0.1.0", path = "../clients" } diff --git a/configerator/structs/scm/hg/hgclientconf/services/Cargo.toml b/configerator/structs/scm/hg/hgclientconf/services/Cargo.toml index 9ae56f5b1019a..7a587e27618f0 100644 --- a/configerator/structs/scm/hg/hgclientconf/services/Cargo.toml +++ b/configerator/structs/scm/hg/hgclientconf/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } config__types = { package = "config", version = "0.1.0", path = ".." } diff --git a/configerator/structs/scm/mononoke/constants/Cargo.toml b/configerator/structs/scm/mononoke/constants/Cargo.toml index d9737a2fabc4a..afbffbfd9f430 100644 --- a/configerator/structs/scm/mononoke/constants/Cargo.toml +++ b/configerator/structs/scm/mononoke/constants/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/configerator/structs/scm/mononoke/constants/clients/Cargo.toml b/configerator/structs/scm/mononoke/constants/clients/Cargo.toml index f2c83442d985f..94a4733b868cb 100644 --- a/configerator/structs/scm/mononoke/constants/clients/Cargo.toml +++ b/configerator/structs/scm/mononoke/constants/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } constants__types = { package = "constants", version = "0.1.0", path = ".." } diff --git a/configerator/structs/scm/mononoke/constants/mocks/Cargo.toml b/configerator/structs/scm/mononoke/constants/mocks/Cargo.toml index ac3f5c8917579..f15e8e507b549 100644 --- a/configerator/structs/scm/mononoke/constants/mocks/Cargo.toml +++ b/configerator/structs/scm/mononoke/constants/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } constants__clients = { package = "constants_clients", version = "0.1.0", path = "../clients" } diff --git a/configerator/structs/scm/mononoke/constants/services/Cargo.toml b/configerator/structs/scm/mononoke/constants/services/Cargo.toml index ce0963b58040b..65cbca340d368 100644 --- a/configerator/structs/scm/mononoke/constants/services/Cargo.toml +++ b/configerator/structs/scm/mononoke/constants/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } constants__types = { package = "constants", version = "0.1.0", path = ".." } diff --git a/configerator/structs/scm/mononoke/lfs_server/Cargo.toml b/configerator/structs/scm/mononoke/lfs_server/Cargo.toml index 75d21016d52e5..02cf17238e843 100644 --- a/configerator/structs/scm/mononoke/lfs_server/Cargo.toml +++ b/configerator/structs/scm/mononoke/lfs_server/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/configerator/structs/scm/mononoke/lfs_server/clients/Cargo.toml b/configerator/structs/scm/mononoke/lfs_server/clients/Cargo.toml index 6085bedd8d096..c1a810c936f07 100644 --- a/configerator/structs/scm/mononoke/lfs_server/clients/Cargo.toml +++ b/configerator/structs/scm/mononoke/lfs_server/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/lfs_server/mocks/Cargo.toml b/configerator/structs/scm/mononoke/lfs_server/mocks/Cargo.toml index b21ee29a50f95..e30837f9706f9 100644 --- a/configerator/structs/scm/mononoke/lfs_server/mocks/Cargo.toml +++ b/configerator/structs/scm/mononoke/lfs_server/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/lfs_server/services/Cargo.toml b/configerator/structs/scm/mononoke/lfs_server/services/Cargo.toml index 81acb2484f81e..2ec671778a4ab 100644 --- a/configerator/structs/scm/mononoke/lfs_server/services/Cargo.toml +++ b/configerator/structs/scm/mononoke/lfs_server/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/load_limiter/Cargo.toml b/configerator/structs/scm/mononoke/load_limiter/Cargo.toml index ccc2a1876b9b2..46b0c3959016b 100644 --- a/configerator/structs/scm/mononoke/load_limiter/Cargo.toml +++ b/configerator/structs/scm/mononoke/load_limiter/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/configerator/structs/scm/mononoke/load_limiter/clients/Cargo.toml b/configerator/structs/scm/mononoke/load_limiter/clients/Cargo.toml index ec8119e8765f8..41a5ae91fc937 100644 --- a/configerator/structs/scm/mononoke/load_limiter/clients/Cargo.toml +++ b/configerator/structs/scm/mononoke/load_limiter/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/load_limiter/mocks/Cargo.toml b/configerator/structs/scm/mononoke/load_limiter/mocks/Cargo.toml index 7e8ed35aa1273..bcdd2e3686522 100644 --- a/configerator/structs/scm/mononoke/load_limiter/mocks/Cargo.toml +++ b/configerator/structs/scm/mononoke/load_limiter/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/load_limiter/services/Cargo.toml b/configerator/structs/scm/mononoke/load_limiter/services/Cargo.toml index b4bc943f6b4c6..a5104ee1964db 100644 --- a/configerator/structs/scm/mononoke/load_limiter/services/Cargo.toml +++ b/configerator/structs/scm/mononoke/load_limiter/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/mysql/replication_lag/Cargo.toml b/configerator/structs/scm/mononoke/mysql/replication_lag/Cargo.toml index 28fca54b2832e..609009675f202 100644 --- a/configerator/structs/scm/mononoke/mysql/replication_lag/Cargo.toml +++ b/configerator/structs/scm/mononoke/mysql/replication_lag/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/configerator/structs/scm/mononoke/mysql/replication_lag/clients/Cargo.toml b/configerator/structs/scm/mononoke/mysql/replication_lag/clients/Cargo.toml index afa140e069696..9a5d4571d49d1 100644 --- a/configerator/structs/scm/mononoke/mysql/replication_lag/clients/Cargo.toml +++ b/configerator/structs/scm/mononoke/mysql/replication_lag/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/mysql/replication_lag/mocks/Cargo.toml b/configerator/structs/scm/mononoke/mysql/replication_lag/mocks/Cargo.toml index d846d3ad8b7e6..79c25edad063e 100644 --- a/configerator/structs/scm/mononoke/mysql/replication_lag/mocks/Cargo.toml +++ b/configerator/structs/scm/mononoke/mysql/replication_lag/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/mysql/replication_lag/services/Cargo.toml b/configerator/structs/scm/mononoke/mysql/replication_lag/services/Cargo.toml index 74dc3e4a07b9b..767a41aa67f7d 100644 --- a/configerator/structs/scm/mononoke/mysql/replication_lag/services/Cargo.toml +++ b/configerator/structs/scm/mononoke/mysql/replication_lag/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/observability/Cargo.toml b/configerator/structs/scm/mononoke/observability/Cargo.toml index 20aa5b0f6df53..bae8257d6c0ae 100644 --- a/configerator/structs/scm/mononoke/observability/Cargo.toml +++ b/configerator/structs/scm/mononoke/observability/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/configerator/structs/scm/mononoke/observability/clients/Cargo.toml b/configerator/structs/scm/mononoke/observability/clients/Cargo.toml index b074263539615..df1aa91a13594 100644 --- a/configerator/structs/scm/mononoke/observability/clients/Cargo.toml +++ b/configerator/structs/scm/mononoke/observability/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/observability/mocks/Cargo.toml b/configerator/structs/scm/mononoke/observability/mocks/Cargo.toml index 5369f96b7520d..9df1de8cfeca8 100644 --- a/configerator/structs/scm/mononoke/observability/mocks/Cargo.toml +++ b/configerator/structs/scm/mononoke/observability/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/observability/services/Cargo.toml b/configerator/structs/scm/mononoke/observability/services/Cargo.toml index 5d86a33276b8d..679b546790f1b 100644 --- a/configerator/structs/scm/mononoke/observability/services/Cargo.toml +++ b/configerator/structs/scm/mononoke/observability/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/qps/Cargo.toml b/configerator/structs/scm/mononoke/qps/Cargo.toml index 26db9217a8293..fde98f256dcd2 100644 --- a/configerator/structs/scm/mononoke/qps/Cargo.toml +++ b/configerator/structs/scm/mononoke/qps/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/configerator/structs/scm/mononoke/qps/clients/Cargo.toml b/configerator/structs/scm/mononoke/qps/clients/Cargo.toml index 20d85915c6d88..4abb1b6444110 100644 --- a/configerator/structs/scm/mononoke/qps/clients/Cargo.toml +++ b/configerator/structs/scm/mononoke/qps/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/qps/mocks/Cargo.toml b/configerator/structs/scm/mononoke/qps/mocks/Cargo.toml index 9a65130e5d5ba..4c49e8e5aaad2 100644 --- a/configerator/structs/scm/mononoke/qps/mocks/Cargo.toml +++ b/configerator/structs/scm/mononoke/qps/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/qps/services/Cargo.toml b/configerator/structs/scm/mononoke/qps/services/Cargo.toml index da9845957a5d4..8e018f6f1fbab 100644 --- a/configerator/structs/scm/mononoke/qps/services/Cargo.toml +++ b/configerator/structs/scm/mononoke/qps/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/ratelimiting/Cargo.toml b/configerator/structs/scm/mononoke/ratelimiting/Cargo.toml index 0f58b5edb9976..a04a547dd8757 100644 --- a/configerator/structs/scm/mononoke/ratelimiting/Cargo.toml +++ b/configerator/structs/scm/mononoke/ratelimiting/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/ratelimiting/clients/Cargo.toml b/configerator/structs/scm/mononoke/ratelimiting/clients/Cargo.toml index 1d7fbfd97c48c..7675e52eed3cd 100644 --- a/configerator/structs/scm/mononoke/ratelimiting/clients/Cargo.toml +++ b/configerator/structs/scm/mononoke/ratelimiting/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/ratelimiting/mocks/Cargo.toml b/configerator/structs/scm/mononoke/ratelimiting/mocks/Cargo.toml index 2c95897d923a5..d4eae4a1b2273 100644 --- a/configerator/structs/scm/mononoke/ratelimiting/mocks/Cargo.toml +++ b/configerator/structs/scm/mononoke/ratelimiting/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/ratelimiting/services/Cargo.toml b/configerator/structs/scm/mononoke/ratelimiting/services/Cargo.toml index b8da0142e91c2..13253f5e731c4 100644 --- a/configerator/structs/scm/mononoke/ratelimiting/services/Cargo.toml +++ b/configerator/structs/scm/mononoke/ratelimiting/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/redaction/Cargo.toml b/configerator/structs/scm/mononoke/redaction/Cargo.toml index 7b109841fb4fe..2754979f71fb5 100644 --- a/configerator/structs/scm/mononoke/redaction/Cargo.toml +++ b/configerator/structs/scm/mononoke/redaction/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/configerator/structs/scm/mononoke/redaction/clients/Cargo.toml b/configerator/structs/scm/mononoke/redaction/clients/Cargo.toml index e08c98f7a5b41..ffc9fe00abed0 100644 --- a/configerator/structs/scm/mononoke/redaction/clients/Cargo.toml +++ b/configerator/structs/scm/mononoke/redaction/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/redaction/mocks/Cargo.toml b/configerator/structs/scm/mononoke/redaction/mocks/Cargo.toml index 58b9a8a405650..f99206423b674 100644 --- a/configerator/structs/scm/mononoke/redaction/mocks/Cargo.toml +++ b/configerator/structs/scm/mononoke/redaction/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/redaction/services/Cargo.toml b/configerator/structs/scm/mononoke/redaction/services/Cargo.toml index d20d03c679e5c..94de6bad75162 100644 --- a/configerator/structs/scm/mononoke/redaction/services/Cargo.toml +++ b/configerator/structs/scm/mononoke/redaction/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/repos/commitsync/Cargo.toml b/configerator/structs/scm/mononoke/repos/commitsync/Cargo.toml index 570f6b2858c1d..7587805e6acac 100644 --- a/configerator/structs/scm/mononoke/repos/commitsync/Cargo.toml +++ b/configerator/structs/scm/mononoke/repos/commitsync/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/configerator/structs/scm/mononoke/repos/commitsync/clients/Cargo.toml b/configerator/structs/scm/mononoke/repos/commitsync/clients/Cargo.toml index 2af7d693b87a8..d235d3b7e7bdc 100644 --- a/configerator/structs/scm/mononoke/repos/commitsync/clients/Cargo.toml +++ b/configerator/structs/scm/mononoke/repos/commitsync/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } commitsync__types = { package = "commitsync", version = "0.1.0", path = ".." } diff --git a/configerator/structs/scm/mononoke/repos/commitsync/mocks/Cargo.toml b/configerator/structs/scm/mononoke/repos/commitsync/mocks/Cargo.toml index 8ccd816982f68..61dd72670c8b1 100644 --- a/configerator/structs/scm/mononoke/repos/commitsync/mocks/Cargo.toml +++ b/configerator/structs/scm/mononoke/repos/commitsync/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } commitsync__clients = { package = "commitsync_clients", version = "0.1.0", path = "../clients" } diff --git a/configerator/structs/scm/mononoke/repos/commitsync/services/Cargo.toml b/configerator/structs/scm/mononoke/repos/commitsync/services/Cargo.toml index 797de9b9f2248..bd248baa3385c 100644 --- a/configerator/structs/scm/mononoke/repos/commitsync/services/Cargo.toml +++ b/configerator/structs/scm/mononoke/repos/commitsync/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } commitsync__types = { package = "commitsync", version = "0.1.0", path = ".." } diff --git a/configerator/structs/scm/mononoke/repos/repos/Cargo.toml b/configerator/structs/scm/mononoke/repos/repos/Cargo.toml index 8120ccbffee39..57ca19d7e7463 100644 --- a/configerator/structs/scm/mononoke/repos/repos/Cargo.toml +++ b/configerator/structs/scm/mononoke/repos/repos/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/configerator/structs/scm/mononoke/repos/repos/clients/Cargo.toml b/configerator/structs/scm/mononoke/repos/repos/clients/Cargo.toml index 0239d14e98f00..104762c7613d7 100644 --- a/configerator/structs/scm/mononoke/repos/repos/clients/Cargo.toml +++ b/configerator/structs/scm/mononoke/repos/repos/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/repos/repos/mocks/Cargo.toml b/configerator/structs/scm/mononoke/repos/repos/mocks/Cargo.toml index 614b471554905..7d8a85bf5e33c 100644 --- a/configerator/structs/scm/mononoke/repos/repos/mocks/Cargo.toml +++ b/configerator/structs/scm/mononoke/repos/repos/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/repos/repos/services/Cargo.toml b/configerator/structs/scm/mononoke/repos/repos/services/Cargo.toml index d72f9684a3541..f619ec19b210d 100644 --- a/configerator/structs/scm/mononoke/repos/repos/services/Cargo.toml +++ b/configerator/structs/scm/mononoke/repos/repos/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/sharding/processname/Cargo.toml b/configerator/structs/scm/mononoke/sharding/processname/Cargo.toml index 33efed5d501ab..38d811752e2f5 100644 --- a/configerator/structs/scm/mononoke/sharding/processname/Cargo.toml +++ b/configerator/structs/scm/mononoke/sharding/processname/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/configerator/structs/scm/mononoke/sharding/processname/clients/Cargo.toml b/configerator/structs/scm/mononoke/sharding/processname/clients/Cargo.toml index ce83b052dc222..5169c59c3b0f5 100644 --- a/configerator/structs/scm/mononoke/sharding/processname/clients/Cargo.toml +++ b/configerator/structs/scm/mononoke/sharding/processname/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/sharding/processname/mocks/Cargo.toml b/configerator/structs/scm/mononoke/sharding/processname/mocks/Cargo.toml index 5d8acc4a81226..9605abc5dc50e 100644 --- a/configerator/structs/scm/mononoke/sharding/processname/mocks/Cargo.toml +++ b/configerator/structs/scm/mononoke/sharding/processname/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/sharding/processname/services/Cargo.toml b/configerator/structs/scm/mononoke/sharding/processname/services/Cargo.toml index fa371384d2e53..4a075f6820f93 100644 --- a/configerator/structs/scm/mononoke/sharding/processname/services/Cargo.toml +++ b/configerator/structs/scm/mononoke/sharding/processname/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/sharding/regions/Cargo.toml b/configerator/structs/scm/mononoke/sharding/regions/Cargo.toml index d1e30d5ed6afb..80e0346342f2e 100644 --- a/configerator/structs/scm/mononoke/sharding/regions/Cargo.toml +++ b/configerator/structs/scm/mononoke/sharding/regions/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/configerator/structs/scm/mononoke/sharding/regions/clients/Cargo.toml b/configerator/structs/scm/mononoke/sharding/regions/clients/Cargo.toml index 285f3dcb3477a..bd63f0ed8e041 100644 --- a/configerator/structs/scm/mononoke/sharding/regions/clients/Cargo.toml +++ b/configerator/structs/scm/mononoke/sharding/regions/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/sharding/regions/mocks/Cargo.toml b/configerator/structs/scm/mononoke/sharding/regions/mocks/Cargo.toml index 16c2b22319704..9d59db5b2ea3e 100644 --- a/configerator/structs/scm/mononoke/sharding/regions/mocks/Cargo.toml +++ b/configerator/structs/scm/mononoke/sharding/regions/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/sharding/regions/services/Cargo.toml b/configerator/structs/scm/mononoke/sharding/regions/services/Cargo.toml index 5336c03e06bd1..c0af3ff4a5a21 100644 --- a/configerator/structs/scm/mononoke/sharding/regions/services/Cargo.toml +++ b/configerator/structs/scm/mononoke/sharding/regions/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/sharding/sharding/Cargo.toml b/configerator/structs/scm/mononoke/sharding/sharding/Cargo.toml index 69bcd218649cd..31093ca4b8e48 100644 --- a/configerator/structs/scm/mononoke/sharding/sharding/Cargo.toml +++ b/configerator/structs/scm/mononoke/sharding/sharding/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/configerator/structs/scm/mononoke/sharding/sharding/clients/Cargo.toml b/configerator/structs/scm/mononoke/sharding/sharding/clients/Cargo.toml index 41e3321e889d5..5783dfebe8297 100644 --- a/configerator/structs/scm/mononoke/sharding/sharding/clients/Cargo.toml +++ b/configerator/structs/scm/mononoke/sharding/sharding/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/sharding/sharding/mocks/Cargo.toml b/configerator/structs/scm/mononoke/sharding/sharding/mocks/Cargo.toml index f03cd30dd32aa..51506698253d6 100644 --- a/configerator/structs/scm/mononoke/sharding/sharding/mocks/Cargo.toml +++ b/configerator/structs/scm/mononoke/sharding/sharding/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/sharding/sharding/services/Cargo.toml b/configerator/structs/scm/mononoke/sharding/sharding/services/Cargo.toml index 1cf78c1c2e88f..cc44465854c5b 100644 --- a/configerator/structs/scm/mononoke/sharding/sharding/services/Cargo.toml +++ b/configerator/structs/scm/mononoke/sharding/sharding/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/xdb_gc/Cargo.toml b/configerator/structs/scm/mononoke/xdb_gc/Cargo.toml index 2ff5a8ab43b76..645548bd19f14 100644 --- a/configerator/structs/scm/mononoke/xdb_gc/Cargo.toml +++ b/configerator/structs/scm/mononoke/xdb_gc/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/configerator/structs/scm/mononoke/xdb_gc/clients/Cargo.toml b/configerator/structs/scm/mononoke/xdb_gc/clients/Cargo.toml index 7c114dd9284c9..de7c9351bbe8e 100644 --- a/configerator/structs/scm/mononoke/xdb_gc/clients/Cargo.toml +++ b/configerator/structs/scm/mononoke/xdb_gc/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/xdb_gc/mocks/Cargo.toml b/configerator/structs/scm/mononoke/xdb_gc/mocks/Cargo.toml index cf7f877071421..0b015ff4ff703 100644 --- a/configerator/structs/scm/mononoke/xdb_gc/mocks/Cargo.toml +++ b/configerator/structs/scm/mononoke/xdb_gc/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/configerator/structs/scm/mononoke/xdb_gc/services/Cargo.toml b/configerator/structs/scm/mononoke/xdb_gc/services/Cargo.toml index 23ded83821ed9..139bab0c6c26e 100644 --- a/configerator/structs/scm/mononoke/xdb_gc/services/Cargo.toml +++ b/configerator/structs/scm/mononoke/xdb_gc/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/fs/cli_rs/edenfs-config/Cargo.toml b/eden/fs/cli_rs/edenfs-config/Cargo.toml index a5ecb2602d207..1e0ae04f6717f 100644 --- a/eden/fs/cli_rs/edenfs-config/Cargo.toml +++ b/eden/fs/cli_rs/edenfs-config/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" edenfs-error = { version = "0.1.0", path = "../edenfs-error" } serde = { version = "1.0.219", features = ["derive", "rc"] } stack-config = { version = "0.1.0", path = "../stack-config" } diff --git a/eden/fs/cli_rs/edenfs-error/Cargo.toml b/eden/fs/cli_rs/edenfs-error/Cargo.toml index ce2113248e69e..32c5b78f85b9d 100644 --- a/eden/fs/cli_rs/edenfs-error/Cargo.toml +++ b/eden/fs/cli_rs/edenfs-error/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" sapling-thrift-types = { version = "0.1.0", path = "../../../scm/lib/thrift-types" } thiserror = "2.0.18" thrift_streaming_clients = { version = "0.1.0", path = "../../service/thrift_streaming/clients" } diff --git a/eden/fs/cli_rs/edenfs-saved-state/Cargo.toml b/eden/fs/cli_rs/edenfs-saved-state/Cargo.toml index 54d3ea392ea83..cffe2b26b9d1c 100644 --- a/eden/fs/cli_rs/edenfs-saved-state/Cargo.toml +++ b/eden/fs/cli_rs/edenfs-saved-state/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } sapling-client = { version = "0.1.0", path = "../sapling-client" } serde = { version = "1.0.219", features = ["derive", "rc"] } diff --git a/eden/fs/cli_rs/sapling-client/Cargo.toml b/eden/fs/cli_rs/sapling-client/Cargo.toml index cb92bea9613f1..fa09ac57c135e 100644 --- a/eden/fs/cli_rs/sapling-client/Cargo.toml +++ b/eden/fs/cli_rs/sapling-client/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async_process_traits = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } lru-cache = "0.1.2" thiserror = "2.0.18" diff --git a/eden/fs/config/Cargo.toml b/eden/fs/config/Cargo.toml index 19b390e46549c..a47a7466a7696 100644 --- a/eden/fs/config/Cargo.toml +++ b/eden/fs/config/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/fs/config/clients/Cargo.toml b/eden/fs/config/clients/Cargo.toml index 1486d16b7392f..bd4f564675d35 100644 --- a/eden/fs/config/clients/Cargo.toml +++ b/eden/fs/config/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } config_thrift__types = { package = "config_thrift", version = "0.1.0", path = ".." } diff --git a/eden/fs/config/mocks/Cargo.toml b/eden/fs/config/mocks/Cargo.toml index d955d28f2b88f..76dbd3a0dc28c 100644 --- a/eden/fs/config/mocks/Cargo.toml +++ b/eden/fs/config/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } config_thrift__clients = { package = "config_thrift_clients", version = "0.1.0", path = "../clients" } diff --git a/eden/fs/config/services/Cargo.toml b/eden/fs/config/services/Cargo.toml index 2e3e5197fe0db..317e46565d4b5 100644 --- a/eden/fs/config/services/Cargo.toml +++ b/eden/fs/config/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } config_thrift__types = { package = "config_thrift", version = "0.1.0", path = ".." } diff --git a/eden/fs/inodes/overlay/Cargo.toml b/eden/fs/inodes/overlay/Cargo.toml index 9c81be52fe9a5..aa76cd52122f2 100644 --- a/eden/fs/inodes/overlay/Cargo.toml +++ b/eden/fs/inodes/overlay/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/fs/inodes/overlay/clients/Cargo.toml b/eden/fs/inodes/overlay/clients/Cargo.toml index 63da00b7dd654..255f67303a9f5 100644 --- a/eden/fs/inodes/overlay/clients/Cargo.toml +++ b/eden/fs/inodes/overlay/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/fs/inodes/overlay/mocks/Cargo.toml b/eden/fs/inodes/overlay/mocks/Cargo.toml index b883cd963fb10..8c847f6001d65 100644 --- a/eden/fs/inodes/overlay/mocks/Cargo.toml +++ b/eden/fs/inodes/overlay/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/fs/inodes/overlay/services/Cargo.toml b/eden/fs/inodes/overlay/services/Cargo.toml index d42178c7ea571..8709422eee410 100644 --- a/eden/fs/inodes/overlay/services/Cargo.toml +++ b/eden/fs/inodes/overlay/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/fs/rust/edenfs-asserted-states-client/Cargo.toml b/eden/fs/rust/edenfs-asserted-states-client/Cargo.toml index d65d64c4478e6..30f8dd0a184bc 100644 --- a/eden/fs/rust/edenfs-asserted-states-client/Cargo.toml +++ b/eden/fs/rust/edenfs-asserted-states-client/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fs-err = { version = "3", features = ["tokio"] } sapling-util = { version = "0.1.0", path = "../../../scm/lib/util" } serde = { version = "1.0.219", features = ["derive", "rc"] } diff --git a/eden/fs/rust/edenfs-asserted-states/Cargo.toml b/eden/fs/rust/edenfs-asserted-states/Cargo.toml index 11ad79561e6de..d458dcdedb649 100644 --- a/eden/fs/rust/edenfs-asserted-states/Cargo.toml +++ b/eden/fs/rust/edenfs-asserted-states/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" edenfs-asserted-states-client = { version = "0.1.0", path = "../edenfs-asserted-states-client" } edenfs-client = { version = "0.1.0", path = "../../cli_rs/edenfs-client" } edenfs-error = { version = "0.1.0", path = "../../cli_rs/edenfs-error" } @@ -19,7 +19,7 @@ lazy_static = "1.5" sapling-spawn-ext = { version = "0.1.0", path = "../../../scm/lib/spawn-ext" } sapling-util = { version = "0.1.0", path = "../../../scm/lib/util" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } whoami = "1.5" diff --git a/eden/fs/rust/redirect_ffi/Cargo.toml b/eden/fs/rust/redirect_ffi/Cargo.toml index 58c2b291187e6..12b37f5d6450e 100644 --- a/eden/fs/rust/redirect_ffi/Cargo.toml +++ b/eden/fs/rust/redirect_ffi/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cxx = "1.0.119" edenfs-client = { version = "0.1.0", path = "../../cli_rs/edenfs-client" } tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/fs/service/Cargo.toml b/eden/fs/service/Cargo.toml index da8c813a355a1..9535558e1364f 100644 --- a/eden/fs/service/Cargo.toml +++ b/eden/fs/service/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } config_thrift = { version = "0.1.0", path = "../config" } cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/fs/service/clients/Cargo.toml b/eden/fs/service/clients/Cargo.toml index 9709396aaf1da..ead1a1aa8d813 100644 --- a/eden/fs/service/clients/Cargo.toml +++ b/eden/fs/service/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } config_thrift = { version = "0.1.0", path = "../../config" } diff --git a/eden/fs/service/mocks/Cargo.toml b/eden/fs/service/mocks/Cargo.toml index 1f0958302a041..86baa5e0deb1c 100644 --- a/eden/fs/service/mocks/Cargo.toml +++ b/eden/fs/service/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } config_thrift = { version = "0.1.0", path = "../../config" } diff --git a/eden/fs/service/services/Cargo.toml b/eden/fs/service/services/Cargo.toml index aae86f22bdc8f..a25cb5bd050b4 100644 --- a/eden/fs/service/services/Cargo.toml +++ b/eden/fs/service/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } config_thrift = { version = "0.1.0", path = "../../config" } diff --git a/eden/fs/service/thrift_streaming/Cargo.toml b/eden/fs/service/thrift_streaming/Cargo.toml index 7ca5887858f1e..ee8433fe4d4b7 100644 --- a/eden/fs/service/thrift_streaming/Cargo.toml +++ b/eden/fs/service/thrift_streaming/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/fs/service/thrift_streaming/clients/Cargo.toml b/eden/fs/service/thrift_streaming/clients/Cargo.toml index 4b13c56e6001d..0b3ee56d0a972 100644 --- a/eden/fs/service/thrift_streaming/clients/Cargo.toml +++ b/eden/fs/service/thrift_streaming/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/fs/service/thrift_streaming/mocks/Cargo.toml b/eden/fs/service/thrift_streaming/mocks/Cargo.toml index 42c1a41442ef8..8959ea0c136e9 100644 --- a/eden/fs/service/thrift_streaming/mocks/Cargo.toml +++ b/eden/fs/service/thrift_streaming/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/fs/service/thrift_streaming/services/Cargo.toml b/eden/fs/service/thrift_streaming/services/Cargo.toml index 8cac07c6eddef..a6b2d0b0176a3 100644 --- a/eden/fs/service/thrift_streaming/services/Cargo.toml +++ b/eden/fs/service/thrift_streaming/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/benchmarks/derived_data/Cargo.toml b/eden/mononoke/benchmarks/derived_data/Cargo.toml index 3e277bb8d4c5a..c14bb64312e01 100644 --- a/eden/mononoke/benchmarks/derived_data/Cargo.toml +++ b/eden/mononoke/benchmarks/derived_data/Cargo.toml @@ -27,7 +27,7 @@ name = "benchmark_large_directory" path = "benchmark_large_directory.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } bonsai_hg_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_hg_mapping" } diff --git a/eden/mononoke/benchmarks/filestore/Cargo.toml b/eden/mononoke/benchmarks/filestore/Cargo.toml index 4cca61a7808dd..73a532be94a39 100644 --- a/eden/mononoke/benchmarks/filestore/Cargo.toml +++ b/eden/mononoke/benchmarks/filestore/Cargo.toml @@ -13,7 +13,7 @@ path = "benchmark_filestore.rs" test = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } blobstore_factory = { version = "0.1.0", path = "../../blobstore/factory" } diff --git a/eden/mononoke/benchmarks/storage_config/Cargo.toml b/eden/mononoke/benchmarks/storage_config/Cargo.toml index d1df42e41484b..53f5b60d54adf 100644 --- a/eden/mononoke/benchmarks/storage_config/Cargo.toml +++ b/eden/mononoke/benchmarks/storage_config/Cargo.toml @@ -12,7 +12,7 @@ name = "benchmark_storage_config" test = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } blobstore_factory = { version = "0.1.0", path = "../../blobstore/factory" } cacheblob = { version = "0.1.0", path = "../../blobstore/cacheblob" } diff --git a/eden/mononoke/blobimport_lib/Cargo.toml b/eden/mononoke/blobimport_lib/Cargo.toml index aabe6310758f7..b8be714ab16c3 100644 --- a/eden/mononoke/blobimport_lib/Cargo.toml +++ b/eden/mononoke/blobimport_lib/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" blobrepo_hg = { version = "0.1.0", path = "../blobrepo/blobrepo_hg" } bonsai_git_mapping = { version = "0.1.0", path = "../repo_attributes/bonsai_git_mapping" } diff --git a/eden/mononoke/blobrepo/blobrepo_hg/Cargo.toml b/eden/mononoke/blobrepo/blobrepo_hg/Cargo.toml index d9bca57b6308c..006ffbb16c828 100644 --- a/eden/mononoke/blobrepo/blobrepo_hg/Cargo.toml +++ b/eden/mononoke/blobrepo/blobrepo_hg/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobrepo_common = { version = "0.1.0", path = "../common" } blobrepo_errors = { version = "0.1.0", path = "../errors" } diff --git a/eden/mononoke/blobrepo/blobsync/Cargo.toml b/eden/mononoke/blobrepo/blobsync/Cargo.toml index 802608cf5db93..a8e5b4861840d 100644 --- a/eden/mononoke/blobrepo/blobsync/Cargo.toml +++ b/eden/mononoke/blobrepo/blobsync/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } filestore = { version = "0.1.0", path = "../../repo_attributes/filestore" } mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } diff --git a/eden/mononoke/blobrepo/common/Cargo.toml b/eden/mononoke/blobrepo/common/Cargo.toml index 4d95192f710e2..4218f5241b324 100644 --- a/eden/mononoke/blobrepo/common/Cargo.toml +++ b/eden/mononoke/blobrepo/common/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } bonsai_hg_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_hg_mapping" } cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/blobrepo_utils/Cargo.toml b/eden/mononoke/blobrepo_utils/Cargo.toml index 334ecede184be..b001539344f00 100644 --- a/eden/mononoke/blobrepo_utils/Cargo.toml +++ b/eden/mononoke/blobrepo_utils/Cargo.toml @@ -12,7 +12,7 @@ name = "blobrepo_utils_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-recursion = "1.1.1" blobrepo_hg = { version = "0.1.0", path = "../blobrepo/blobrepo_hg" } blobrepo_override = { version = "0.1.0", path = "../blobrepo/override" } diff --git a/eden/mononoke/blobstore/Cargo.toml b/eden/mononoke/blobstore/Cargo.toml index 562d608fd9a11..6ae77d2c4f64d 100644 --- a/eden/mononoke/blobstore/Cargo.toml +++ b/eden/mononoke/blobstore/Cargo.toml @@ -12,7 +12,7 @@ name = "blobstore_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" auto_impl = "1.2.1" bincode = { version = "2", features = ["serde"] } diff --git a/eden/mononoke/blobstore/blobstore_stats/Cargo.toml b/eden/mononoke/blobstore/blobstore_stats/Cargo.toml index 47eb900757b89..614fbc18bd1de 100644 --- a/eden/mononoke/blobstore/blobstore_stats/Cargo.toml +++ b/eden/mononoke/blobstore/blobstore_stats/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = ".." } clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/blobstore/cacheblob/Cargo.toml b/eden/mononoke/blobstore/cacheblob/Cargo.toml index a07d3d7b1f7a0..1b5c71a3cec2f 100644 --- a/eden/mononoke/blobstore/cacheblob/Cargo.toml +++ b/eden/mononoke/blobstore/cacheblob/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-stream = "0.3" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = ".." } diff --git a/eden/mononoke/blobstore/chaosblob/Cargo.toml b/eden/mononoke/blobstore/chaosblob/Cargo.toml index 6029ecbd2f4ca..e14e6e38a8e1c 100644 --- a/eden/mononoke/blobstore/chaosblob/Cargo.toml +++ b/eden/mononoke/blobstore/chaosblob/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = ".." } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/blobstore/delayblob/Cargo.toml b/eden/mononoke/blobstore/delayblob/Cargo.toml index 16a5f620a9a5f..2c00727437599 100644 --- a/eden/mononoke/blobstore/delayblob/Cargo.toml +++ b/eden/mononoke/blobstore/delayblob/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = ".." } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml b/eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml index e3ea6a5671088..d1cf65cb69721 100644 --- a/eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml +++ b/eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-stream = "0.3" async-trait = "0.1.86" bincode = { version = "2", features = ["serde"] } diff --git a/eden/mononoke/blobstore/factory/Cargo.toml b/eden/mononoke/blobstore/factory/Cargo.toml index 97def6bc10c42..cadad52e555f6 100644 --- a/eden/mononoke/blobstore/factory/Cargo.toml +++ b/eden/mononoke/blobstore/factory/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" arg_extensions = { version = "0.1.0", path = "../../cmdlib/extensions" } blobstore = { version = "0.1.0", path = ".." } blobstore_stats = { version = "0.1.0", path = "../blobstore_stats" } diff --git a/eden/mononoke/blobstore/fileblob/Cargo.toml b/eden/mononoke/blobstore/fileblob/Cargo.toml index 0e25f8b544a4c..e4b56670f949a 100644 --- a/eden/mononoke/blobstore/fileblob/Cargo.toml +++ b/eden/mononoke/blobstore/fileblob/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = ".." } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/blobstore/if/Cargo.toml b/eden/mononoke/blobstore/if/Cargo.toml index bb20a2e8da406..cbffd831475ef 100644 --- a/eden/mononoke/blobstore/if/Cargo.toml +++ b/eden/mononoke/blobstore/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/blobstore/if/clients/Cargo.toml b/eden/mononoke/blobstore/if/clients/Cargo.toml index 53486ae3cc301..1e31b8f91bef1 100644 --- a/eden/mononoke/blobstore/if/clients/Cargo.toml +++ b/eden/mononoke/blobstore/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/blobstore/if/mocks/Cargo.toml b/eden/mononoke/blobstore/if/mocks/Cargo.toml index bb784f6a42cf4..54608d58bac82 100644 --- a/eden/mononoke/blobstore/if/mocks/Cargo.toml +++ b/eden/mononoke/blobstore/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/blobstore/if/services/Cargo.toml b/eden/mononoke/blobstore/if/services/Cargo.toml index 923cd6c1b0e52..d176251963b70 100644 --- a/eden/mononoke/blobstore/if/services/Cargo.toml +++ b/eden/mononoke/blobstore/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/blobstore/logblob/Cargo.toml b/eden/mononoke/blobstore/logblob/Cargo.toml index 8423cbe407bc5..715a7a9642f3a 100644 --- a/eden/mononoke/blobstore/logblob/Cargo.toml +++ b/eden/mononoke/blobstore/logblob/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = ".." } blobstore_stats = { version = "0.1.0", path = "../blobstore_stats" } diff --git a/eden/mononoke/blobstore/memblob/Cargo.toml b/eden/mononoke/blobstore/memblob/Cargo.toml index 2296dac9af880..7c36806c40e4a 100644 --- a/eden/mononoke/blobstore/memblob/Cargo.toml +++ b/eden/mononoke/blobstore/memblob/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = ".." } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/blobstore/multiplexedblob/Cargo.toml b/eden/mononoke/blobstore/multiplexedblob/Cargo.toml index f0ab5fed286b2..07f37a7dbe175 100644 --- a/eden/mononoke/blobstore/multiplexedblob/Cargo.toml +++ b/eden/mononoke/blobstore/multiplexedblob/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = ".." } blobstore_stats = { version = "0.1.0", path = "../blobstore_stats" } chrono = { version = "0.4.41", features = ["clock", "serde", "std"], default-features = false } diff --git a/eden/mononoke/blobstore/multiplexedblob_wal/Cargo.toml b/eden/mononoke/blobstore/multiplexedblob_wal/Cargo.toml index 5eb1fb27f4834..4a24c2ee3c47a 100644 --- a/eden/mononoke/blobstore/multiplexedblob_wal/Cargo.toml +++ b/eden/mononoke/blobstore/multiplexedblob_wal/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = ".." } blobstore_stats = { version = "0.1.0", path = "../blobstore_stats" } diff --git a/eden/mononoke/blobstore/packblob/Cargo.toml b/eden/mononoke/blobstore/packblob/Cargo.toml index 77158f6bef951..d5e58072b5d9f 100644 --- a/eden/mononoke/blobstore/packblob/Cargo.toml +++ b/eden/mononoke/blobstore/packblob/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = ".." } diff --git a/eden/mononoke/blobstore/packblob/if/Cargo.toml b/eden/mononoke/blobstore/packblob/if/Cargo.toml index 97ec829301b8d..7940da89f743a 100644 --- a/eden/mononoke/blobstore/packblob/if/Cargo.toml +++ b/eden/mononoke/blobstore/packblob/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", features = ["serde"] } codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/blobstore/packblob/if/clients/Cargo.toml b/eden/mononoke/blobstore/packblob/if/clients/Cargo.toml index 491162a395972..178e61569eff9 100644 --- a/eden/mononoke/blobstore/packblob/if/clients/Cargo.toml +++ b/eden/mononoke/blobstore/packblob/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/blobstore/packblob/if/mocks/Cargo.toml b/eden/mononoke/blobstore/packblob/if/mocks/Cargo.toml index 259fa605eb794..bfbbc807c59ce 100644 --- a/eden/mononoke/blobstore/packblob/if/mocks/Cargo.toml +++ b/eden/mononoke/blobstore/packblob/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/blobstore/packblob/if/services/Cargo.toml b/eden/mononoke/blobstore/packblob/if/services/Cargo.toml index e454fe07547e5..6cc7089c0fad9 100644 --- a/eden/mononoke/blobstore/packblob/if/services/Cargo.toml +++ b/eden/mononoke/blobstore/packblob/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/blobstore/prefixblob/Cargo.toml b/eden/mononoke/blobstore/prefixblob/Cargo.toml index b60eec7993926..561bb29e1b723 100644 --- a/eden/mononoke/blobstore/prefixblob/Cargo.toml +++ b/eden/mononoke/blobstore/prefixblob/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = ".." } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/blobstore/readonlyblob/Cargo.toml b/eden/mononoke/blobstore/readonlyblob/Cargo.toml index d342f4e2ce59c..f9032927688a5 100644 --- a/eden/mononoke/blobstore/readonlyblob/Cargo.toml +++ b/eden/mononoke/blobstore/readonlyblob/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = ".." } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/blobstore/redactedblobstore/Cargo.toml b/eden/mononoke/blobstore/redactedblobstore/Cargo.toml index dfed47409491c..d7f803db73e1f 100644 --- a/eden/mononoke/blobstore/redactedblobstore/Cargo.toml +++ b/eden/mononoke/blobstore/redactedblobstore/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = ".." } cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/blobstore/s3blob/Cargo.toml b/eden/mononoke/blobstore/s3blob/Cargo.toml index 5a8966606c535..601160ce03c8d 100644 --- a/eden/mononoke/blobstore/s3blob/Cargo.toml +++ b/eden/mononoke/blobstore/s3blob/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = ".." } chrono = { version = "0.4.41", features = ["clock", "serde", "std"], default-features = false } diff --git a/eden/mononoke/blobstore/samplingblob/Cargo.toml b/eden/mononoke/blobstore/samplingblob/Cargo.toml index 16bdc79d69250..7e1d7b2d5e0ea 100644 --- a/eden/mononoke/blobstore/samplingblob/Cargo.toml +++ b/eden/mononoke/blobstore/samplingblob/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = ".." } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/blobstore/sqlblob/Cargo.toml b/eden/mononoke/blobstore/sqlblob/Cargo.toml index c46d503420d2f..feb6d171fa80f 100644 --- a/eden/mononoke/blobstore/sqlblob/Cargo.toml +++ b/eden/mononoke/blobstore/sqlblob/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" base64 = { version = "0.22.1", features = ["alloc"] } blobstore = { version = "0.1.0", path = ".." } @@ -22,7 +22,7 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } nonzero_ext = "0.2" once_cell = "1.21" rand = { version = "0.8", features = ["small_rng"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/blobstore/test_utils/Cargo.toml b/eden/mononoke/blobstore/test_utils/Cargo.toml index 74d0cfb52f225..118cd3bf4a996 100644 --- a/eden/mononoke/blobstore/test_utils/Cargo.toml +++ b/eden/mononoke/blobstore/test_utils/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = ".." } blobstore_sync_queue = { version = "0.1.0", path = "../../blobstore_sync_queue" } diff --git a/eden/mononoke/blobstore/throttledblob/Cargo.toml b/eden/mononoke/blobstore/throttledblob/Cargo.toml index 5ebf1a5ff75d3..f9bb148e61736 100644 --- a/eden/mononoke/blobstore/throttledblob/Cargo.toml +++ b/eden/mononoke/blobstore/throttledblob/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = ".." } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/blobstore/virtually_sharded_blobstore/Cargo.toml b/eden/mononoke/blobstore/virtually_sharded_blobstore/Cargo.toml index e4cfa0938a085..85bda2aa54920 100644 --- a/eden/mononoke/blobstore/virtually_sharded_blobstore/Cargo.toml +++ b/eden/mononoke/blobstore/virtually_sharded_blobstore/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" async_limiter = { version = "0.1.0", path = "../../common/async_limiter" } blobstore = { version = "0.1.0", path = ".." } diff --git a/eden/mononoke/blobstore_sync_queue/Cargo.toml b/eden/mononoke/blobstore_sync_queue/Cargo.toml index 2588749a41c5e..98884cfa70c51 100644 --- a/eden/mononoke/blobstore_sync_queue/Cargo.toml +++ b/eden/mononoke/blobstore_sync_queue/Cargo.toml @@ -12,7 +12,7 @@ name = "blobstore_sync_queue_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" auto_impl = "1.2.1" context = { version = "0.1.0", path = "../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/cmdlib/base_app/Cargo.toml b/eden/mononoke/cmdlib/base_app/Cargo.toml index 16c0d9056278d..571d587fdd4d5 100644 --- a/eden/mononoke/cmdlib/base_app/Cargo.toml +++ b/eden/mononoke/cmdlib/base_app/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } heck = "0.3.1" static_assertions = "1.1.0" diff --git a/eden/mononoke/cmdlib/caching/Cargo.toml b/eden/mononoke/cmdlib/caching/Cargo.toml index 7d811040b705c..01e862a92c25f 100644 --- a/eden/mononoke/cmdlib/caching/Cargo.toml +++ b/eden/mononoke/cmdlib/caching/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" arg_extensions = { version = "0.1.0", path = "../extensions" } cachelib = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } diff --git a/eden/mononoke/cmdlib/commit_id/Cargo.toml b/eden/mononoke/cmdlib/commit_id/Cargo.toml index e44622a1ff796..900b7346c7880 100644 --- a/eden/mononoke/cmdlib/commit_id/Cargo.toml +++ b/eden/mononoke/cmdlib/commit_id/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "src/commit_id.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bonsai_git_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_git_mapping" } bonsai_globalrev_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_globalrev_mapping" } bonsai_hg_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_hg_mapping" } diff --git a/eden/mononoke/cmdlib/commit_id_types/Cargo.toml b/eden/mononoke/cmdlib/commit_id_types/Cargo.toml index e12660820a3d0..1c378225f187e 100644 --- a/eden/mononoke/cmdlib/commit_id_types/Cargo.toml +++ b/eden/mononoke/cmdlib/commit_id_types/Cargo.toml @@ -11,6 +11,6 @@ license = "GPLv2+" path = "src/commit_id_types.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } faster-hex = "0.6.1" diff --git a/eden/mononoke/cmdlib/config_args/Cargo.toml b/eden/mononoke/cmdlib/config_args/Cargo.toml index 1d7f478b8c511..ca7863792aa27 100644 --- a/eden/mononoke/cmdlib/config_args/Cargo.toml +++ b/eden/mononoke/cmdlib/config_args/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/cmdlib/cross_repo/Cargo.toml b/eden/mononoke/cmdlib/cross_repo/Cargo.toml index 3b85a6ed5a3d1..76de434e068e9 100644 --- a/eden/mononoke/cmdlib/cross_repo/Cargo.toml +++ b/eden/mononoke/cmdlib/cross_repo/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } cross_repo_sync = { version = "0.1.0", path = "../../features/cross_repo_sync" } facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/cmdlib/displaying/Cargo.toml b/eden/mononoke/cmdlib/displaying/Cargo.toml index 1c1aab1cbab18..9cb8376e32049 100644 --- a/eden/mononoke/cmdlib/displaying/Cargo.toml +++ b/eden/mononoke/cmdlib/displaying/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/cmdlib/displaying/graph/Cargo.toml b/eden/mononoke/cmdlib/displaying/graph/Cargo.toml index 3fdbcd3978040..db61250286cff 100644 --- a/eden/mononoke/cmdlib/displaying/graph/Cargo.toml +++ b/eden/mononoke/cmdlib/displaying/graph/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "src/print_graph.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../../blobstore" } bonsai_git_mapping = { version = "0.1.0", path = "../../../repo_attributes/bonsai_git_mapping" } bonsai_globalrev_mapping = { version = "0.1.0", path = "../../../repo_attributes/bonsai_globalrev_mapping" } diff --git a/eden/mononoke/cmdlib/log/Cargo.toml b/eden/mononoke/cmdlib/log/Cargo.toml index d359b502395ea..7a06af70a627a 100644 --- a/eden/mononoke/cmdlib/log/Cargo.toml +++ b/eden/mononoke/cmdlib/log/Cargo.toml @@ -11,14 +11,14 @@ license = "GPLv2+" path = "../logging/lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" arg_extensions = { version = "0.1.0", path = "../extensions" } cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } hostname = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] } +log = { version = "0.4.28", features = ["kv_unstable", "kv_unstable_std"] } observability = { version = "0.1.0", path = "../../common/observability" } panichandler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } scribe_ext = { version = "0.1.0", path = "../../common/scribe_ext" } diff --git a/eden/mononoke/cmdlib/mononoke_app/Cargo.toml b/eden/mononoke/cmdlib/mononoke_app/Cargo.toml index bc8394aa1489e..c64a482cb67c2 100644 --- a/eden/mononoke/cmdlib/mononoke_app/Cargo.toml +++ b/eden/mononoke/cmdlib/mononoke_app/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" arg_extensions = { version = "0.1.0", path = "../extensions" } async-trait = "0.1.86" base_app = { version = "0.1.0", path = "../base_app" } diff --git a/eden/mononoke/cmdlib/mononoke_app/shutdown_timeout/Cargo.toml b/eden/mononoke/cmdlib/mononoke_app/shutdown_timeout/Cargo.toml index 107402cfbd34f..68a81d249fa38 100644 --- a/eden/mononoke/cmdlib/mononoke_app/shutdown_timeout/Cargo.toml +++ b/eden/mononoke/cmdlib/mononoke_app/shutdown_timeout/Cargo.toml @@ -11,5 +11,5 @@ license = "GPLv2+" path = "src/shutdown_timeout.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } diff --git a/eden/mononoke/cmdlib/scrubbing/Cargo.toml b/eden/mononoke/cmdlib/scrubbing/Cargo.toml index 5ec18ba568dd8..fbf68ab4fb9ae 100644 --- a/eden/mononoke/cmdlib/scrubbing/Cargo.toml +++ b/eden/mononoke/cmdlib/scrubbing/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore_factory = { version = "0.1.0", path = "../../blobstore/factory" } clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } environment = { version = "0.1.0", path = "../environment" } diff --git a/eden/mononoke/cmdlib/sharding/Cargo.toml b/eden/mononoke/cmdlib/sharding/Cargo.toml index 8d58a818716c2..d7dc6c5d0ad44 100644 --- a/eden/mononoke/cmdlib/sharding/Cargo.toml +++ b/eden/mononoke/cmdlib/sharding/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/cmdlib/sharding_ext/Cargo.toml b/eden/mononoke/cmdlib/sharding_ext/Cargo.toml index 24d35ee3a7862..4118af37adbbf 100644 --- a/eden/mononoke/cmdlib/sharding_ext/Cargo.toml +++ b/eden/mononoke/cmdlib/sharding_ext/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" [dev-dependencies] mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" } diff --git a/eden/mononoke/cmdlib/zk_leader_election/Cargo.toml b/eden/mononoke/cmdlib/zk_leader_election/Cargo.toml index 2a86a35171cd1..6a669f46f419d 100644 --- a/eden/mononoke/cmdlib/zk_leader_election/Cargo.toml +++ b/eden/mononoke/cmdlib/zk_leader_election/Cargo.toml @@ -8,6 +8,6 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/common/acl_regions/Cargo.toml b/eden/mononoke/common/acl_regions/Cargo.toml index 887a3a84d7a4e..0d77d36c31e4a 100644 --- a/eden/mononoke/common/acl_regions/Cargo.toml +++ b/eden/mononoke/common/acl_regions/Cargo.toml @@ -12,7 +12,7 @@ name = "acl_regions_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" commit_graph = { version = "0.1.0", path = "../../repo_attributes/commit_graph/commit_graph" } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/common/async_limiter/Cargo.toml b/eden/mononoke/common/async_limiter/Cargo.toml index c3c6602ed565e..e11e8a7af5b08 100644 --- a/eden/mononoke/common/async_limiter/Cargo.toml +++ b/eden/mononoke/common/async_limiter/Cargo.toml @@ -9,7 +9,7 @@ license = "GPLv2+" autoexamples = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" futures = { version = "0.3.31", features = ["async-await", "compat"] } governor = "0.3.2" mononoke_macros = { version = "0.1.0", path = "../mononoke_macros" } 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 b385d906f170d..06a4a99eed045 100644 --- a/eden/mononoke/common/async_limiter/examples/tokio_v2/Cargo.toml +++ b/eden/mononoke/common/async_limiter/examples/tokio_v2/Cargo.toml @@ -12,7 +12,7 @@ name = "tokio_v2" path = "main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async_limiter = { version = "0.1.0", path = "../.." } chrono = { version = "0.4.41", features = ["clock", "serde", "std"], default-features = false } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/common/cas_client/changesets_uploader/Cargo.toml b/eden/mononoke/common/cas_client/changesets_uploader/Cargo.toml index d34b23913707a..b259b11d25061 100644 --- a/eden/mononoke/common/cas_client/changesets_uploader/Cargo.toml +++ b/eden/mononoke/common/cas_client/changesets_uploader/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" atomic-counter = "1.0" blobstore = { version = "0.1.0", path = "../../../blobstore" } bonsai_hg_mapping = { version = "0.1.0", path = "../../../repo_attributes/bonsai_hg_mapping" } diff --git a/eden/mononoke/common/cas_client/client/Cargo.toml b/eden/mononoke/common/cas_client/client/Cargo.toml index 6d5d07debbcb8..28e1dd8295045 100644 --- a/eden/mononoke/common/cas_client/client/Cargo.toml +++ b/eden/mononoke/common/cas_client/client/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../../blobstore" } bytes = { version = "1.11.1", features = ["serde"] } diff --git a/eden/mononoke/common/cas_client/scm_client/Cargo.toml b/eden/mononoke/common/cas_client/scm_client/Cargo.toml index fa46c4ba79eb7..8346bf8eac336 100644 --- a/eden/mononoke/common/cas_client/scm_client/Cargo.toml +++ b/eden/mononoke/common/cas_client/scm_client/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../../blobstore" } bytes = { version = "1.11.1", features = ["serde"] } cas_client = { version = "0.1.0", path = "../client" } diff --git a/eden/mononoke/common/cats/Cargo.toml b/eden/mononoke/common/cats/Cargo.toml index 14d2f4524c0a4..ef6b5b1b53bd4 100644 --- a/eden/mononoke/common/cats/Cargo.toml +++ b/eden/mononoke/common/cats/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } http = "0.2.12" metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } diff --git a/eden/mononoke/common/connection_security_checker/Cargo.toml b/eden/mononoke/common/connection_security_checker/Cargo.toml index 5fb531c9a95dc..09ba4657cc9c2 100644 --- a/eden/mononoke/common/connection_security_checker/Cargo.toml +++ b/eden/mononoke/common/connection_security_checker/Cargo.toml @@ -8,6 +8,6 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } permission_checker = { version = "0.1.0", path = "../permission_checker" } diff --git a/eden/mononoke/common/copy_utils/Cargo.toml b/eden/mononoke/common/copy_utils/Cargo.toml index 7aafd9268d850..39dd182878461 100644 --- a/eden/mononoke/common/copy_utils/Cargo.toml +++ b/eden/mononoke/common/copy_utils/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" changesets_creation = { version = "0.1.0", path = "../../features/changesets_creation" } commit_graph = { version = "0.1.0", path = "../../repo_attributes/commit_graph/commit_graph" } commit_transformation = { version = "0.1.0", path = "../../features/commit_transformation/commit_transformation" } diff --git a/eden/mononoke/common/gotham_ext/Cargo.toml b/eden/mononoke/common/gotham_ext/Cargo.toml index 9505d83a19bcb..4d33c67f51480 100644 --- a/eden/mononoke/common/gotham_ext/Cargo.toml +++ b/eden/mononoke/common/gotham_ext/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-compression = { version = "0.4.9", features = ["brotli", "bzip2", "deflate", "futures-io", "gzip", "tokio", "zlib", "zstd", "zstdmt"] } async-trait = "0.1.86" bytes = { version = "1.11.1", features = ["serde"] } @@ -41,7 +41,7 @@ rate_limiting = { version = "0.1.0", path = "../rate_limiting" } sapling-clientinfo = { version = "0.1.0", path = "../../../scm/lib/clientinfo" } scopeguard = "1.2.0" scuba_ext = { version = "0.1.0", path = "../scuba_ext" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } tokio-openssl = "0.6.5" diff --git a/eden/mononoke/common/hgproto/Cargo.toml b/eden/mononoke/common/hgproto/Cargo.toml index e0b3527724c40..97c22befc5901 100644 --- a/eden/mononoke/common/hgproto/Cargo.toml +++ b/eden/mononoke/common/hgproto/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-stream = "0.3" bytes = { version = "1.11.1", features = ["serde"] } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/common/lfs_protocol/Cargo.toml b/eden/mononoke/common/lfs_protocol/Cargo.toml index bc38cc7f65954..8be978de5f822 100644 --- a/eden/mononoke/common/lfs_protocol/Cargo.toml +++ b/eden/mononoke/common/lfs_protocol/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" faster-hex = "0.6.1" http = "0.2.12" mime = "0.3.14" @@ -20,4 +20,4 @@ serde = { version = "1.0.219", features = ["derive", "rc"] } assert_matches = "1.5" maplit = "1.0" mononoke_macros = { version = "0.1.0", path = "../mononoke_macros" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } diff --git a/eden/mononoke/common/logger_ext/Cargo.toml b/eden/mononoke/common/logger_ext/Cargo.toml index c7c21c61d6737..02f5ef928efe8 100644 --- a/eden/mononoke/common/logger_ext/Cargo.toml +++ b/eden/mononoke/common/logger_ext/Cargo.toml @@ -8,9 +8,9 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } diff --git a/eden/mononoke/common/memory_profiling/Cargo.toml b/eden/mononoke/common/memory_profiling/Cargo.toml index 34c82dd1cb269..7db7989555e24 100644 --- a/eden/mononoke/common/memory_profiling/Cargo.toml +++ b/eden/mononoke/common/memory_profiling/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" gotham_ext = { version = "0.1.0", path = "../gotham_ext" } http = "0.2.12" jemalloc_pprof = { version = "0.7", features = ["flamegraph"] } diff --git a/eden/mononoke/common/metadata/Cargo.toml b/eden/mononoke/common/metadata/Cargo.toml index bd2083920c8f2..d5d82239f2c90 100644 --- a/eden/mononoke/common/metadata/Cargo.toml +++ b/eden/mononoke/common/metadata/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" permission_checker = { version = "0.1.0", path = "../permission_checker" } sapling-clientinfo = { version = "0.1.0", path = "../../../scm/lib/clientinfo" } session_id = { version = "0.1.0", path = "../session_id" } diff --git a/eden/mononoke/common/mononoke_configs/Cargo.toml b/eden/mononoke/common/mononoke_configs/Cargo.toml index 8c1f61c0474e5..01c116042a2f1 100644 --- a/eden/mononoke/common/mononoke_configs/Cargo.toml +++ b/eden/mononoke/common/mononoke_configs/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" arc-swap = { version = "1.5", features = ["weak"] } async-trait = "0.1.86" cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } @@ -19,7 +19,7 @@ metaconfig_parser = { version = "0.1.0", path = "../../metaconfig/parser" } metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } repos = { version = "0.1.0", path = "../../../../configerator/structs/scm/mononoke/repos/repos" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sha2 = "0.10.6" stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/common/mononoke_repos/Cargo.toml b/eden/mononoke/common/mononoke_repos/Cargo.toml index a48b5979965ac..46fba405776f5 100644 --- a/eden/mononoke/common/mononoke_repos/Cargo.toml +++ b/eden/mononoke/common/mononoke_repos/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" arc-swap = { version = "1.5", features = ["weak"] } futures = { version = "0.3.31", features = ["async-await", "compat"] } parking_lot = { version = "0.12.1", features = ["send_guard"] } diff --git a/eden/mononoke/common/observability/Cargo.toml b/eden/mononoke/common/observability/Cargo.toml index 9226be3ed37c8..c3dbb7a2efbe9 100644 --- a/eden/mononoke/common/observability/Cargo.toml +++ b/eden/mononoke/common/observability/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } observability_config = { version = "0.1.0", path = "../../../../configerator/structs/scm/mononoke/observability" } regex = "1.12.2" diff --git a/eden/mononoke/common/ods_counters/Cargo.toml b/eden/mononoke/common/ods_counters/Cargo.toml index a45b7c08375c3..eae11ab9fcdc5 100644 --- a/eden/mononoke/common/ods_counters/Cargo.toml +++ b/eden/mononoke/common/ods_counters/Cargo.toml @@ -16,6 +16,6 @@ thiserror = "2.0.18" tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } mononoke_macros = { version = "0.1.0", path = "../mononoke_macros" } diff --git a/eden/mononoke/common/permission_checker/Cargo.toml b/eden/mononoke/common/permission_checker/Cargo.toml index f0013a10f204c..36c528295067d 100644 --- a/eden/mononoke/common/permission_checker/Cargo.toml +++ b/eden/mononoke/common/permission_checker/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } @@ -17,7 +17,7 @@ justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/ maplit = "1.0" openssl = "0.10.72" serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] diff --git a/eden/mononoke/common/rate_limiting/Cargo.toml b/eden/mononoke/common/rate_limiting/Cargo.toml index 2919b5f3ef26e..8555a8ce3e2f2 100644 --- a/eden/mononoke/common/rate_limiting/Cargo.toml +++ b/eden/mononoke/common/rate_limiting/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/common/reloader/Cargo.toml b/eden/mononoke/common/reloader/Cargo.toml index 6908958785c1c..7f2d33b14f954 100644 --- a/eden/mononoke/common/reloader/Cargo.toml +++ b/eden/mononoke/common/reloader/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" arc-swap = { version = "1.5", features = ["weak"] } async-trait = "0.1.86" cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/common/rendezvous/Cargo.toml b/eden/mononoke/common/rendezvous/Cargo.toml index 9b06cce280f7f..2a38d92302406 100644 --- a/eden/mononoke/common/rendezvous/Cargo.toml +++ b/eden/mononoke/common/rendezvous/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } dashmap = { version = "5.5.3", features = ["rayon", "serde"] } diff --git a/eden/mononoke/common/running/Cargo.toml b/eden/mononoke/common/running/Cargo.toml index f247794f2b159..4c5a79edb1a6f 100644 --- a/eden/mononoke/common/running/Cargo.toml +++ b/eden/mononoke/common/running/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" futures = { version = "0.3.31", features = ["async-await", "compat"] } libc = "0.2.139" mononoke_macros = { version = "0.1.0", path = "../mononoke_macros" } diff --git a/eden/mononoke/common/rust/caching_ext/Cargo.toml b/eden/mononoke/common/rust/caching_ext/Cargo.toml index 8f402a591beef..7892c006a09d0 100644 --- a/eden/mononoke/common/rust/caching_ext/Cargo.toml +++ b/eden/mononoke/common/rust/caching_ext/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bincode = { version = "2", features = ["serde"] } bytes = { version = "1.11.1", features = ["serde"] } diff --git a/eden/mononoke/common/rust/sql_ext/Cargo.toml b/eden/mononoke/common/rust/sql_ext/Cargo.toml index 0300246ed6ef1..6a7c4b70aa24c 100644 --- a/eden/mononoke/common/rust/sql_ext/Cargo.toml +++ b/eden/mononoke/common/rust/sql_ext/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" aws-config = "1.8.7" aws-sdk-secretsmanager = "1.89.0" @@ -36,7 +36,7 @@ sapling-clientinfo = { version = "0.1.0", path = "../../../../scm/lib/clientinfo scuba_ext = { version = "0.1.0", path = "../../scuba_ext" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_cbor = "0.11.2" -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } sql_common = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } sql_ext_proc_macros = { version = "0.1.0", path = "proc_macros" } diff --git a/eden/mononoke/common/scribe_ext/Cargo.toml b/eden/mononoke/common/scribe_ext/Cargo.toml index 7f7e64ce185e1..d1f373cfd4f06 100644 --- a/eden/mononoke/common/scribe_ext/Cargo.toml +++ b/eden/mononoke/common/scribe_ext/Cargo.toml @@ -8,6 +8,6 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } scuba = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/common/scuba_ext/Cargo.toml b/eden/mononoke/common/scuba_ext/Cargo.toml index 48024db752f5d..ca6652780eb8b 100644 --- a/eden/mononoke/common/scuba_ext/Cargo.toml +++ b/eden/mononoke/common/scuba_ext/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } hostname = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/common/sql_construct/Cargo.toml b/eden/mononoke/common/sql_construct/Cargo.toml index bc0211f12f1ff..d491967a5c710 100644 --- a/eden/mononoke/common/sql_construct/Cargo.toml +++ b/eden/mononoke/common/sql_construct/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } diff --git a/eden/mononoke/common/thrift_convert/Cargo.toml b/eden/mononoke/common/thrift_convert/Cargo.toml index 55b66b4a50f2b..8a176cdc6e90d 100644 --- a/eden/mononoke/common/thrift_convert/Cargo.toml +++ b/eden/mononoke/common/thrift_convert/Cargo.toml @@ -12,7 +12,7 @@ name = "thrift_convert_tests" path = "tests/lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bufsize = "1.0.10" bytes = { version = "1.11.1", features = ["serde"] } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/common/thrift_convert/tests/if/Cargo.toml b/eden/mononoke/common/thrift_convert/tests/if/Cargo.toml index 1437178dfa391..ca68bff27ee7f 100644 --- a/eden/mononoke/common/thrift_convert/tests/if/Cargo.toml +++ b/eden/mononoke/common/thrift_convert/tests/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/common/thrift_convert/tests/if/clients/Cargo.toml b/eden/mononoke/common/thrift_convert/tests/if/clients/Cargo.toml index db96a3ba22863..18e4751a1b8bf 100644 --- a/eden/mononoke/common/thrift_convert/tests/if/clients/Cargo.toml +++ b/eden/mononoke/common/thrift_convert/tests/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/common/thrift_convert/tests/if/mocks/Cargo.toml b/eden/mononoke/common/thrift_convert/tests/if/mocks/Cargo.toml index 7fe1f2aeb0d18..543550512122e 100644 --- a/eden/mononoke/common/thrift_convert/tests/if/mocks/Cargo.toml +++ b/eden/mononoke/common/thrift_convert/tests/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/common/thrift_convert/tests/if/services/Cargo.toml b/eden/mononoke/common/thrift_convert/tests/if/services/Cargo.toml index ef540e551e1d3..722182eeece4b 100644 --- a/eden/mononoke/common/thrift_convert/tests/if/services/Cargo.toml +++ b/eden/mononoke/common/thrift_convert/tests/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/common/time_measuring/Cargo.toml b/eden/mononoke/common/time_measuring/Cargo.toml index 3e0e38f2a59f7..f78bcdac603d3 100644 --- a/eden/mononoke/common/time_measuring/Cargo.toml +++ b/eden/mononoke/common/time_measuring/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" dashmap = { version = "5.5.3", features = ["rayon", "serde"] } thiserror = "2.0.18" diff --git a/eden/mononoke/common/time_window_counter/Cargo.toml b/eden/mononoke/common/time_window_counter/Cargo.toml index 3928ea1b729a5..e468e89d32e53 100644 --- a/eden/mononoke/common/time_window_counter/Cargo.toml +++ b/eden/mononoke/common/time_window_counter/Cargo.toml @@ -8,6 +8,6 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/common/wait_for_replication/Cargo.toml b/eden/mononoke/common/wait_for_replication/Cargo.toml index 2bcfda7218704..d57ab137c5519 100644 --- a/eden/mononoke/common/wait_for_replication/Cargo.toml +++ b/eden/mononoke/common/wait_for_replication/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/derived_data/Cargo.toml b/eden/mononoke/derived_data/Cargo.toml index cd448220f61f2..028277fd41925 100644 --- a/eden/mononoke/derived_data/Cargo.toml +++ b/eden/mononoke/derived_data/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../blobstore" } context = { version = "0.1.0", path = "../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/derived_data/basename_suffix_skeleton_manifest_v3/Cargo.toml b/eden/mononoke/derived_data/basename_suffix_skeleton_manifest_v3/Cargo.toml index e9bd903002edc..5bb298a5a885a 100644 --- a/eden/mononoke/derived_data/basename_suffix_skeleton_manifest_v3/Cargo.toml +++ b/eden/mononoke/derived_data/basename_suffix_skeleton_manifest_v3/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-stream = "0.3" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } diff --git a/eden/mononoke/derived_data/blame/Cargo.toml b/eden/mononoke/derived_data/blame/Cargo.toml index 3d314837db750..daf50c7e6d4ea 100644 --- a/eden/mononoke/derived_data/blame/Cargo.toml +++ b/eden/mononoke/derived_data/blame/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/derived_data/bulk_derivation/Cargo.toml b/eden/mononoke/derived_data/bulk_derivation/Cargo.toml index 24fec19c09d21..d267b8f62ac66 100644 --- a/eden/mononoke/derived_data/bulk_derivation/Cargo.toml +++ b/eden/mononoke/derived_data/bulk_derivation/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" basename_suffix_skeleton_manifest_v3 = { version = "0.1.0", path = "../basename_suffix_skeleton_manifest_v3" } blame = { version = "0.1.0", path = "../blame" } diff --git a/eden/mononoke/derived_data/case_conflict_skeleton_manifest/Cargo.toml b/eden/mononoke/derived_data/case_conflict_skeleton_manifest/Cargo.toml index e6be191e19271..d8210f3ce91cb 100644 --- a/eden/mononoke/derived_data/case_conflict_skeleton_manifest/Cargo.toml +++ b/eden/mononoke/derived_data/case_conflict_skeleton_manifest/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/derived_data/changeset_info/Cargo.toml b/eden/mononoke/derived_data/changeset_info/Cargo.toml index 257785b9620e1..dfe08a8dd4a3a 100644 --- a/eden/mononoke/derived_data/changeset_info/Cargo.toml +++ b/eden/mononoke/derived_data/changeset_info/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } bytes = { version = "1.11.1", features = ["serde"] } diff --git a/eden/mononoke/derived_data/content_manifest_derivation/Cargo.toml b/eden/mononoke/derived_data/content_manifest_derivation/Cargo.toml index b117865e9dbc5..957b912b1b2f9 100644 --- a/eden/mononoke/derived_data/content_manifest_derivation/Cargo.toml +++ b/eden/mononoke/derived_data/content_manifest_derivation/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } bytes = { version = "1.11.1", features = ["serde"] } diff --git a/eden/mononoke/derived_data/deleted_manifest/Cargo.toml b/eden/mononoke/derived_data/deleted_manifest/Cargo.toml index 710273f889a56..b114a865bf493 100644 --- a/eden/mononoke/derived_data/deleted_manifest/Cargo.toml +++ b/eden/mononoke/derived_data/deleted_manifest/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-stream = "0.3" async-trait = "0.1.86" atomic-counter = "1.0" diff --git a/eden/mononoke/derived_data/directory_branch_cluster_manifest/Cargo.toml b/eden/mononoke/derived_data/directory_branch_cluster_manifest/Cargo.toml index 193042880a475..036488e79237d 100644 --- a/eden/mononoke/derived_data/directory_branch_cluster_manifest/Cargo.toml +++ b/eden/mononoke/derived_data/directory_branch_cluster_manifest/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/derived_data/fastlog/Cargo.toml b/eden/mononoke/derived_data/fastlog/Cargo.toml index 3a5a886164ddb..1821aa769c7e1 100644 --- a/eden/mononoke/derived_data/fastlog/Cargo.toml +++ b/eden/mononoke/derived_data/fastlog/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/derived_data/filenodes_derivation/Cargo.toml b/eden/mononoke/derived_data/filenodes_derivation/Cargo.toml index b776f399b064d..6dc5431bf9b79 100644 --- a/eden/mononoke/derived_data/filenodes_derivation/Cargo.toml +++ b/eden/mononoke/derived_data/filenodes_derivation/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-stream = "0.3" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } diff --git a/eden/mononoke/derived_data/fsnodes/Cargo.toml b/eden/mononoke/derived_data/fsnodes/Cargo.toml index 19898fde7e8bd..f45666882d353 100644 --- a/eden/mononoke/derived_data/fsnodes/Cargo.toml +++ b/eden/mononoke/derived_data/fsnodes/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } diff --git a/eden/mononoke/derived_data/if/Cargo.toml b/eden/mononoke/derived_data/if/Cargo.toml index f0895a679d3e2..9e40ce08e8440 100644 --- a/eden/mononoke/derived_data/if/Cargo.toml +++ b/eden/mononoke/derived_data/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/derived_data/if/clients/Cargo.toml b/eden/mononoke/derived_data/if/clients/Cargo.toml index bf8666d92dc86..313f95beffa69 100644 --- a/eden/mononoke/derived_data/if/clients/Cargo.toml +++ b/eden/mononoke/derived_data/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } derived_data_type_if__types = { package = "derived_data_type_if", version = "0.1.0", path = ".." } diff --git a/eden/mononoke/derived_data/if/mocks/Cargo.toml b/eden/mononoke/derived_data/if/mocks/Cargo.toml index 5401fe915afe0..b11e6ec3aac15 100644 --- a/eden/mononoke/derived_data/if/mocks/Cargo.toml +++ b/eden/mononoke/derived_data/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } derived_data_type_if__clients = { package = "derived_data_type_if_clients", version = "0.1.0", path = "../clients" } diff --git a/eden/mononoke/derived_data/if/services/Cargo.toml b/eden/mononoke/derived_data/if/services/Cargo.toml index 2e8d6d52cd686..73a060086fc0c 100644 --- a/eden/mononoke/derived_data/if/services/Cargo.toml +++ b/eden/mononoke/derived_data/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } derived_data_type_if__types = { package = "derived_data_type_if", version = "0.1.0", path = ".." } diff --git a/eden/mononoke/derived_data/inferred_copy_from/Cargo.toml b/eden/mononoke/derived_data/inferred_copy_from/Cargo.toml index e8cb77d9e27a8..8706b9013919f 100644 --- a/eden/mononoke/derived_data/inferred_copy_from/Cargo.toml +++ b/eden/mononoke/derived_data/inferred_copy_from/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" basename_suffix_skeleton_manifest_v3 = { version = "0.1.0", path = "../basename_suffix_skeleton_manifest_v3" } blobstore = { version = "0.1.0", path = "../../blobstore" } diff --git a/eden/mononoke/derived_data/manager/Cargo.toml b/eden/mononoke/derived_data/manager/Cargo.toml index 86b3c7fa327cd..3a5e5be687b7a 100644 --- a/eden/mononoke/derived_data/manager/Cargo.toml +++ b/eden/mononoke/derived_data/manager/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-recursion = "1.1.1" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } diff --git a/eden/mononoke/derived_data/mercurial_derivation/Cargo.toml b/eden/mononoke/derived_data/mercurial_derivation/Cargo.toml index be44cfd7ca256..b6c6b446f8258 100644 --- a/eden/mononoke/derived_data/mercurial_derivation/Cargo.toml +++ b/eden/mononoke/derived_data/mercurial_derivation/Cargo.toml @@ -12,7 +12,7 @@ name = "mercurial_derivation_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobrepo_common = { version = "0.1.0", path = "../../blobrepo/common" } blobrepo_errors = { version = "0.1.0", path = "../../blobrepo/errors" } diff --git a/eden/mononoke/derived_data/remote/Cargo.toml b/eden/mononoke/derived_data/remote/Cargo.toml index e231240692ed1..afee42cbcfb5f 100644 --- a/eden/mononoke/derived_data/remote/Cargo.toml +++ b/eden/mononoke/derived_data/remote/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" arg_extensions = { version = "0.1.0", path = "../../cmdlib/extensions" } async-trait = "0.1.86" clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } diff --git a/eden/mononoke/derived_data/remote/if/Cargo.toml b/eden/mononoke/derived_data/remote/if/Cargo.toml index 994f725154f23..d67aab4f737df 100644 --- a/eden/mononoke/derived_data/remote/if/Cargo.toml +++ b/eden/mononoke/derived_data/remote/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } derivation_queue_thrift = { version = "0.1.0", path = "../../../repo_attributes/repo_derivation_queues/if" } fb303_core = { version = "0.0.0", git = "https://github.com/facebook/fb303.git", branch = "main" } diff --git a/eden/mononoke/derived_data/remote/if/clients/Cargo.toml b/eden/mononoke/derived_data/remote/if/clients/Cargo.toml index 0c7f83d447d1a..cafe05cfdb294 100644 --- a/eden/mononoke/derived_data/remote/if/clients/Cargo.toml +++ b/eden/mononoke/derived_data/remote/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } derivation_queue_thrift = { version = "0.1.0", path = "../../../../repo_attributes/repo_derivation_queues/if" } diff --git a/eden/mononoke/derived_data/remote/if/mocks/Cargo.toml b/eden/mononoke/derived_data/remote/if/mocks/Cargo.toml index 672577021e153..3af40e8e37baf 100644 --- a/eden/mononoke/derived_data/remote/if/mocks/Cargo.toml +++ b/eden/mononoke/derived_data/remote/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } derivation_queue_thrift = { version = "0.1.0", path = "../../../../repo_attributes/repo_derivation_queues/if" } diff --git a/eden/mononoke/derived_data/remote/if/services/Cargo.toml b/eden/mononoke/derived_data/remote/if/services/Cargo.toml index 5018af5e03db4..1360be8b333e5 100644 --- a/eden/mononoke/derived_data/remote/if/services/Cargo.toml +++ b/eden/mononoke/derived_data/remote/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } derivation_queue_thrift = { version = "0.1.0", path = "../../../../repo_attributes/repo_derivation_queues/if" } diff --git a/eden/mononoke/derived_data/skeleton_manifest/Cargo.toml b/eden/mononoke/derived_data/skeleton_manifest/Cargo.toml index f1532b0bef6b8..6ebc4235676b7 100644 --- a/eden/mononoke/derived_data/skeleton_manifest/Cargo.toml +++ b/eden/mononoke/derived_data/skeleton_manifest/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/derived_data/skeleton_manifest_v2/Cargo.toml b/eden/mononoke/derived_data/skeleton_manifest_v2/Cargo.toml index aa1a7b0095db1..62c5195517ed9 100644 --- a/eden/mononoke/derived_data/skeleton_manifest_v2/Cargo.toml +++ b/eden/mononoke/derived_data/skeleton_manifest_v2/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/derived_data/test_manifest/Cargo.toml b/eden/mononoke/derived_data/test_manifest/Cargo.toml index a9565dd3618f0..fd90b46cc7db8 100644 --- a/eden/mononoke/derived_data/test_manifest/Cargo.toml +++ b/eden/mononoke/derived_data/test_manifest/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/derived_data/test_sharded_manifest/Cargo.toml b/eden/mononoke/derived_data/test_sharded_manifest/Cargo.toml index 95d7f535a50ea..01ba2165b2b4c 100644 --- a/eden/mononoke/derived_data/test_sharded_manifest/Cargo.toml +++ b/eden/mononoke/derived_data/test_sharded_manifest/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/derived_data/test_utils/Cargo.toml b/eden/mononoke/derived_data/test_utils/Cargo.toml index 07ad8c3e9cd5f..fd59fae70dc57 100644 --- a/eden/mononoke/derived_data/test_utils/Cargo.toml +++ b/eden/mononoke/derived_data/test_utils/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } bonsai_hg_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_hg_mapping" } bounded_traversal = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/derived_data/unodes/Cargo.toml b/eden/mononoke/derived_data/unodes/Cargo.toml index e041b25b8b773..26e9255d6f1b3 100644 --- a/eden/mononoke/derived_data/unodes/Cargo.toml +++ b/eden/mononoke/derived_data/unodes/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/features/async_requests/Cargo.toml b/eden/mononoke/features/async_requests/Cargo.toml index 1e7baeb1ebfff..283ccc70514fa 100644 --- a/eden/mononoke/features/async_requests/Cargo.toml +++ b/eden/mononoke/features/async_requests/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" async_requests_types_thrift = { version = "0.1.0", path = "if" } blobstore = { version = "0.1.0", path = "../../blobstore" } @@ -36,5 +36,5 @@ fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperiment maplit = "1.0" mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" } repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" } diff --git a/eden/mononoke/features/async_requests/client/Cargo.toml b/eden/mononoke/features/async_requests/client/Cargo.toml index 75e840b4abef5..916c6d52150e5 100644 --- a/eden/mononoke/features/async_requests/client/Cargo.toml +++ b/eden/mononoke/features/async_requests/client/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async_requests = { version = "0.1.0", path = ".." } blobstore = { version = "0.1.0", path = "../../../blobstore" } blobstore_factory = { version = "0.1.0", path = "../../../blobstore/factory" } diff --git a/eden/mononoke/features/async_requests/if/Cargo.toml b/eden/mononoke/features/async_requests/if/Cargo.toml index 83fcca35ceaa7..efbe74aaa0be8 100644 --- a/eden/mononoke/features/async_requests/if/Cargo.toml +++ b/eden/mononoke/features/async_requests/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/features/async_requests/if/clients/Cargo.toml b/eden/mononoke/features/async_requests/if/clients/Cargo.toml index 7a5bead9100ef..585536d673b3b 100644 --- a/eden/mononoke/features/async_requests/if/clients/Cargo.toml +++ b/eden/mononoke/features/async_requests/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" async_requests_types_thrift__types = { package = "async_requests_types_thrift", version = "0.1.0", path = ".." } codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/features/async_requests/if/mocks/Cargo.toml b/eden/mononoke/features/async_requests/if/mocks/Cargo.toml index 9b42252d31975..0891a2760abb6 100644 --- a/eden/mononoke/features/async_requests/if/mocks/Cargo.toml +++ b/eden/mononoke/features/async_requests/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" async_requests_types_thrift__clients = { package = "async_requests_types_thrift_clients", version = "0.1.0", path = "../clients" } async_requests_types_thrift__types = { package = "async_requests_types_thrift", version = "0.1.0", path = ".." } diff --git a/eden/mononoke/features/async_requests/if/services/Cargo.toml b/eden/mononoke/features/async_requests/if/services/Cargo.toml index 8e60721e1a392..48e1e7e178408 100644 --- a/eden/mononoke/features/async_requests/if/services/Cargo.toml +++ b/eden/mononoke/features/async_requests/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" async_requests_types_thrift__types = { package = "async_requests_types_thrift", version = "0.1.0", path = ".." } codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/features/async_requests/requests_table/Cargo.toml b/eden/mononoke/features/async_requests/requests_table/Cargo.toml index d02380b89d10e..32a425e9077d3 100644 --- a/eden/mononoke/features/async_requests/requests_table/Cargo.toml +++ b/eden/mononoke/features/async_requests/requests_table/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" context = { version = "0.1.0", path = "../../../servers/slapi/slapi_server/context" } facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/features/async_requests/worker/Cargo.toml b/eden/mononoke/features/async_requests/worker/Cargo.toml index ed87333843bbd..f1eadc613aa74 100644 --- a/eden/mononoke/features/async_requests/worker/Cargo.toml +++ b/eden/mononoke/features/async_requests/worker/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-stream = "0.3" async-trait = "0.1.86" async_requests = { version = "0.1.0", path = ".." } diff --git a/eden/mononoke/features/cache_warmup/Cargo.toml b/eden/mononoke/features/cache_warmup/Cargo.toml index b449048fc32b1..4599aaa81443f 100644 --- a/eden/mononoke/features/cache_warmup/Cargo.toml +++ b/eden/mononoke/features/cache_warmup/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobrepo_hg = { version = "0.1.0", path = "../../blobrepo/blobrepo_hg" } blobstore = { version = "0.1.0", path = "../../blobstore" } bonsai_hg_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_hg_mapping" } diff --git a/eden/mononoke/features/changesets_creation/Cargo.toml b/eden/mononoke/features/changesets_creation/Cargo.toml index 2477aa9c940fe..74acb4af2c60d 100644 --- a/eden/mononoke/features/changesets_creation/Cargo.toml +++ b/eden/mononoke/features/changesets_creation/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } commit_graph = { version = "0.1.0", path = "../../repo_attributes/commit_graph/commit_graph" } diff --git a/eden/mononoke/features/commit_cloud/Cargo.toml b/eden/mononoke/features/commit_cloud/Cargo.toml index dd9563d204fb1..7f1b27c9a40e4 100644 --- a/eden/mononoke/features/commit_cloud/Cargo.toml +++ b/eden/mononoke/features/commit_cloud/Cargo.toml @@ -12,7 +12,7 @@ name = "dbcommitcloud_test" path = "tests/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_git_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_git_mapping" } bonsai_hg_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_hg_mapping" } @@ -32,7 +32,7 @@ mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" } mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } permission_checker = { version = "0.1.0", path = "../../common/permission_checker" } repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sql_construct = { version = "0.1.0", path = "../../common/sql_construct" } sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" } diff --git a/eden/mononoke/features/commit_cloud/types/Cargo.toml b/eden/mononoke/features/commit_cloud/types/Cargo.toml index dad0d7fdb0b65..f4720014dc071 100644 --- a/eden/mononoke/features/commit_cloud/types/Cargo.toml +++ b/eden/mononoke/features/commit_cloud/types/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" mercurial_types = { version = "0.1.0", path = "../../../mercurial/types" } metaconfig_types = { version = "0.1.0", path = "../../../metaconfig/types" } mononoke_types = { version = "0.1.0", path = "../../../mononoke_types" } diff --git a/eden/mononoke/features/commit_rewriting/backsyncer/Cargo.toml b/eden/mononoke/features/commit_rewriting/backsyncer/Cargo.toml index f63e41a6b246d..f1ccbcfe0c20b 100644 --- a/eden/mononoke/features/commit_rewriting/backsyncer/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/backsyncer/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../../blobstore" } bonsai_git_mapping = { version = "0.1.0", path = "../../../repo_attributes/bonsai_git_mapping" } bonsai_globalrev_mapping = { version = "0.1.0", path = "../../../repo_attributes/bonsai_globalrev_mapping" } diff --git a/eden/mononoke/features/commit_rewriting/backsyncer/features/commit_rewriting/backsyncer_cmd/Cargo.toml b/eden/mononoke/features/commit_rewriting/backsyncer/features/commit_rewriting/backsyncer_cmd/Cargo.toml index 363ed8d7693f5..93d7acd214465 100644 --- a/eden/mononoke/features/commit_rewriting/backsyncer/features/commit_rewriting/backsyncer_cmd/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/backsyncer/features/commit_rewriting/backsyncer_cmd/Cargo.toml @@ -12,7 +12,7 @@ name = "backsyncer_cmd" path = "../../../backsyncer_cmd/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" backsyncer = { version = "0.1.0", path = "../../.." } blobrepo_hg = { version = "0.1.0", path = "../../../../../../blobrepo/blobrepo_hg" } diff --git a/eden/mononoke/features/commit_rewriting/bookmark_renaming/Cargo.toml b/eden/mononoke/features/commit_rewriting/bookmark_renaming/Cargo.toml index 8efa4e13fce6c..d865cd6762366 100644 --- a/eden/mononoke/features/commit_rewriting/bookmark_renaming/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/bookmark_renaming/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" bookmarks = { version = "0.1.0", path = "../../../repo_attributes/bookmarks" } metaconfig_types = { version = "0.1.0", path = "../../../metaconfig/types" } diff --git a/eden/mononoke/features/commit_rewriting/bookmarks_validator/Cargo.toml b/eden/mononoke/features/commit_rewriting/bookmarks_validator/Cargo.toml index 7b86b260d3079..0a0d999db7b72 100644 --- a/eden/mononoke/features/commit_rewriting/bookmarks_validator/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/bookmarks_validator/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore_factory = { version = "0.1.0", path = "../../../blobstore/factory" } bookmarks = { version = "0.1.0", path = "../../../repo_attributes/bookmarks" } diff --git a/eden/mononoke/features/commit_rewriting/commit_validator/Cargo.toml b/eden/mononoke/features/commit_rewriting/commit_validator/Cargo.toml index 3a29758f6fd75..42d6a224cba4a 100644 --- a/eden/mononoke/features/commit_rewriting/commit_validator/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/commit_validator/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../../blobstore" } blobstore_factory = { version = "0.1.0", path = "../../../blobstore/factory" } bookmarks = { version = "0.1.0", path = "../../../repo_attributes/bookmarks" } diff --git a/eden/mononoke/features/commit_rewriting/live_commit_sync_config/Cargo.toml b/eden/mononoke/features/commit_rewriting/live_commit_sync_config/Cargo.toml index 31e63f2c33ca1..1cc40e3f4d021 100644 --- a/eden/mononoke/features/commit_rewriting/live_commit_sync_config/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/live_commit_sync_config/Cargo.toml @@ -12,7 +12,7 @@ name = "live_commit_sync_config_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } commitsync = { version = "0.1.0", path = "../../../../../configerator/structs/scm/mononoke/repos/commitsync" } diff --git a/eden/mononoke/features/commit_rewriting/megarepo/Cargo.toml b/eden/mononoke/features/commit_rewriting/megarepo/Cargo.toml index 5569370bad987..fed995fcab239 100644 --- a/eden/mononoke/features/commit_rewriting/megarepo/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/megarepo/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../../blobstore" } bonsai_hg_mapping = { version = "0.1.0", path = "../../../repo_attributes/bonsai_hg_mapping" } bookmarks = { version = "0.1.0", path = "../../../repo_attributes/bookmarks" } diff --git a/eden/mononoke/features/commit_rewriting/mononoke_x_repo_sync_job/Cargo.toml b/eden/mononoke/features/commit_rewriting/mononoke_x_repo_sync_job/Cargo.toml index 99e6f33859ced..f21d2cf552652 100644 --- a/eden/mononoke/features/commit_rewriting/mononoke_x_repo_sync_job/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/mononoke_x_repo_sync_job/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" backsyncer = { version = "0.1.0", path = "../backsyncer" } blobstore = { version = "0.1.0", path = "../../../blobstore" } diff --git a/eden/mononoke/features/commit_rewriting/movers/Cargo.toml b/eden/mononoke/features/commit_rewriting/movers/Cargo.toml index f253dbe956911..950d6a4be78e0 100644 --- a/eden/mononoke/features/commit_rewriting/movers/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/movers/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" mercurial_types = { version = "0.1.0", path = "../../../mercurial/types" } metaconfig_types = { version = "0.1.0", path = "../../../metaconfig/types" } mononoke_types = { version = "0.1.0", path = "../../../mononoke_types" } diff --git a/eden/mononoke/features/commit_rewriting/reporting/Cargo.toml b/eden/mononoke/features/commit_rewriting/reporting/Cargo.toml index 5f98b9f824861..8c478b8971719 100644 --- a/eden/mononoke/features/commit_rewriting/reporting/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/reporting/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "reporting.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" context = { version = "0.1.0", path = "../../../servers/slapi/slapi_server/context" } mononoke_types = { version = "0.1.0", path = "../../../mononoke_types" } scuba_ext = { version = "0.1.0", path = "../../../common/scuba_ext" } diff --git a/eden/mononoke/features/commit_rewriting/synced_commit_mapping/Cargo.toml b/eden/mononoke/features/commit_rewriting/synced_commit_mapping/Cargo.toml index 85e55aac5e1fe..13834c9b426ed 100644 --- a/eden/mononoke/features/commit_rewriting/synced_commit_mapping/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/synced_commit_mapping/Cargo.toml @@ -12,7 +12,7 @@ name = "synced_commit_mapping_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" auto_impl = "1.2.1" bincode = { version = "2", features = ["serde"] } diff --git a/eden/mononoke/features/commit_rewriting/synced_commit_mapping/features/commit_rewriting/pushrebase_hook/Cargo.toml b/eden/mononoke/features/commit_rewriting/synced_commit_mapping/features/commit_rewriting/pushrebase_hook/Cargo.toml index 01909d6c24a6c..2ab867de669f0 100644 --- a/eden/mononoke/features/commit_rewriting/synced_commit_mapping/features/commit_rewriting/pushrebase_hook/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/synced_commit_mapping/features/commit_rewriting/pushrebase_hook/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "../../../pushrebase_hook/lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bookmarks = { version = "0.1.0", path = "../../../../../../repo_attributes/bookmarks" } context = { version = "0.1.0", path = "../../../../../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/Cargo.toml b/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/Cargo.toml index 3d021cf0c01ea..0dc29f4ba3b09 100644 --- a/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/clients/Cargo.toml b/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/clients/Cargo.toml index a29ce059139ca..7aaa2f0c18903 100644 --- a/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/clients/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/mocks/Cargo.toml b/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/mocks/Cargo.toml index 95a643a94cf07..f75b487ff857f 100644 --- a/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/mocks/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/services/Cargo.toml b/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/services/Cargo.toml index e185866fe57ee..d3a1772b9d9c7 100644 --- a/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/services/Cargo.toml +++ b/eden/mononoke/features/commit_rewriting/synced_commit_mapping/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/features/commit_transformation/commit_transformation/Cargo.toml b/eden/mononoke/features/commit_transformation/commit_transformation/Cargo.toml index 26a2638e9c7e8..c434d7018d519 100644 --- a/eden/mononoke/features/commit_transformation/commit_transformation/Cargo.toml +++ b/eden/mononoke/features/commit_transformation/commit_transformation/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "../src/lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-recursion = "1.1.1" async-trait = "0.1.86" blobrepo_utils = { version = "0.1.0", path = "../../../blobrepo_utils" } diff --git a/eden/mononoke/features/cross_repo_sync/Cargo.toml b/eden/mononoke/features/cross_repo_sync/Cargo.toml index 4bca1fef391a1..c681e042ff059 100644 --- a/eden/mononoke/features/cross_repo_sync/Cargo.toml +++ b/eden/mononoke/features/cross_repo_sync/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" blobstore = { version = "0.1.0", path = "../../blobstore" } bonsai_git_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_git_mapping" } diff --git a/eden/mononoke/features/diff/Cargo.toml b/eden/mononoke/features/diff/Cargo.toml index ea9e715744462..0053eda66c0b8 100644 --- a/eden/mononoke/features/diff/Cargo.toml +++ b/eden/mononoke/features/diff/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } bytes = { version = "1.11.1", features = ["serde"] } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/features/history_traversal/Cargo.toml b/eden/mononoke/features/history_traversal/Cargo.toml index f91b165afb5e1..1af980c53cd2b 100644 --- a/eden/mononoke/features/history_traversal/Cargo.toml +++ b/eden/mononoke/features/history_traversal/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-recursion = "1.1.1" async-trait = "0.1.86" blame = { version = "0.1.0", path = "../../derived_data/blame" } diff --git a/eden/mononoke/features/hooks/Cargo.toml b/eden/mononoke/features/hooks/Cargo.toml index d64a97f354fb9..a38acbaf81bb0 100644 --- a/eden/mononoke/features/hooks/Cargo.toml +++ b/eden/mononoke/features/hooks/Cargo.toml @@ -12,7 +12,7 @@ test = false doctest = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } bookmarks = { version = "0.1.0", path = "../../repo_attributes/bookmarks" } @@ -47,7 +47,7 @@ sapling-clientinfo = { version = "0.1.0", path = "../../../scm/lib/clientinfo" } scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_derive = "1.0.185" -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } serde_regex = "1" skeleton_manifest = { version = "0.1.0", path = "../../derived_data/skeleton_manifest" } source_control = { version = "0.1.0", path = "../../scs/if" } diff --git a/eden/mononoke/features/microwave/builder/Cargo.toml b/eden/mononoke/features/microwave/builder/Cargo.toml index fbda3608e3a3a..eca42c6f0f6e8 100644 --- a/eden/mononoke/features/microwave/builder/Cargo.toml +++ b/eden/mononoke/features/microwave/builder/Cargo.toml @@ -12,7 +12,7 @@ name = "builder" path = "main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobrepo_override = { version = "0.1.0", path = "../../../blobrepo/override" } blobstore_factory = { version = "0.1.0", path = "../../../blobstore/factory" } diff --git a/eden/mononoke/features/microwave/features/microwave/Cargo.toml b/eden/mononoke/features/microwave/features/microwave/Cargo.toml index 41ec60bfd8529..9d69174166db4 100644 --- a/eden/mononoke/features/microwave/features/microwave/Cargo.toml +++ b/eden/mononoke/features/microwave/features/microwave/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "../../src/lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../../../blobstore" } context = { version = "0.1.0", path = "../../../../servers/slapi/slapi_server/context" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/features/microwave/if/Cargo.toml b/eden/mononoke/features/microwave/if/Cargo.toml index 0f21d4b2e077e..c431910a71fe7 100644 --- a/eden/mononoke/features/microwave/if/Cargo.toml +++ b/eden/mononoke/features/microwave/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/features/microwave/if/clients/Cargo.toml b/eden/mononoke/features/microwave/if/clients/Cargo.toml index 11ed35475be62..bc3957d06d00b 100644 --- a/eden/mononoke/features/microwave/if/clients/Cargo.toml +++ b/eden/mononoke/features/microwave/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/features/microwave/if/mocks/Cargo.toml b/eden/mononoke/features/microwave/if/mocks/Cargo.toml index 4bf88feea71de..2c9a9dc84da2f 100644 --- a/eden/mononoke/features/microwave/if/mocks/Cargo.toml +++ b/eden/mononoke/features/microwave/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/features/microwave/if/services/Cargo.toml b/eden/mononoke/features/microwave/if/services/Cargo.toml index 02e3c59951274..ba9fe7a224590 100644 --- a/eden/mononoke/features/microwave/if/services/Cargo.toml +++ b/eden/mononoke/features/microwave/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/features/pushrebase/Cargo.toml b/eden/mononoke/features/pushrebase/Cargo.toml index a46d3b47c10fe..5259498945306 100644 --- a/eden/mononoke/features/pushrebase/Cargo.toml +++ b/eden/mononoke/features/pushrebase/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobrepo_utils = { version = "0.1.0", path = "../../blobrepo_utils" } blobstore = { version = "0.1.0", path = "../../blobstore" } bookmarks = { version = "0.1.0", path = "../../repo_attributes/bookmarks" } diff --git a/eden/mononoke/features/pushrebase/pushrebase_client/Cargo.toml b/eden/mononoke/features/pushrebase/pushrebase_client/Cargo.toml index a7351c59eaf7e..7cb65d74b5d58 100644 --- a/eden/mononoke/features/pushrebase/pushrebase_client/Cargo.toml +++ b/eden/mononoke/features/pushrebase/pushrebase_client/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" arc-swap = { version = "1.5", features = ["weak"] } async-trait = "0.1.86" bookmarks = { version = "0.1.0", path = "../../../repo_attributes/bookmarks" } diff --git a/eden/mononoke/features/pushrebase/pushrebase_hook/Cargo.toml b/eden/mononoke/features/pushrebase/pushrebase_hook/Cargo.toml index f00ea07fc43c0..a8d3c82241835 100644 --- a/eden/mononoke/features/pushrebase/pushrebase_hook/Cargo.toml +++ b/eden/mononoke/features/pushrebase/pushrebase_hook/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bookmarks = { version = "0.1.0", path = "../../../repo_attributes/bookmarks" } context = { version = "0.1.0", path = "../../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/features/pushrebase/pushrebase_hooks/Cargo.toml b/eden/mononoke/features/pushrebase/pushrebase_hooks/Cargo.toml index 20ced95763c4d..5c55af8ae20a1 100644 --- a/eden/mononoke/features/pushrebase/pushrebase_hooks/Cargo.toml +++ b/eden/mononoke/features/pushrebase/pushrebase_hooks/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bonsai_git_mapping = { version = "0.1.0", path = "../../../repo_attributes/bonsai_git_mapping" } bonsai_globalrev_mapping = { version = "0.1.0", path = "../../../repo_attributes/bonsai_globalrev_mapping" } bookmarks_types = { version = "0.1.0", path = "../../../repo_attributes/bookmarks/bookmarks_types" } diff --git a/eden/mononoke/features/redaction/Cargo.toml b/eden/mononoke/features/redaction/Cargo.toml index f4e430ecc5082..929b573c3f771 100644 --- a/eden/mononoke/features/redaction/Cargo.toml +++ b/eden/mononoke/features/redaction/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } diff --git a/eden/mononoke/features/repo_metadata/Cargo.toml b/eden/mononoke/features/repo_metadata/Cargo.toml index 11841fd975fd6..98bd53064e206 100644 --- a/eden/mononoke/features/repo_metadata/Cargo.toml +++ b/eden/mononoke/features/repo_metadata/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blame = { version = "0.1.0", path = "../../derived_data/blame" } blobstore = { version = "0.1.0", path = "../../blobstore" } bookmarks = { version = "0.1.0", path = "../../repo_attributes/bookmarks" } diff --git a/eden/mononoke/features/repo_stats_logger/Cargo.toml b/eden/mononoke/features/repo_stats_logger/Cargo.toml index 4475d6e9dda8a..9eee3f4627bd2 100644 --- a/eden/mononoke/features/repo_stats_logger/Cargo.toml +++ b/eden/mononoke/features/repo_stats_logger/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } bookmarks = { version = "0.1.0", path = "../../repo_attributes/bookmarks" } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/features/repo_update_logger/Cargo.toml b/eden/mononoke/features/repo_update_logger/Cargo.toml index ccafa7746b022..aeef322b8e2f0 100644 --- a/eden/mononoke/features/repo_update_logger/Cargo.toml +++ b/eden/mononoke/features/repo_update_logger/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } bonsai_git_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_git_mapping" } diff --git a/eden/mononoke/git/bundle_uri/Cargo.toml b/eden/mononoke/git/bundle_uri/Cargo.toml index 714e023bf86e0..32228c18dd26c 100644 --- a/eden/mononoke/git/bundle_uri/Cargo.toml +++ b/eden/mononoke/git/bundle_uri/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } @@ -16,7 +16,7 @@ fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rus git_env = { version = "0.1.0", path = "../git_env" } metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sql_construct = { version = "0.1.0", path = "../../common/sql_construct" } sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" } diff --git a/eden/mononoke/git/check_git_wc/Cargo.toml b/eden/mononoke/git/check_git_wc/Cargo.toml index 4f5ec7ebd0bc4..b298a90de8288 100644 --- a/eden/mononoke/git/check_git_wc/Cargo.toml +++ b/eden/mononoke/git/check_git_wc/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } content_manifest_derivation = { version = "0.1.0", path = "../../derived_data/content_manifest_derivation" } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/git/git-pool/Cargo.toml b/eden/mononoke/git/git-pool/Cargo.toml index 19ec2e2047fd4..ec167902f88a6 100644 --- a/eden/mononoke/git/git-pool/Cargo.toml +++ b/eden/mononoke/git/git-pool/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" git2 = "0.20.2" mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" } num_cpus = "1.16" diff --git a/eden/mononoke/git/git_env/Cargo.toml b/eden/mononoke/git/git_env/Cargo.toml index 8dd3b5cedcc19..c185cf05f5e8e 100644 --- a/eden/mononoke/git/git_env/Cargo.toml +++ b/eden/mononoke/git/git_env/Cargo.toml @@ -8,6 +8,6 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" gotham = "0.7.4" gotham_ext = { version = "0.1.0", path = "../../common/gotham_ext" } diff --git a/eden/mononoke/git/git_types/Cargo.toml b/eden/mononoke/git/git_types/Cargo.toml index 6062bf4b08959..323e0cba73fb3 100644 --- a/eden/mononoke/git/git_types/Cargo.toml +++ b/eden/mononoke/git/git_types/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } bonsai_git_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_git_mapping" } diff --git a/eden/mononoke/git/git_types/if/Cargo.toml b/eden/mononoke/git/git_types/if/Cargo.toml index 1544258f7b870..35f6bc6831d80 100644 --- a/eden/mononoke/git/git_types/if/Cargo.toml +++ b/eden/mononoke/git/git_types/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", features = ["serde"] } codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/git/git_types/if/clients/Cargo.toml b/eden/mononoke/git/git_types/if/clients/Cargo.toml index 1df0a8313b255..10d6cbd9f88f1 100644 --- a/eden/mononoke/git/git_types/if/clients/Cargo.toml +++ b/eden/mononoke/git/git_types/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/git/git_types/if/mocks/Cargo.toml b/eden/mononoke/git/git_types/if/mocks/Cargo.toml index 234d25262aa36..f5f4ce61b1e08 100644 --- a/eden/mononoke/git/git_types/if/mocks/Cargo.toml +++ b/eden/mononoke/git/git_types/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/git/git_types/if/services/Cargo.toml b/eden/mononoke/git/git_types/if/services/Cargo.toml index ede73308046bf..cdfbf58f2b1fb 100644 --- a/eden/mononoke/git/git_types/if/services/Cargo.toml +++ b/eden/mononoke/git/git_types/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/git/gitexport/Cargo.toml b/eden/mononoke/git/gitexport/Cargo.toml index 00a447f787854..277d60059ec60 100644 --- a/eden/mononoke/git/gitexport/Cargo.toml +++ b/eden/mononoke/git/gitexport/Cargo.toml @@ -19,7 +19,7 @@ name = "tests" path = "tests/gitexport_tools/lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } bookmarks_types = { version = "0.1.0", path = "../../repo_attributes/bookmarks/bookmarks_types" } borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } @@ -56,7 +56,7 @@ repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_deri repo_factory = { version = "0.1.0", path = "../../repo_factory" } scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" } tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/git/gitexport/test_utils/Cargo.toml b/eden/mononoke/git/gitexport/test_utils/Cargo.toml index 8af2b69b3adcc..0c3ada75d50de 100644 --- a/eden/mononoke/git/gitexport/test_utils/Cargo.toml +++ b/eden/mononoke/git/gitexport/test_utils/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "src/test_utils.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } maplit = "1.0" diff --git a/eden/mononoke/git/gitimport/Cargo.toml b/eden/mononoke/git/gitimport/Cargo.toml index fff9f1a2bf9bb..42608d5233bfc 100644 --- a/eden/mononoke/git/gitimport/Cargo.toml +++ b/eden/mononoke/git/gitimport/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } bonsai_git_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_git_mapping" } bonsai_hg_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_hg_mapping" } diff --git a/eden/mononoke/git/import_direct/Cargo.toml b/eden/mononoke/git/import_direct/Cargo.toml index 4cfa8da018458..e69057696aaa7 100644 --- a/eden/mononoke/git/import_direct/Cargo.toml +++ b/eden/mononoke/git/import_direct/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_git_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_git_mapping" } bonsai_tag_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_tag_mapping" } diff --git a/eden/mononoke/git/import_tools/Cargo.toml b/eden/mononoke/git/import_tools/Cargo.toml index 1d4907060010a..1c89383f1963d 100644 --- a/eden/mononoke/git/import_tools/Cargo.toml +++ b/eden/mononoke/git/import_tools/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" auto_impl = "1.2.1" blobstore = { version = "0.1.0", path = "../../blobstore" } diff --git a/eden/mononoke/git/packetline/Cargo.toml b/eden/mononoke/git/packetline/Cargo.toml index 76c19a90467e8..08c041cbce1f2 100644 --- a/eden/mononoke/git/packetline/Cargo.toml +++ b/eden/mononoke/git/packetline/Cargo.toml @@ -18,7 +18,7 @@ thiserror = "2.0.18" tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" } diff --git a/eden/mononoke/git/packfile/Cargo.toml b/eden/mononoke/git/packfile/Cargo.toml index f2a5fe0d47482..81580a5f5ca65 100644 --- a/eden/mononoke/git/packfile/Cargo.toml +++ b/eden/mononoke/git/packfile/Cargo.toml @@ -12,7 +12,7 @@ name = "packfile_test" path = "test/packfile_test.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" futures = { version = "0.3.31", features = ["async-await", "compat"] } git_types = { version = "0.1.0", path = "../git_types" } gix-hash = "0.18.0" diff --git a/eden/mononoke/git/protocol/Cargo.toml b/eden/mononoke/git/protocol/Cargo.toml index 6209491e19f82..ab115c6e8e76a 100644 --- a/eden/mononoke/git/protocol/Cargo.toml +++ b/eden/mononoke/git/protocol/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } bonsai_git_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_git_mapping" } diff --git a/eden/mononoke/jobs/blobstore_healer/Cargo.toml b/eden/mononoke/jobs/blobstore_healer/Cargo.toml index eddf545240e2d..5172228aef017 100644 --- a/eden/mononoke/jobs/blobstore_healer/Cargo.toml +++ b/eden/mononoke/jobs/blobstore_healer/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } blobstore_factory = { version = "0.1.0", path = "../../blobstore/factory" } diff --git a/eden/mononoke/jobs/cas_sync/Cargo.toml b/eden/mononoke/jobs/cas_sync/Cargo.toml index ef544d6e4aa1c..e21fa82c3c0f3 100644 --- a/eden/mononoke/jobs/cas_sync/Cargo.toml +++ b/eden/mononoke/jobs/cas_sync/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" assembly_line = { version = "0.1.0", path = "../../common/assembly_line" } async-trait = "0.1.86" bonsai_hg_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_hg_mapping" } diff --git a/eden/mononoke/jobs/modern_sync/Cargo.toml b/eden/mononoke/jobs/modern_sync/Cargo.toml index 3d9732b14eb43..c7350dfd0e26b 100644 --- a/eden/mononoke/jobs/modern_sync/Cargo.toml +++ b/eden/mononoke/jobs/modern_sync/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" assembly_line = { version = "0.1.0", path = "../../common/assembly_line" } async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } diff --git a/eden/mononoke/jobs/statistics_collector/Cargo.toml b/eden/mononoke/jobs/statistics_collector/Cargo.toml index ecc5bca7f6b7d..a5284e5773cac 100644 --- a/eden/mononoke/jobs/statistics_collector/Cargo.toml +++ b/eden/mononoke/jobs/statistics_collector/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobrepo_hg = { version = "0.1.0", path = "../../blobrepo/blobrepo_hg" } blobstore = { version = "0.1.0", path = "../../blobstore" } @@ -33,7 +33,7 @@ repo_blobstore = { version = "0.1.0", path = "../../repo_attributes/repo_blobsto repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" } repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" } scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sharding_ext = { version = "0.1.0", path = "../../cmdlib/sharding_ext" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/jobs/walker/Cargo.toml b/eden/mononoke/jobs/walker/Cargo.toml index 1f6d5a833b983..e4379c26d5382 100644 --- a/eden/mononoke/jobs/walker/Cargo.toml +++ b/eden/mononoke/jobs/walker/Cargo.toml @@ -9,7 +9,7 @@ license = "GPLv2+" [dependencies] ahash = { version = "0.8.11", features = ["runtime-rng"] } -anyhow = "1.0.98" +anyhow = "1.0.100" array-init = "0.1" async-trait = "0.1.86" auto_impl = "1.2.1" diff --git a/eden/mononoke/lfs_import_lib/Cargo.toml b/eden/mononoke/lfs_import_lib/Cargo.toml index e4f22c2365046..e616e6c44eb1f 100644 --- a/eden/mononoke/lfs_import_lib/Cargo.toml +++ b/eden/mononoke/lfs_import_lib/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", features = ["serde"] } context = { version = "0.1.0", path = "../servers/slapi/slapi_server/context" } filestore = { version = "0.1.0", path = "../repo_attributes/filestore" } diff --git a/eden/mononoke/manifest/Cargo.toml b/eden/mononoke/manifest/Cargo.toml index 6349862c09157..790274d6bd617 100644 --- a/eden/mononoke/manifest/Cargo.toml +++ b/eden/mononoke/manifest/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-stream = "0.3" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../blobstore" } diff --git a/eden/mononoke/megarepo_api/Cargo.toml b/eden/mononoke/megarepo_api/Cargo.toml index af5976efac99d..20b8b7ffb41b9 100644 --- a/eden/mononoke/megarepo_api/Cargo.toml +++ b/eden/mononoke/megarepo_api/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" async_once_cell = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } blobstore = { version = "0.1.0", path = "../blobstore" } @@ -45,7 +45,7 @@ repo_blobstore = { version = "0.1.0", path = "../repo_attributes/repo_blobstore" repo_derived_data = { version = "0.1.0", path = "../repo_attributes/repo_derived_data" } repo_factory = { version = "0.1.0", path = "../repo_factory" } repo_identity = { version = "0.1.0", path = "../repo_attributes/repo_identity" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sorted_vector_map = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/megarepo_api/if/megarepo_configs/Cargo.toml b/eden/mononoke/megarepo_api/if/megarepo_configs/Cargo.toml index 97f64f8dd15fe..18f61417501ed 100644 --- a/eden/mononoke/megarepo_api/if/megarepo_configs/Cargo.toml +++ b/eden/mononoke/megarepo_api/if/megarepo_configs/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/megarepo_api/if/megarepo_configs/clients/Cargo.toml b/eden/mononoke/megarepo_api/if/megarepo_configs/clients/Cargo.toml index 81f0791784882..22d1216807b15 100644 --- a/eden/mononoke/megarepo_api/if/megarepo_configs/clients/Cargo.toml +++ b/eden/mononoke/megarepo_api/if/megarepo_configs/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/megarepo_api/if/megarepo_configs/mocks/Cargo.toml b/eden/mononoke/megarepo_api/if/megarepo_configs/mocks/Cargo.toml index 8debbedab0159..e3ba1399daff5 100644 --- a/eden/mononoke/megarepo_api/if/megarepo_configs/mocks/Cargo.toml +++ b/eden/mononoke/megarepo_api/if/megarepo_configs/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/megarepo_api/if/megarepo_configs/services/Cargo.toml b/eden/mononoke/megarepo_api/if/megarepo_configs/services/Cargo.toml index b7b4104192a1d..9e69ec440f34a 100644 --- a/eden/mononoke/megarepo_api/if/megarepo_configs/services/Cargo.toml +++ b/eden/mononoke/megarepo_api/if/megarepo_configs/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/megarepo_api/mapping/Cargo.toml b/eden/mononoke/megarepo_api/mapping/Cargo.toml index 3214150708534..b55bc64b21ec7 100644 --- a/eden/mononoke/megarepo_api/mapping/Cargo.toml +++ b/eden/mononoke/megarepo_api/mapping/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" content_manifest_derivation = { version = "0.1.0", path = "../../derived_data/content_manifest_derivation" } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } derivation_queue_thrift = { version = "0.1.0", path = "../../repo_attributes/repo_derivation_queues/if" } @@ -23,7 +23,7 @@ repo_blobstore = { version = "0.1.0", path = "../../repo_attributes/repo_blobsto repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" } repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sql_construct = { version = "0.1.0", path = "../../common/sql_construct" } sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" } diff --git a/eden/mononoke/megarepo_api/megarepo_config/Cargo.toml b/eden/mononoke/megarepo_api/megarepo_config/Cargo.toml index 5bacff4ed51d6..5aa96a983c077 100644 --- a/eden/mononoke/megarepo_api/megarepo_config/Cargo.toml +++ b/eden/mononoke/megarepo_api/megarepo_config/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore_factory = { version = "0.1.0", path = "../../blobstore/factory" } bookmarks = { version = "0.1.0", path = "../../repo_attributes/bookmarks" } diff --git a/eden/mononoke/megarepo_api/megarepo_error/Cargo.toml b/eden/mononoke/megarepo_api/megarepo_error/Cargo.toml index 7653df95b87a4..8b39cb93bbcbe 100644 --- a/eden/mononoke/megarepo_api/megarepo_error/Cargo.toml +++ b/eden/mononoke/megarepo_api/megarepo_error/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } derived_data_manager = { version = "0.1.0", path = "../../derived_data/manager" } source_control = { version = "0.1.0", path = "../../scs/if" } diff --git a/eden/mononoke/megarepo_api/pushredirect/Cargo.toml b/eden/mononoke/megarepo_api/pushredirect/Cargo.toml index 94b25bdb4316e..06855407677ac 100644 --- a/eden/mononoke/megarepo_api/pushredirect/Cargo.toml +++ b/eden/mononoke/megarepo_api/pushredirect/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bincode = { version = "2", features = ["serde"] } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/mercurial/bundles/Cargo.toml b/eden/mononoke/mercurial/bundles/Cargo.toml index 9c575f6172d59..6d8f01eb42836 100644 --- a/eden/mononoke/mercurial/bundles/Cargo.toml +++ b/eden/mononoke/mercurial/bundles/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-compression = { version = "0.4.9", features = ["brotli", "bzip2", "deflate", "futures-io", "gzip", "tokio", "zlib", "zstd", "zstdmt"] } async-stream = "0.3" bufsize = "1.0.10" diff --git a/eden/mononoke/mercurial/mutation/Cargo.toml b/eden/mononoke/mercurial/mutation/Cargo.toml index 7c9ef5e01bc8f..1e6c8ba8f2cf0 100644 --- a/eden/mononoke/mercurial/mutation/Cargo.toml +++ b/eden/mononoke/mercurial/mutation/Cargo.toml @@ -13,7 +13,7 @@ path = "test/main.rs" [dependencies] abomonable_string = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bincode = { version = "2", features = ["serde"] } bytes = { version = "1.11.1", features = ["serde"] } @@ -32,7 +32,7 @@ metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } sapling-edenapi_types = { version = "0.1.0", path = "../../../scm/lib/edenapi/types" } sapling-types = { version = "0.1.0", path = "../../../scm/lib/types" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } sql_construct = { version = "0.1.0", path = "../../common/sql_construct" } sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" } diff --git a/eden/mononoke/mercurial/mutation/if/Cargo.toml b/eden/mononoke/mercurial/mutation/if/Cargo.toml index 348c7a8ac96e6..8bab43f03b005 100644 --- a/eden/mononoke/mercurial/mutation/if/Cargo.toml +++ b/eden/mononoke/mercurial/mutation/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/mercurial/mutation/if/clients/Cargo.toml b/eden/mononoke/mercurial/mutation/if/clients/Cargo.toml index 5628a2e7434ed..b990e4706d55c 100644 --- a/eden/mononoke/mercurial/mutation/if/clients/Cargo.toml +++ b/eden/mononoke/mercurial/mutation/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/mercurial/mutation/if/mocks/Cargo.toml b/eden/mononoke/mercurial/mutation/if/mocks/Cargo.toml index 81e9bb1a95fb0..0097f4be83c42 100644 --- a/eden/mononoke/mercurial/mutation/if/mocks/Cargo.toml +++ b/eden/mononoke/mercurial/mutation/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/mercurial/mutation/if/services/Cargo.toml b/eden/mononoke/mercurial/mutation/if/services/Cargo.toml index 4bc9f2df8c321..bedab09500e41 100644 --- a/eden/mononoke/mercurial/mutation/if/services/Cargo.toml +++ b/eden/mononoke/mercurial/mutation/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/mercurial/revlog/Cargo.toml b/eden/mononoke/mercurial/revlog/Cargo.toml index 5a48253904fe4..5a8990b60fc6f 100644 --- a/eden/mononoke/mercurial/revlog/Cargo.toml +++ b/eden/mononoke/mercurial/revlog/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" bitflags = { version = "2.9", features = ["serde", "std"], default-features = false } bytes = { version = "1.11.1", features = ["serde"] } diff --git a/eden/mononoke/mercurial/types/Cargo.toml b/eden/mononoke/mercurial/types/Cargo.toml index ab6984fa5dc28..b92e7a02b2e0c 100644 --- a/eden/mononoke/mercurial/types/Cargo.toml +++ b/eden/mononoke/mercurial/types/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" async-stream = "0.3" async-trait = "0.1.86" @@ -38,7 +38,7 @@ sapling-edenapi_types = { version = "0.1.0", path = "../../../scm/lib/edenapi/ty sapling-types = { version = "0.1.0", path = "../../../scm/lib/types" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_derive = "1.0.185" -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sorted_vector_map = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/mercurial/types/if/Cargo.toml b/eden/mononoke/mercurial/types/if/Cargo.toml index f51772bb8643f..cf387a3626137 100644 --- a/eden/mononoke/mercurial/types/if/Cargo.toml +++ b/eden/mononoke/mercurial/types/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/mercurial/types/if/clients/Cargo.toml b/eden/mononoke/mercurial/types/if/clients/Cargo.toml index 8e704ee13dab3..e31360c154e20 100644 --- a/eden/mononoke/mercurial/types/if/clients/Cargo.toml +++ b/eden/mononoke/mercurial/types/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/mercurial/types/if/mocks/Cargo.toml b/eden/mononoke/mercurial/types/if/mocks/Cargo.toml index e4d10d4748191..7d90cad56ad15 100644 --- a/eden/mononoke/mercurial/types/if/mocks/Cargo.toml +++ b/eden/mononoke/mercurial/types/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/mercurial/types/if/services/Cargo.toml b/eden/mononoke/mercurial/types/if/services/Cargo.toml index 16f93e9c7d2d9..ac127c05e895f 100644 --- a/eden/mononoke/mercurial/types/if/services/Cargo.toml +++ b/eden/mononoke/mercurial/types/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/mercurial/types/mocks/Cargo.toml b/eden/mononoke/mercurial/types/mocks/Cargo.toml index 801f1e009c966..e9415ec283bb1 100644 --- a/eden/mononoke/mercurial/types/mocks/Cargo.toml +++ b/eden/mononoke/mercurial/types/mocks/Cargo.toml @@ -21,7 +21,7 @@ mononoke_types = { version = "0.1.0", path = "../../../mononoke_types" } mononoke_types-mocks = { version = "0.1.0", path = "../../../mononoke_types/mocks" } [dev-dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", features = ["serde"] } mononoke_macros = { version = "0.1.0", path = "../../../common/mononoke_macros" } quickcheck = "1.0" diff --git a/eden/mononoke/metaconfig/parser/Cargo.toml b/eden/mononoke/metaconfig/parser/Cargo.toml index c67f657bf3285..b779d62bd2446 100644 --- a/eden/mononoke/metaconfig/parser/Cargo.toml +++ b/eden/mononoke/metaconfig/parser/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" bookmarks_types = { version = "0.1.0", path = "../../repo_attributes/bookmarks/bookmarks_types" } cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } @@ -23,7 +23,7 @@ rusoto_core = "0.48.0" sapling-repourl = { version = "0.1.0", path = "../../../scm/lib/repo/url" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_ignored = "0.1.14" -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } thiserror = "2.0.18" toml = { version = "0.9.11", features = ["preserve_order"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/mononoke/metaconfig/types/Cargo.toml b/eden/mononoke/metaconfig/types/Cargo.toml index b437aa30a2987..6415e46e97f6d 100644 --- a/eden/mononoke/metaconfig/types/Cargo.toml +++ b/eden/mononoke/metaconfig/types/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" bincode = { version = "2", features = ["serde"] } bookmarks_types = { version = "0.1.0", path = "../../repo_attributes/bookmarks/bookmarks_types" } @@ -25,5 +25,5 @@ rusoto_core = "0.48.0" scuba = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_derive = "1.0.185" -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/mononoke_api/Cargo.toml b/eden/mononoke/mononoke_api/Cargo.toml index bac592f245369..e44c9e5e962d2 100644 --- a/eden/mononoke/mononoke_api/Cargo.toml +++ b/eden/mononoke/mononoke_api/Cargo.toml @@ -9,7 +9,7 @@ license = "GPLv2+" [dependencies] acl_regions = { version = "0.1.0", path = "../common/acl_regions" } -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" basename_suffix_skeleton_manifest_v3 = { version = "0.1.0", path = "../derived_data/basename_suffix_skeleton_manifest_v3" } blame = { version = "0.1.0", path = "../derived_data/blame" } diff --git a/eden/mononoke/mononoke_api_hg/Cargo.toml b/eden/mononoke/mononoke_api_hg/Cargo.toml index 946ce8c68144a..ef8a50c0a9c2c 100644 --- a/eden/mononoke/mononoke_api_hg/Cargo.toml +++ b/eden/mononoke/mononoke_api_hg/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobrepo_hg = { version = "0.1.0", path = "../blobrepo/blobrepo_hg" } blobstore = { version = "0.1.0", path = "../blobstore" } diff --git a/eden/mononoke/mononoke_types/Cargo.toml b/eden/mononoke/mononoke_types/Cargo.toml index 83f513411acb4..432da8e373136 100644 --- a/eden/mononoke/mononoke_types/Cargo.toml +++ b/eden/mononoke/mononoke_types/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" async-recursion = "1.1.1" async-trait = "0.1.86" @@ -66,5 +66,5 @@ mononoke_macros = { version = "0.1.0", path = "../common/mononoke_macros" } paste = "1.0.14" pretty_assertions = { version = "1.2", features = ["alloc"], default-features = false } rand = { version = "0.8", features = ["small_rng"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/mononoke_types/serialization/Cargo.toml b/eden/mononoke/mononoke_types/serialization/Cargo.toml index 1206df1fa1310..3a1f07e8f0f20 100644 --- a/eden/mononoke/mononoke_types/serialization/Cargo.toml +++ b/eden/mononoke/mononoke_types/serialization/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", features = ["serde"] } codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/mononoke_types/serialization/clients/Cargo.toml b/eden/mononoke/mononoke_types/serialization/clients/Cargo.toml index d14596c64f2d6..cd14796f4d460 100644 --- a/eden/mononoke/mononoke_types/serialization/clients/Cargo.toml +++ b/eden/mononoke/mononoke_types/serialization/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/mononoke_types/serialization/mocks/Cargo.toml b/eden/mononoke/mononoke_types/serialization/mocks/Cargo.toml index 332d8882b09ba..ed744fe1d2524 100644 --- a/eden/mononoke/mononoke_types/serialization/mocks/Cargo.toml +++ b/eden/mononoke/mononoke_types/serialization/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/mononoke_types/serialization/services/Cargo.toml b/eden/mononoke/mononoke_types/serialization/services/Cargo.toml index 4a97fe2d428a2..faa14c296488c 100644 --- a/eden/mononoke/mononoke_types/serialization/services/Cargo.toml +++ b/eden/mononoke/mononoke_types/serialization/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/bonsai_blob_mapping/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_blob_mapping/Cargo.toml index ba57dd4b791b7..70fad1ab08da3 100644 --- a/eden/mononoke/repo_attributes/bonsai_blob_mapping/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_blob_mapping/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/repo_attributes/bonsai_git_mapping/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_git_mapping/Cargo.toml index 0f49406b8093b..b414f22312a97 100644 --- a/eden/mononoke/repo_attributes/bonsai_git_mapping/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_git_mapping/Cargo.toml @@ -12,7 +12,7 @@ name = "bonsai_git_mapping_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" async-trait = "0.1.86" bincode = { version = "2", features = ["serde"] } diff --git a/eden/mononoke/repo_attributes/bonsai_git_mapping/git_mapping_pushrebase_hook/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_git_mapping/git_mapping_pushrebase_hook/Cargo.toml index 395ea44973337..9db45a88c96eb 100644 --- a/eden/mononoke/repo_attributes/bonsai_git_mapping/git_mapping_pushrebase_hook/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_git_mapping/git_mapping_pushrebase_hook/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_git_mapping = { version = "0.1.0", path = ".." } bookmarks = { version = "0.1.0", path = "../../bookmarks" } diff --git a/eden/mononoke/repo_attributes/bonsai_git_mapping/if/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_git_mapping/if/Cargo.toml index 1eae3cd534824..1f1c4e0f9c655 100644 --- a/eden/mononoke/repo_attributes/bonsai_git_mapping/if/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_git_mapping/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/repo_attributes/bonsai_git_mapping/if/clients/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_git_mapping/if/clients/Cargo.toml index 755077ce9aad4..4da1a2b989419 100644 --- a/eden/mononoke/repo_attributes/bonsai_git_mapping/if/clients/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_git_mapping/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_git_mapping_entry_thrift__types = { package = "bonsai_git_mapping_entry_thrift", version = "0.1.0", path = ".." } codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/bonsai_git_mapping/if/mocks/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_git_mapping/if/mocks/Cargo.toml index c191d8541c7f0..9cfa2ca3b09b0 100644 --- a/eden/mononoke/repo_attributes/bonsai_git_mapping/if/mocks/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_git_mapping/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_git_mapping_entry_thrift__clients = { package = "bonsai_git_mapping_entry_thrift_clients", version = "0.1.0", path = "../clients" } bonsai_git_mapping_entry_thrift__types = { package = "bonsai_git_mapping_entry_thrift", version = "0.1.0", path = ".." } diff --git a/eden/mononoke/repo_attributes/bonsai_git_mapping/if/services/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_git_mapping/if/services/Cargo.toml index 6d73ab8a78903..d3aff89025593 100644 --- a/eden/mononoke/repo_attributes/bonsai_git_mapping/if/services/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_git_mapping/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_git_mapping_entry_thrift__types = { package = "bonsai_git_mapping_entry_thrift", version = "0.1.0", path = ".." } codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/Cargo.toml index ab0d6b00b49a7..c8a34192653f2 100644 --- a/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/Cargo.toml @@ -12,7 +12,7 @@ name = "bonsai_globalrev_mapping_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bincode = { version = "2", features = ["serde"] } bonsai_globalrev_mapping_thrift = { version = "0.1.0", path = "if" } diff --git a/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/globalrev_pushrebase_hook/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/globalrev_pushrebase_hook/Cargo.toml index 708c2ea1c29f2..5ed72fbcb170c 100644 --- a/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/globalrev_pushrebase_hook/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/globalrev_pushrebase_hook/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_globalrev_mapping = { version = "0.1.0", path = ".." } bookmarks = { version = "0.1.0", path = "../../bookmarks" } diff --git a/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/Cargo.toml index 3dd0ce704bb8c..d575878f99cf6 100644 --- a/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/clients/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/clients/Cargo.toml index 66141a25010b6..6a915cc951c87 100644 --- a/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/clients/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_globalrev_mapping_thrift__types = { package = "bonsai_globalrev_mapping_thrift", version = "0.1.0", path = ".." } codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/mocks/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/mocks/Cargo.toml index e640f475b2d33..298f460b3c87f 100644 --- a/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/mocks/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_globalrev_mapping_thrift__clients = { package = "bonsai_globalrev_mapping_thrift_clients", version = "0.1.0", path = "../clients" } bonsai_globalrev_mapping_thrift__types = { package = "bonsai_globalrev_mapping_thrift", version = "0.1.0", path = ".." } diff --git a/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/services/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/services/Cargo.toml index 40bd802e8db74..b8a7f790b19d6 100644 --- a/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/services/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_globalrev_mapping/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_globalrev_mapping_thrift__types = { package = "bonsai_globalrev_mapping_thrift", version = "0.1.0", path = ".." } codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/bonsai_hg_mapping/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_hg_mapping/Cargo.toml index 56e3903ddea8a..21230e1a1bf58 100644 --- a/eden/mononoke/repo_attributes/bonsai_hg_mapping/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_hg_mapping/Cargo.toml @@ -12,7 +12,7 @@ name = "bonsai_hg_mapping_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bincode = { version = "2", features = ["serde"] } bonsai_hg_mapping_entry_thrift = { version = "0.1.0", path = "if" } diff --git a/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/Cargo.toml index 8ae2e788aaa68..c4c41855ac317 100644 --- a/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/clients/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/clients/Cargo.toml index e746230087fca..3f27bce929a71 100644 --- a/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/clients/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_hg_mapping_entry_thrift__types = { package = "bonsai_hg_mapping_entry_thrift", version = "0.1.0", path = ".." } codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/mocks/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/mocks/Cargo.toml index 587414ceafd58..163387639477b 100644 --- a/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/mocks/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_hg_mapping_entry_thrift__clients = { package = "bonsai_hg_mapping_entry_thrift_clients", version = "0.1.0", path = "../clients" } bonsai_hg_mapping_entry_thrift__types = { package = "bonsai_hg_mapping_entry_thrift", version = "0.1.0", path = ".." } diff --git a/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/services/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/services/Cargo.toml index ea0b1977b12fa..902eb50e56fbb 100644 --- a/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/services/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_hg_mapping/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_hg_mapping_entry_thrift__types = { package = "bonsai_hg_mapping_entry_thrift", version = "0.1.0", path = ".." } codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/Cargo.toml index 885c1eabff5c1..ef04ba56ffe4a 100644 --- a/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/Cargo.toml @@ -12,7 +12,7 @@ name = "bonsai_svnrev_mapping_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bincode = { version = "2", features = ["serde"] } bonsai_svnrev_mapping_thrift = { version = "0.1.0", path = "if" } diff --git a/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/Cargo.toml index 11e1b6fb5a8b1..defaa11f9e74d 100644 --- a/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/clients/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/clients/Cargo.toml index 2296213f5c010..50ef0f051af5c 100644 --- a/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/clients/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_svnrev_mapping_thrift__types = { package = "bonsai_svnrev_mapping_thrift", version = "0.1.0", path = ".." } codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/mocks/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/mocks/Cargo.toml index a55e58eb54696..44753ddd2dc6d 100644 --- a/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/mocks/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_svnrev_mapping_thrift__clients = { package = "bonsai_svnrev_mapping_thrift_clients", version = "0.1.0", path = "../clients" } bonsai_svnrev_mapping_thrift__types = { package = "bonsai_svnrev_mapping_thrift", version = "0.1.0", path = ".." } diff --git a/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/services/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/services/Cargo.toml index d14985010e732..aaef3128f5c0f 100644 --- a/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/services/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_svnrev_mapping/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bonsai_svnrev_mapping_thrift__types = { package = "bonsai_svnrev_mapping_thrift", version = "0.1.0", path = ".." } codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/bonsai_tag_mapping/Cargo.toml b/eden/mononoke/repo_attributes/bonsai_tag_mapping/Cargo.toml index 15b6728da902b..bdf1574f536f8 100644 --- a/eden/mononoke/repo_attributes/bonsai_tag_mapping/Cargo.toml +++ b/eden/mononoke/repo_attributes/bonsai_tag_mapping/Cargo.toml @@ -12,7 +12,7 @@ name = "bonsai_tag_mapping_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" arc-swap = { version = "1.5", features = ["weak"] } async-trait = "0.1.86" cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/bookmarks/Cargo.toml b/eden/mononoke/repo_attributes/bookmarks/Cargo.toml index 485f50de43c8c..77d0fdb5981cc 100644 --- a/eden/mononoke/repo_attributes/bookmarks/Cargo.toml +++ b/eden/mononoke/repo_attributes/bookmarks/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bookmarks_types = { version = "0.1.0", path = "bookmarks_types" } clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } diff --git a/eden/mononoke/repo_attributes/bookmarks/bookmarks_cache/Cargo.toml b/eden/mononoke/repo_attributes/bookmarks/bookmarks_cache/Cargo.toml index 92756c2187f73..6965d7b7004e1 100644 --- a/eden/mononoke/repo_attributes/bookmarks/bookmarks_cache/Cargo.toml +++ b/eden/mononoke/repo_attributes/bookmarks/bookmarks_cache/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bookmarks_types = { version = "0.1.0", path = "../bookmarks_types" } context = { version = "0.1.0", path = "../../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/repo_attributes/bookmarks/bookmarks_movement/Cargo.toml b/eden/mononoke/repo_attributes/bookmarks/bookmarks_movement/Cargo.toml index 0767f5c6c3cf1..2a143e12a84b8 100644 --- a/eden/mononoke/repo_attributes/bookmarks/bookmarks_movement/Cargo.toml +++ b/eden/mononoke/repo_attributes/bookmarks/bookmarks_movement/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../../blobstore" } bonsai_git_mapping = { version = "0.1.0", path = "../../bonsai_git_mapping" } diff --git a/eden/mononoke/repo_attributes/bookmarks/bookmarks_types/Cargo.toml b/eden/mononoke/repo_attributes/bookmarks/bookmarks_types/Cargo.toml index 2a1fe45ef99a7..a8775c9276a08 100644 --- a/eden/mononoke/repo_attributes/bookmarks/bookmarks_types/Cargo.toml +++ b/eden/mononoke/repo_attributes/bookmarks/bookmarks_types/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" ascii_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } diff --git a/eden/mononoke/repo_attributes/bookmarks/dbbookmarks/Cargo.toml b/eden/mononoke/repo_attributes/bookmarks/dbbookmarks/Cargo.toml index fae33d8dff37c..60b5643b63ed4 100644 --- a/eden/mononoke/repo_attributes/bookmarks/dbbookmarks/Cargo.toml +++ b/eden/mononoke/repo_attributes/bookmarks/dbbookmarks/Cargo.toml @@ -12,7 +12,7 @@ name = "dbbookmarks_test" path = "tests/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bookmarks = { version = "0.1.0", path = ".." } cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/bookmarks/multi_repo_bookmarks_transaction/Cargo.toml b/eden/mononoke/repo_attributes/bookmarks/multi_repo_bookmarks_transaction/Cargo.toml index 0778a5fad6a8d..2937ac401ab6c 100644 --- a/eden/mononoke/repo_attributes/bookmarks/multi_repo_bookmarks_transaction/Cargo.toml +++ b/eden/mononoke/repo_attributes/bookmarks/multi_repo_bookmarks_transaction/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bookmarks = { version = "0.1.0", path = ".." } context = { version = "0.1.0", path = "../../../servers/slapi/slapi_server/context" } dbbookmarks = { version = "0.1.0", path = "../dbbookmarks" } diff --git a/eden/mononoke/repo_attributes/bookmarks/warm_bookmarks_cache/Cargo.toml b/eden/mononoke/repo_attributes/bookmarks/warm_bookmarks_cache/Cargo.toml index be5e46c4e655d..fb0026e3f03ae 100644 --- a/eden/mononoke/repo_attributes/bookmarks/warm_bookmarks_cache/Cargo.toml +++ b/eden/mononoke/repo_attributes/bookmarks/warm_bookmarks_cache/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" basename_suffix_skeleton_manifest_v3 = { version = "0.1.0", path = "../../../derived_data/basename_suffix_skeleton_manifest_v3" } blame = { version = "0.1.0", path = "../../../derived_data/blame" } diff --git a/eden/mononoke/repo_attributes/commit_graph/buffered_commit_graph_storage/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/buffered_commit_graph_storage/Cargo.toml index 0fe74c76c32f5..58e849793defd 100644 --- a/eden/mononoke/repo_attributes/commit_graph/buffered_commit_graph_storage/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/buffered_commit_graph_storage/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" commit_graph_types = { version = "0.1.0", path = "../commit_graph_types" } context = { version = "0.1.0", path = "../../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/repo_attributes/commit_graph/caching_commit_graph_storage/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/caching_commit_graph_storage/Cargo.toml index 4f45b65afc99b..8acc1c1f4307f 100644 --- a/eden/mononoke/repo_attributes/commit_graph/caching_commit_graph_storage/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/caching_commit_graph_storage/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bincode = { version = "2", features = ["serde"] } bytes = { version = "1.11.1", features = ["serde"] } diff --git a/eden/mononoke/repo_attributes/commit_graph/commit_graph/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/commit_graph/Cargo.toml index de1597e6d0f5b..2135bcd765274 100644 --- a/eden/mononoke/repo_attributes/commit_graph/commit_graph/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/commit_graph/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } buffered_commit_graph_storage = { version = "0.1.0", path = "../buffered_commit_graph_storage" } diff --git a/eden/mononoke/repo_attributes/commit_graph/commit_graph_testlib/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/commit_graph_testlib/Cargo.toml index e2a86001bcd88..bb93be3fefc40 100644 --- a/eden/mononoke/repo_attributes/commit_graph/commit_graph_testlib/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/commit_graph_testlib/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } commit_graph = { version = "0.1.0", path = "../commit_graph" } diff --git a/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/Cargo.toml index 05704c2434cba..e78de9d504eca 100644 --- a/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bincode = { version = "2", features = ["serde"] } clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } diff --git a/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/Cargo.toml index a9db9724ab608..def4c523fb5c8 100644 --- a/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/clients/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/clients/Cargo.toml index eac81f8929fc5..e96866ac4b2a1 100644 --- a/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/clients/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } commit_graph_thrift__types = { package = "commit_graph_thrift", version = "0.1.0", path = ".." } diff --git a/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/mocks/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/mocks/Cargo.toml index ba3204e5eda56..f62d6d7d16bdd 100644 --- a/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/mocks/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } commit_graph_thrift__clients = { package = "commit_graph_thrift_clients", version = "0.1.0", path = "../clients" } diff --git a/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/services/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/services/Cargo.toml index 6c7f83ff428fa..95cd38ba02b36 100644 --- a/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/services/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/commit_graph_types/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } commit_graph_thrift__types = { package = "commit_graph_thrift", version = "0.1.0", path = ".." } diff --git a/eden/mononoke/repo_attributes/commit_graph/in_memory_commit_graph_storage/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/in_memory_commit_graph_storage/Cargo.toml index 7a4e353524cec..81d265ffdd453 100644 --- a/eden/mononoke/repo_attributes/commit_graph/in_memory_commit_graph_storage/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/in_memory_commit_graph_storage/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" commit_graph_types = { version = "0.1.0", path = "../commit_graph_types" } context = { version = "0.1.0", path = "../../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/repo_attributes/commit_graph/memwrites_commit_graph_storage/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/memwrites_commit_graph_storage/Cargo.toml index 9c381eb63c5ad..fcc061d46eb36 100644 --- a/eden/mononoke/repo_attributes/commit_graph/memwrites_commit_graph_storage/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/memwrites_commit_graph_storage/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" commit_graph_types = { version = "0.1.0", path = "../commit_graph_types" } context = { version = "0.1.0", path = "../../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/repo_attributes/commit_graph/preloaded_commit_graph_storage/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/preloaded_commit_graph_storage/Cargo.toml index e4f403fe0c909..e38c8e83ad264 100644 --- a/eden/mononoke/repo_attributes/commit_graph/preloaded_commit_graph_storage/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/preloaded_commit_graph_storage/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../../blobstore" } bytes = { version = "1.11.1", features = ["serde"] } diff --git a/eden/mononoke/repo_attributes/commit_graph/sql_commit_graph_storage/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/sql_commit_graph_storage/Cargo.toml index f028d2c77bb9c..1844f07ab5d26 100644 --- a/eden/mononoke/repo_attributes/commit_graph/sql_commit_graph_storage/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/sql_commit_graph_storage/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" commit_graph_types = { version = "0.1.0", path = "../commit_graph_types" } context = { version = "0.1.0", path = "../../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/repo_attributes/deletion_log/Cargo.toml b/eden/mononoke/repo_attributes/deletion_log/Cargo.toml index fb5d0a179da30..57a8a28d47fda 100644 --- a/eden/mononoke/repo_attributes/deletion_log/Cargo.toml +++ b/eden/mononoke/repo_attributes/deletion_log/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/repo_attributes/filenodes/Cargo.toml b/eden/mononoke/repo_attributes/filenodes/Cargo.toml index dbd4dbdb7248c..ee099824b17fc 100644 --- a/eden/mononoke/repo_attributes/filenodes/Cargo.toml +++ b/eden/mononoke/repo_attributes/filenodes/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bincode = { version = "2", features = ["serde"] } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/repo_attributes/filenodes/if/Cargo.toml b/eden/mononoke/repo_attributes/filenodes/if/Cargo.toml index 141e2e1956159..adaa9d0cb37da 100644 --- a/eden/mononoke/repo_attributes/filenodes/if/Cargo.toml +++ b/eden/mononoke/repo_attributes/filenodes/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/repo_attributes/filenodes/if/clients/Cargo.toml b/eden/mononoke/repo_attributes/filenodes/if/clients/Cargo.toml index ed13f34ab36e1..d07394a769c99 100644 --- a/eden/mononoke/repo_attributes/filenodes/if/clients/Cargo.toml +++ b/eden/mononoke/repo_attributes/filenodes/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/filenodes/if/mocks/Cargo.toml b/eden/mononoke/repo_attributes/filenodes/if/mocks/Cargo.toml index e90138f0c4a1c..24ef938a2d9b8 100644 --- a/eden/mononoke/repo_attributes/filenodes/if/mocks/Cargo.toml +++ b/eden/mononoke/repo_attributes/filenodes/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/filenodes/if/services/Cargo.toml b/eden/mononoke/repo_attributes/filenodes/if/services/Cargo.toml index ebf9992306b5e..4d11fbb4e055e 100644 --- a/eden/mononoke/repo_attributes/filenodes/if/services/Cargo.toml +++ b/eden/mononoke/repo_attributes/filenodes/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/filestore/Cargo.toml b/eden/mononoke/repo_attributes/filestore/Cargo.toml index 17b1d440222ff..653b743d16dc8 100644 --- a/eden/mononoke/repo_attributes/filestore/Cargo.toml +++ b/eden/mononoke/repo_attributes/filestore/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blake3 = { version = "=1.8.2", features = ["mmap", "rayon", "traits-preview"] } blobstore = { version = "0.1.0", path = "../../blobstore" } diff --git a/eden/mononoke/repo_attributes/git_ref_content_mapping/Cargo.toml b/eden/mononoke/repo_attributes/git_ref_content_mapping/Cargo.toml index cf80cf39f4418..e4f09c4c47ae9 100644 --- a/eden/mononoke/repo_attributes/git_ref_content_mapping/Cargo.toml +++ b/eden/mononoke/repo_attributes/git_ref_content_mapping/Cargo.toml @@ -12,7 +12,7 @@ name = "git_ref_content_mapping_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" arc-swap = { version = "1.5", features = ["weak"] } async-trait = "0.1.86" cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/git_source_of_truth/Cargo.toml b/eden/mononoke/repo_attributes/git_source_of_truth/Cargo.toml index 9eb2bc3ef9b33..137a452143c38 100644 --- a/eden/mononoke/repo_attributes/git_source_of_truth/Cargo.toml +++ b/eden/mononoke/repo_attributes/git_source_of_truth/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/git_symbolic_refs/Cargo.toml b/eden/mononoke/repo_attributes/git_symbolic_refs/Cargo.toml index a97896889d440..b621248d43482 100644 --- a/eden/mononoke/repo_attributes/git_symbolic_refs/Cargo.toml +++ b/eden/mononoke/repo_attributes/git_symbolic_refs/Cargo.toml @@ -12,7 +12,7 @@ name = "git_symbolic_refs_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/git_symbolic_refs/if/Cargo.toml b/eden/mononoke/repo_attributes/git_symbolic_refs/if/Cargo.toml index ec29f4b89c592..c855170d28cef 100644 --- a/eden/mononoke/repo_attributes/git_symbolic_refs/if/Cargo.toml +++ b/eden/mononoke/repo_attributes/git_symbolic_refs/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/repo_attributes/git_symbolic_refs/if/clients/Cargo.toml b/eden/mononoke/repo_attributes/git_symbolic_refs/if/clients/Cargo.toml index 3856bee236ea8..cddb5fe1bcc7b 100644 --- a/eden/mononoke/repo_attributes/git_symbolic_refs/if/clients/Cargo.toml +++ b/eden/mononoke/repo_attributes/git_symbolic_refs/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/git_symbolic_refs/if/mocks/Cargo.toml b/eden/mononoke/repo_attributes/git_symbolic_refs/if/mocks/Cargo.toml index 69fe1cc3f0652..3bea7f74c20f9 100644 --- a/eden/mononoke/repo_attributes/git_symbolic_refs/if/mocks/Cargo.toml +++ b/eden/mononoke/repo_attributes/git_symbolic_refs/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/git_symbolic_refs/if/services/Cargo.toml b/eden/mononoke/repo_attributes/git_symbolic_refs/if/services/Cargo.toml index 3c523c87f7092..ca10da14cecdb 100644 --- a/eden/mononoke/repo_attributes/git_symbolic_refs/if/services/Cargo.toml +++ b/eden/mononoke/repo_attributes/git_symbolic_refs/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/hook_manager/hook_manager/Cargo.toml b/eden/mononoke/repo_attributes/hook_manager/hook_manager/Cargo.toml index d5725d7c681fc..60e1a92912226 100644 --- a/eden/mononoke/repo_attributes/hook_manager/hook_manager/Cargo.toml +++ b/eden/mononoke/repo_attributes/hook_manager/hook_manager/Cargo.toml @@ -12,7 +12,7 @@ test = false doctest = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../../blobstore" } bonsai_git_mapping = { version = "0.1.0", path = "../../bonsai_git_mapping" } diff --git a/eden/mononoke/repo_attributes/mutable_blobstore/Cargo.toml b/eden/mononoke/repo_attributes/mutable_blobstore/Cargo.toml index f7f76d832ffbe..712691ce74c38 100644 --- a/eden/mononoke/repo_attributes/mutable_blobstore/Cargo.toml +++ b/eden/mononoke/repo_attributes/mutable_blobstore/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/repo_attributes/mutable_counters/Cargo.toml b/eden/mononoke/repo_attributes/mutable_counters/Cargo.toml index 363bad963894b..f55a10494d4c4 100644 --- a/eden/mononoke/repo_attributes/mutable_counters/Cargo.toml +++ b/eden/mononoke/repo_attributes/mutable_counters/Cargo.toml @@ -12,7 +12,7 @@ name = "mutable_counters_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/mutable_renames/Cargo.toml b/eden/mononoke/repo_attributes/mutable_renames/Cargo.toml index 54b3b2983df1f..064119bc9b5cf 100644 --- a/eden/mononoke/repo_attributes/mutable_renames/Cargo.toml +++ b/eden/mononoke/repo_attributes/mutable_renames/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bincode = { version = "2", features = ["serde"] } bytes = { version = "1.11.1", features = ["serde"] } diff --git a/eden/mononoke/repo_attributes/mutable_renames/if/Cargo.toml b/eden/mononoke/repo_attributes/mutable_renames/if/Cargo.toml index fb2679ca16cbb..57cd32a1bb0fa 100644 --- a/eden/mononoke/repo_attributes/mutable_renames/if/Cargo.toml +++ b/eden/mononoke/repo_attributes/mutable_renames/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/repo_attributes/mutable_renames/if/clients/Cargo.toml b/eden/mononoke/repo_attributes/mutable_renames/if/clients/Cargo.toml index 3615cc018a881..11881cac2f45a 100644 --- a/eden/mononoke/repo_attributes/mutable_renames/if/clients/Cargo.toml +++ b/eden/mononoke/repo_attributes/mutable_renames/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/mutable_renames/if/mocks/Cargo.toml b/eden/mononoke/repo_attributes/mutable_renames/if/mocks/Cargo.toml index dbfc64725748f..198f3d236a7b8 100644 --- a/eden/mononoke/repo_attributes/mutable_renames/if/mocks/Cargo.toml +++ b/eden/mononoke/repo_attributes/mutable_renames/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/mutable_renames/if/services/Cargo.toml b/eden/mononoke/repo_attributes/mutable_renames/if/services/Cargo.toml index 442658e482558..4f3cf4612cf9c 100644 --- a/eden/mononoke/repo_attributes/mutable_renames/if/services/Cargo.toml +++ b/eden/mononoke/repo_attributes/mutable_renames/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/newfilenodes/Cargo.toml b/eden/mononoke/repo_attributes/newfilenodes/Cargo.toml index e33f873a10e68..bd58f1f327421 100644 --- a/eden/mononoke/repo_attributes/newfilenodes/Cargo.toml +++ b/eden/mononoke/repo_attributes/newfilenodes/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bytes = { version = "1.11.1", features = ["serde"] } caching_ext = { version = "0.1.0", path = "../../common/rust/caching_ext" } diff --git a/eden/mononoke/repo_attributes/phases/Cargo.toml b/eden/mononoke/repo_attributes/phases/Cargo.toml index 64ddd671a2238..b74dea7f3a47d 100644 --- a/eden/mononoke/repo_attributes/phases/Cargo.toml +++ b/eden/mononoke/repo_attributes/phases/Cargo.toml @@ -12,7 +12,7 @@ name = "tests" path = "tests/src/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bincode = { version = "2", features = ["serde"] } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/repo_attributes/phases/sqlphases/Cargo.toml b/eden/mononoke/repo_attributes/phases/sqlphases/Cargo.toml index 459935516967d..2a554a2905200 100644 --- a/eden/mononoke/repo_attributes/phases/sqlphases/Cargo.toml +++ b/eden/mononoke/repo_attributes/phases/sqlphases/Cargo.toml @@ -9,7 +9,7 @@ license = "GPLv2+" autotests = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" async-trait = "0.1.86" bincode = { version = "2", features = ["serde"] } diff --git a/eden/mononoke/repo_attributes/pushrebase_mutation_mapping/Cargo.toml b/eden/mononoke/repo_attributes/pushrebase_mutation_mapping/Cargo.toml index c3e28550d2721..853ad299767aa 100644 --- a/eden/mononoke/repo_attributes/pushrebase_mutation_mapping/Cargo.toml +++ b/eden/mononoke/repo_attributes/pushrebase_mutation_mapping/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bookmarks = { version = "0.1.0", path = "../bookmarks" } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/repo_attributes/repo_blobstore/Cargo.toml b/eden/mononoke/repo_attributes/repo_blobstore/Cargo.toml index e39ae28715271..eaf256295e00f 100644 --- a/eden/mononoke/repo_attributes/repo_blobstore/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_blobstore/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../blobstore" } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/repo_attributes/repo_bookmark_attrs/Cargo.toml b/eden/mononoke/repo_attributes/repo_bookmark_attrs/Cargo.toml index 9e00fbc2e0b80..828a2173b8a2d 100644 --- a/eden/mononoke/repo_attributes/repo_bookmark_attrs/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_bookmark_attrs/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bookmarks_types = { version = "0.1.0", path = "../bookmarks/bookmarks_types" } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/repo_cross_repo/Cargo.toml b/eden/mononoke/repo_attributes/repo_cross_repo/Cargo.toml index 638555cb7f90a..9b368a0523eb4 100644 --- a/eden/mononoke/repo_attributes/repo_cross_repo/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_cross_repo/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cacheblob = { version = "0.1.0", path = "../../blobstore/cacheblob" } facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } live_commit_sync_config = { version = "0.1.0", path = "../../features/commit_rewriting/live_commit_sync_config" } diff --git a/eden/mononoke/repo_attributes/repo_derivation_queues/Cargo.toml b/eden/mononoke/repo_attributes/repo_derivation_queues/Cargo.toml index 452ac5d1f865d..5482cad30b997 100644 --- a/eden/mononoke/repo_attributes/repo_derivation_queues/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_derivation_queues/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bounded_traversal = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } bulk_derivation = { version = "0.1.0", path = "../../derived_data/bulk_derivation" } diff --git a/eden/mononoke/repo_attributes/repo_derivation_queues/if/Cargo.toml b/eden/mononoke/repo_attributes/repo_derivation_queues/if/Cargo.toml index ac97ac7f8707f..0f618c3e9d1a4 100644 --- a/eden/mononoke/repo_attributes/repo_derivation_queues/if/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_derivation_queues/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/repo_attributes/repo_derivation_queues/if/clients/Cargo.toml b/eden/mononoke/repo_attributes/repo_derivation_queues/if/clients/Cargo.toml index 347be80416bd7..05327a711a5bf 100644 --- a/eden/mononoke/repo_attributes/repo_derivation_queues/if/clients/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_derivation_queues/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } derivation_queue_thrift__types = { package = "derivation_queue_thrift", version = "0.1.0", path = ".." } diff --git a/eden/mononoke/repo_attributes/repo_derivation_queues/if/mocks/Cargo.toml b/eden/mononoke/repo_attributes/repo_derivation_queues/if/mocks/Cargo.toml index 35f7ed7025d30..015ca7caa659d 100644 --- a/eden/mononoke/repo_attributes/repo_derivation_queues/if/mocks/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_derivation_queues/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } derivation_queue_thrift__clients = { package = "derivation_queue_thrift_clients", version = "0.1.0", path = "../clients" } diff --git a/eden/mononoke/repo_attributes/repo_derivation_queues/if/services/Cargo.toml b/eden/mononoke/repo_attributes/repo_derivation_queues/if/services/Cargo.toml index 14b73b3e401a8..1ab112ca71d9c 100644 --- a/eden/mononoke/repo_attributes/repo_derivation_queues/if/services/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_derivation_queues/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } derivation_queue_thrift__types = { package = "derivation_queue_thrift", version = "0.1.0", path = ".." } diff --git a/eden/mononoke/repo_attributes/repo_derived_data/Cargo.toml b/eden/mononoke/repo_attributes/repo_derived_data/Cargo.toml index b4b3de72ea3fc..537e5b741df96 100644 --- a/eden/mononoke/repo_attributes/repo_derived_data/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_derived_data/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bonsai_git_mapping = { version = "0.1.0", path = "../bonsai_git_mapping" } bonsai_hg_mapping = { version = "0.1.0", path = "../bonsai_hg_mapping" } commit_graph = { version = "0.1.0", path = "../commit_graph/commit_graph" } diff --git a/eden/mononoke/repo_attributes/repo_event_publisher/Cargo.toml b/eden/mononoke/repo_attributes/repo_event_publisher/Cargo.toml index 3483737277a25..1034d7c23b2bc 100644 --- a/eden/mononoke/repo_attributes/repo_event_publisher/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_event_publisher/Cargo.toml @@ -12,7 +12,7 @@ name = "repo_event_publisher_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", features = ["serde"] } cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } dashmap = { version = "5.5.3", features = ["rayon", "serde"] } @@ -22,7 +22,7 @@ justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/ metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" } repo_update_logger = { version = "0.1.0", path = "../../features/repo_update_logger" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/repo_attributes/repo_lock/repo_lock/Cargo.toml b/eden/mononoke/repo_attributes/repo_lock/repo_lock/Cargo.toml index b4589f2ed8a7c..823ca6d8deb92 100644 --- a/eden/mononoke/repo_attributes/repo_lock/repo_lock/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_lock/repo_lock/Cargo.toml @@ -11,7 +11,7 @@ license = "GPLv2+" path = "../src/lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" context = { version = "0.1.0", path = "../../../servers/slapi/slapi_server/context" } facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/repo_metadata_checkpoint/Cargo.toml b/eden/mononoke/repo_attributes/repo_metadata_checkpoint/Cargo.toml index 61c53bf42d350..7938f66cd5cdf 100644 --- a/eden/mononoke/repo_attributes/repo_metadata_checkpoint/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_metadata_checkpoint/Cargo.toml @@ -12,7 +12,7 @@ name = "repo_metadata_checkpoint_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } diff --git a/eden/mononoke/repo_attributes/repo_permission_checker/Cargo.toml b/eden/mononoke/repo_attributes/repo_permission_checker/Cargo.toml index a8c54b8392841..9596e77fb2ed1 100644 --- a/eden/mononoke/repo_attributes/repo_permission_checker/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_permission_checker/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/repo_attributes/repo_sparse_profiles/Cargo.toml b/eden/mononoke/repo_attributes/repo_sparse_profiles/Cargo.toml index 442639632b53e..9adc9ee42cb01 100644 --- a/eden/mononoke/repo_attributes/repo_sparse_profiles/Cargo.toml +++ b/eden/mononoke/repo_attributes/repo_sparse_profiles/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } diff --git a/eden/mononoke/repo_attributes/restricted_paths/Cargo.toml b/eden/mononoke/repo_attributes/restricted_paths/Cargo.toml index 8482d0c0417a1..5bb83edf08f9a 100644 --- a/eden/mononoke/repo_attributes/restricted_paths/Cargo.toml +++ b/eden/mononoke/repo_attributes/restricted_paths/Cargo.toml @@ -12,7 +12,7 @@ name = "restricted_paths_test" path = "test/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } derivative = "2.2" @@ -53,7 +53,7 @@ pretty_assertions = { version = "1.2", features = ["alloc"], default-features = repo_blobstore = { version = "0.1.0", path = "../repo_blobstore" } repo_derived_data = { version = "0.1.0", path = "../repo_derived_data" } sapling-clientinfo = { version = "0.1.0", path = "../../../scm/lib/clientinfo" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } tempfile = "3.22" test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" } tests_utils = { version = "0.1.0", path = "../../tests/utils" } diff --git a/eden/mononoke/repo_attributes/restricted_paths_acl_file/Cargo.toml b/eden/mononoke/repo_attributes/restricted_paths_acl_file/Cargo.toml index d56774ed146b5..1a8c75bf42d0e 100644 --- a/eden/mononoke/repo_attributes/restricted_paths_acl_file/Cargo.toml +++ b/eden/mononoke/repo_attributes/restricted_paths_acl_file/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" } mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } permission_checker = { version = "0.1.0", path = "../../common/permission_checker" } diff --git a/eden/mononoke/repo_authorization/Cargo.toml b/eden/mononoke/repo_authorization/Cargo.toml index 4b22432bc0e1f..e2682ea9d172c 100644 --- a/eden/mononoke/repo_authorization/Cargo.toml +++ b/eden/mononoke/repo_authorization/Cargo.toml @@ -9,7 +9,7 @@ license = "GPLv2+" [dependencies] acl_regions = { version = "0.1.0", path = "../common/acl_regions" } -anyhow = "1.0.98" +anyhow = "1.0.100" bookmarks = { version = "0.1.0", path = "../repo_attributes/bookmarks" } commit_cloud = { version = "0.1.0", path = "../features/commit_cloud" } commit_cloud_helpers = { version = "0.1.0", path = "../features/commit_cloud/helpers" } diff --git a/eden/mononoke/repo_client/Cargo.toml b/eden/mononoke/repo_client/Cargo.toml index fc664b4c8cbc7..454115fa6d1e9 100644 --- a/eden/mononoke/repo_client/Cargo.toml +++ b/eden/mononoke/repo_client/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobrepo_hg = { version = "0.1.0", path = "../blobrepo/blobrepo_hg" } blobstore = { version = "0.1.0", path = "../blobstore" } bonsai_git_mapping = { version = "0.1.0", path = "../repo_attributes/bonsai_git_mapping" } @@ -64,7 +64,7 @@ repo_lock = { version = "0.1.0", path = "../repo_attributes/repo_lock/repo_lock" repo_permission_checker = { version = "0.1.0", path = "../repo_attributes/repo_permission_checker" } scuba_ext = { version = "0.1.0", path = "../common/scuba_ext" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sql_query_config = { version = "0.1.0", path = "../repo_attributes/sql_query_config" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } streaming_clone = { version = "0.1.0", path = "streaming_clone" } diff --git a/eden/mononoke/repo_client/getbundle_response/Cargo.toml b/eden/mononoke/repo_client/getbundle_response/Cargo.toml index b7817bd58925b..79957365be92d 100644 --- a/eden/mononoke/repo_client/getbundle_response/Cargo.toml +++ b/eden/mononoke/repo_client/getbundle_response/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobrepo_hg = { version = "0.1.0", path = "../../blobrepo/blobrepo_hg" } blobstore = { version = "0.1.0", path = "../../blobstore" } bonsai_hg_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_hg_mapping" } diff --git a/eden/mononoke/repo_client/obsolete/Cargo.toml b/eden/mononoke/repo_client/obsolete/Cargo.toml index acd273a753080..13bc57badb44b 100644 --- a/eden/mononoke/repo_client/obsolete/Cargo.toml +++ b/eden/mononoke/repo_client/obsolete/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/mononoke/repo_client/remotefilelog/Cargo.toml b/eden/mononoke/repo_client/remotefilelog/Cargo.toml index 8fc280e67dd0f..30760c1ccd8d4 100644 --- a/eden/mononoke/repo_client/remotefilelog/Cargo.toml +++ b/eden/mononoke/repo_client/remotefilelog/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobrepo_hg = { version = "0.1.0", path = "../../blobrepo/blobrepo_hg" } blobstore = { version = "0.1.0", path = "../../blobstore" } bonsai_hg_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_hg_mapping" } diff --git a/eden/mononoke/repo_client/streaming_clone/Cargo.toml b/eden/mononoke/repo_client/streaming_clone/Cargo.toml index ed76a29ca1e54..2630233648358 100644 --- a/eden/mononoke/repo_client/streaming_clone/Cargo.toml +++ b/eden/mononoke/repo_client/streaming_clone/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } bytes = { version = "1.11.1", features = ["serde"] } context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/repo_client/unbundle/Cargo.toml b/eden/mononoke/repo_client/unbundle/Cargo.toml index 3ab2c38524388..d507f99595313 100644 --- a/eden/mononoke/repo_client/unbundle/Cargo.toml +++ b/eden/mononoke/repo_client/unbundle/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" backsyncer = { version = "0.1.0", path = "../../features/commit_rewriting/backsyncer" } blobrepo_hg = { version = "0.1.0", path = "../../blobrepo/blobrepo_hg" } diff --git a/eden/mononoke/repo_client/wirepack/Cargo.toml b/eden/mononoke/repo_client/wirepack/Cargo.toml index 5435e397e9cbd..2c67dadfe7189 100644 --- a/eden/mononoke/repo_client/wirepack/Cargo.toml +++ b/eden/mononoke/repo_client/wirepack/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", features = ["serde"] } futures = { version = "0.3.31", features = ["async-await", "compat"] } mercurial_bundles = { version = "0.1.0", path = "../../mercurial/bundles" } diff --git a/eden/mononoke/repo_factory/Cargo.toml b/eden/mononoke/repo_factory/Cargo.toml index ac8e697b403ab..9da41c0627d18 100644 --- a/eden/mononoke/repo_factory/Cargo.toml +++ b/eden/mononoke/repo_factory/Cargo.toml @@ -9,7 +9,7 @@ license = "GPLv2+" [dependencies] acl_regions = { version = "0.1.0", path = "../common/acl_regions" } -anyhow = "1.0.98" +anyhow = "1.0.100" async_once_cell = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } blobstore = { version = "0.1.0", path = "../blobstore" } blobstore_factory = { version = "0.1.0", path = "../blobstore/factory" } diff --git a/eden/mononoke/repo_factory/test_repo_factory/Cargo.toml b/eden/mononoke/repo_factory/test_repo_factory/Cargo.toml index 5f9b73fc5dec0..f0999a0d4a37f 100644 --- a/eden/mononoke/repo_factory/test_repo_factory/Cargo.toml +++ b/eden/mononoke/repo_factory/test_repo_factory/Cargo.toml @@ -9,7 +9,7 @@ license = "GPLv2+" [dependencies] acl_regions = { version = "0.1.0", path = "../../common/acl_regions" } -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } bonsai_git_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_git_mapping" } bonsai_globalrev_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_globalrev_mapping" } diff --git a/eden/mononoke/scs/if/Cargo.toml b/eden/mononoke/scs/if/Cargo.toml index 91d7cee10009a..ec764c3fe4ae0 100644 --- a/eden/mononoke/scs/if/Cargo.toml +++ b/eden/mononoke/scs/if/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", features = ["serde"] } codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } derived_data_type_if = { version = "0.1.0", path = "../../derived_data/if" } diff --git a/eden/mononoke/scs/if/clients/Cargo.toml b/eden/mononoke/scs/if/clients/Cargo.toml index e9a95731a8f4d..63a1922c13d4a 100644 --- a/eden/mononoke/scs/if/clients/Cargo.toml +++ b/eden/mononoke/scs/if/clients/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } derived_data_type_if = { version = "0.1.0", path = "../../../derived_data/if" } diff --git a/eden/mononoke/scs/if/mocks/Cargo.toml b/eden/mononoke/scs/if/mocks/Cargo.toml index 9e672e577fc66..9272ab3a5f58c 100644 --- a/eden/mononoke/scs/if/mocks/Cargo.toml +++ b/eden/mononoke/scs/if/mocks/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } derived_data_type_if = { version = "0.1.0", path = "../../../derived_data/if" } diff --git a/eden/mononoke/scs/if/services/Cargo.toml b/eden/mononoke/scs/if/services/Cargo.toml index 1db5edcd93732..bf300d127e941 100644 --- a/eden/mononoke/scs/if/services/Cargo.toml +++ b/eden/mononoke/scs/if/services/Cargo.toml @@ -15,7 +15,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } derived_data_type_if = { version = "0.1.0", path = "../../../derived_data/if" } diff --git a/eden/mononoke/servers/git/git_server/Cargo.toml b/eden/mononoke/servers/git/git_server/Cargo.toml index e9066d433f522..97926893351c6 100644 --- a/eden/mononoke/servers/git/git_server/Cargo.toml +++ b/eden/mononoke/servers/git/git_server/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-stream = "0.3" async-trait = "0.1.86" bonsai_git_mapping = { version = "0.1.0", path = "../../../repo_attributes/bonsai_git_mapping" } @@ -72,7 +72,7 @@ sapling-repourl = { version = "0.1.0", path = "../../../../scm/lib/repo/url" } scuba_ext = { version = "0.1.0", path = "../../../common/scuba_ext" } secure_utils = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sharding_ext = { version = "0.1.0", path = "../../../cmdlib/sharding_ext" } slapi_service = { version = "0.1.0", path = "../../slapi/slapi_service" } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/servers/lfs/lfs_server/Cargo.toml b/eden/mononoke/servers/lfs/lfs_server/Cargo.toml index 80ff8a3b82b57..5dd0a6d4715a2 100644 --- a/eden/mononoke/servers/lfs/lfs_server/Cargo.toml +++ b/eden/mononoke/servers/lfs/lfs_server/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../../blobstore" } bytes = { version = "1.11.1", features = ["serde"] } @@ -59,7 +59,7 @@ sapling-repourl = { version = "0.1.0", path = "../../../../scm/lib/repo/url" } scuba_ext = { version = "0.1.0", path = "../../../common/scuba_ext" } secure_utils = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } thiserror = "2.0.18" time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/servers/scs/scs_methods/Cargo.toml b/eden/mononoke/servers/scs/scs_methods/Cargo.toml index 92732ee66293a..7fe59b4d26757 100644 --- a/eden/mononoke/servers/scs/scs_methods/Cargo.toml +++ b/eden/mononoke/servers/scs/scs_methods/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-stream = "0.3" async-trait = "0.1.86" async_requests = { version = "0.1.0", path = "../../../features/async_requests" } @@ -69,7 +69,7 @@ sapling-clientinfo = { version = "0.1.0", path = "../../../../scm/lib/clientinfo scribe_ext = { version = "0.1.0", path = "../../../common/scribe_ext" } scs_errors = { version = "0.1.0", path = "../scs_errors" } scuba_ext = { version = "0.1.0", path = "../../../common/scuba_ext" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sorted_vector_map = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } source_control = { version = "0.1.0", path = "../../../scs/if" } source_control_services = { version = "0.1.0", path = "../../../scs/if/services" } diff --git a/eden/mononoke/servers/slapi/slapi_server/Cargo.toml b/eden/mononoke/servers/slapi/slapi_server/Cargo.toml index 46689dd88696d..2369c5ba3bc8f 100644 --- a/eden/mononoke/servers/slapi/slapi_server/Cargo.toml +++ b/eden/mononoke/servers/slapi/slapi_server/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" cache_warmup = { version = "0.1.0", path = "../../../features/cache_warmup" } clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } diff --git a/eden/mononoke/servers/slapi/slapi_server/qps/Cargo.toml b/eden/mononoke/servers/slapi/slapi_server/qps/Cargo.toml index 198b6c77808b8..ec5c36a0e4b95 100644 --- a/eden/mononoke/servers/slapi/slapi_server/qps/Cargo.toml +++ b/eden/mononoke/servers/slapi/slapi_server/qps/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/eden/mononoke/servers/slapi/slapi_server/repo_listener/Cargo.toml b/eden/mononoke/servers/slapi/slapi_server/repo_listener/Cargo.toml index f055de8bdb548..49df65fd9d1b9 100644 --- a/eden/mononoke/servers/slapi/slapi_server/repo_listener/Cargo.toml +++ b/eden/mononoke/servers/slapi/slapi_server/repo_listener/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" base64 = { version = "0.22.1", features = ["alloc"] } bookmarks = { version = "0.1.0", path = "../../../../repo_attributes/bookmarks" } bytes = { version = "1.11.1", features = ["serde"] } @@ -49,7 +49,7 @@ repo_permission_checker = { version = "0.1.0", path = "../../../../repo_attribut sapling-clientinfo = { version = "0.1.0", path = "../../../../../scm/lib/clientinfo" } scribe_ext = { version = "0.1.0", path = "../../../../common/scribe_ext" } scuba_ext = { version = "0.1.0", path = "../../../../common/scuba_ext" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } session_id = { version = "0.1.0", path = "../../../../common/session_id" } sha1 = "0.10.5" slapi_service = { version = "0.1.0", path = "../../slapi_service" } diff --git a/eden/mononoke/servers/slapi/slapi_service/Cargo.toml b/eden/mononoke/servers/slapi/slapi_service/Cargo.toml index 03d1b3a0246f0..0c4cd90d21972 100644 --- a/eden/mononoke/servers/slapi/slapi_service/Cargo.toml +++ b/eden/mononoke/servers/slapi/slapi_service/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-compression = { version = "0.4.9", features = ["brotli", "bzip2", "deflate", "futures-io", "gzip", "tokio", "zlib", "zstd", "zstdmt"] } async-stream = "0.3" async-trait = "0.1.86" @@ -66,7 +66,7 @@ sapling-types = { version = "0.1.0", path = "../../../../scm/lib/types" } scuba_ext = { version = "0.1.0", path = "../../../common/scuba_ext" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_cbor = "0.11.2" -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sha2 = "0.10.6" smallvec = { version = "1.15", features = ["impl_bincode", "serde", "specialization", "union"] } sorted_vector_map = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/servers/sshrelay/Cargo.toml b/eden/mononoke/servers/sshrelay/Cargo.toml index 621ff9c3a006a..e9b240f6878ff 100644 --- a/eden/mononoke/servers/sshrelay/Cargo.toml +++ b/eden/mononoke/servers/sshrelay/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bytes = { version = "1.11.1", features = ["serde"] } futures = { version = "0.3.31", features = ["async-await", "compat"] } metadata = { version = "0.1.0", path = "../../common/metadata" } diff --git a/eden/mononoke/tests/fixtures/Cargo.toml b/eden/mononoke/tests/fixtures/Cargo.toml index bb2e46509ae53..6951a3dae90a5 100644 --- a/eden/mononoke/tests/fixtures/Cargo.toml +++ b/eden/mononoke/tests/fixtures/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bookmarks = { version = "0.1.0", path = "../../repo_attributes/bookmarks" } bytes = { version = "1.11.1", features = ["serde"] } diff --git a/eden/mononoke/tests/utils/Cargo.toml b/eden/mononoke/tests/utils/Cargo.toml index 3cbb3dcbb8af2..2cfacdeeb8a44 100644 --- a/eden/mononoke/tests/utils/Cargo.toml +++ b/eden/mononoke/tests/utils/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } bonsai_git_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_git_mapping" } bonsai_hg_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_hg_mapping" } diff --git a/eden/mononoke/third_party/git_delta/Cargo.toml b/eden/mononoke/third_party/git_delta/Cargo.toml index a9340eda4be42..dff96dbc0f883 100644 --- a/eden/mononoke/third_party/git_delta/Cargo.toml +++ b/eden/mononoke/third_party/git_delta/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" libz-sys = "1.1.15" [dev-dependencies] diff --git a/eden/mononoke/tools/admin/Cargo.toml b/eden/mononoke/tools/admin/Cargo.toml index 4bda159e5b286..10cb5245e0b9a 100644 --- a/eden/mononoke/tools/admin/Cargo.toml +++ b/eden/mononoke/tools/admin/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-stream = "0.3" async_requests = { version = "0.1.0", path = "../../features/async_requests" } async_requests_client = { version = "0.1.0", path = "../../features/async_requests/client" } @@ -118,7 +118,7 @@ sapling-dag-types = { version = "0.1.0", path = "../../../scm/lib/dag/dag-types" sapling-renderdag = { version = "0.1.0", path = "../../../scm/lib/renderdag" } scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } skeleton_manifest = { version = "0.1.0", path = "../../derived_data/skeleton_manifest" } skeleton_manifest_v2 = { version = "0.1.0", path = "../../derived_data/skeleton_manifest_v2" } sorted_vector_map = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/tools/aliasverify/tools/aliasverify/Cargo.toml b/eden/mononoke/tools/aliasverify/tools/aliasverify/Cargo.toml index ffbd770321bfe..3807177e8f7cf 100644 --- a/eden/mononoke/tools/aliasverify/tools/aliasverify/Cargo.toml +++ b/eden/mononoke/tools/aliasverify/tools/aliasverify/Cargo.toml @@ -12,7 +12,7 @@ name = "aliasverify" path = "../../src/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blobstore = { version = "0.1.0", path = "../../../../blobstore" } bytes = { version = "1.11.1", features = ["serde"] } diff --git a/eden/mononoke/tools/backfill_mapping/Cargo.toml b/eden/mononoke/tools/backfill_mapping/Cargo.toml index 91217f5120124..c4a82d8fbfcd2 100644 --- a/eden/mononoke/tools/backfill_mapping/Cargo.toml +++ b/eden/mononoke/tools/backfill_mapping/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" blobstore = { version = "0.1.0", path = "../../blobstore" } bonsai_git_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_git_mapping" } diff --git a/eden/mononoke/tools/blobimport/tools/blobimport/Cargo.toml b/eden/mononoke/tools/blobimport/tools/blobimport/Cargo.toml index aa7a7869a2499..31d6c0698e3a5 100644 --- a/eden/mononoke/tools/blobimport/tools/blobimport/Cargo.toml +++ b/eden/mononoke/tools/blobimport/tools/blobimport/Cargo.toml @@ -12,7 +12,7 @@ name = "blobimport" path = "../../src/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" ascii = "1.1.0" blobimport_lib = { version = "0.1.0", path = "../../../../blobimport_lib" } bonsai_globalrev_mapping = { version = "0.1.0", path = "../../../../repo_attributes/bonsai_globalrev_mapping" } diff --git a/eden/mononoke/tools/bonsai_verify/Cargo.toml b/eden/mononoke/tools/bonsai_verify/Cargo.toml index b7509f1d47d31..6911278c00981 100644 --- a/eden/mononoke/tools/bonsai_verify/Cargo.toml +++ b/eden/mononoke/tools/bonsai_verify/Cargo.toml @@ -12,7 +12,7 @@ name = "bonsai_verify" test = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobrepo_override = { version = "0.1.0", path = "../../blobrepo/override" } blobrepo_utils = { version = "0.1.0", path = "../../blobrepo_utils" } blobstore = { version = "0.1.0", path = "../../blobstore" } diff --git a/eden/mononoke/tools/check_git_wc/tools/check_git_wc/Cargo.toml b/eden/mononoke/tools/check_git_wc/tools/check_git_wc/Cargo.toml index 07f42a435dde4..6d52321947fd6 100644 --- a/eden/mononoke/tools/check_git_wc/tools/check_git_wc/Cargo.toml +++ b/eden/mononoke/tools/check_git_wc/tools/check_git_wc/Cargo.toml @@ -12,7 +12,7 @@ name = "check_git_wc" path = "../../src/main.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" check_git_wc = { version = "0.1.0", path = "../../../../git/check_git_wc" } clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } context = { version = "0.1.0", path = "../../../../servers/slapi/slapi_server/context" } diff --git a/eden/mononoke/tools/example/Cargo.toml b/eden/mononoke/tools/example/Cargo.toml index 2c4fdd09d8d10..473b056d17ee9 100644 --- a/eden/mononoke/tools/example/Cargo.toml +++ b/eden/mononoke/tools/example/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/tools/executor/Cargo.toml b/eden/mononoke/tools/executor/Cargo.toml index 74d9aa3f7028d..0cd959cd82391 100644 --- a/eden/mononoke/tools/executor/Cargo.toml +++ b/eden/mononoke/tools/executor/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } executor_lib = { version = "0.1.0", path = "../../cmdlib/sharding" } diff --git a/eden/mononoke/tools/import/Cargo.toml b/eden/mononoke/tools/import/Cargo.toml index f0c902a28c4dd..76a3f312d6cec 100644 --- a/eden/mononoke/tools/import/Cargo.toml +++ b/eden/mononoke/tools/import/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } bytes = { version = "1.11.1", features = ["serde"] } clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } diff --git a/eden/mononoke/tools/packer/Cargo.toml b/eden/mononoke/tools/packer/Cargo.toml index 6d00b6363028e..0aeb3ba0556dc 100644 --- a/eden/mononoke/tools/packer/Cargo.toml +++ b/eden/mononoke/tools/packer/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore = { version = "0.1.0", path = "../../blobstore" } blobstore_factory = { version = "0.1.0", path = "../../blobstore/factory" } borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/tools/repo_import/Cargo.toml b/eden/mononoke/tools/repo_import/Cargo.toml index d6247e09f245e..ca422c7d473cb 100644 --- a/eden/mononoke/tools/repo_import/Cargo.toml +++ b/eden/mononoke/tools/repo_import/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" backsyncer = { version = "0.1.0", path = "../../features/commit_rewriting/backsyncer" } blobstore = { version = "0.1.0", path = "../../blobstore" } bonsai_git_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_git_mapping" } @@ -58,7 +58,7 @@ repo_cross_repo = { version = "0.1.0", path = "../../repo_attributes/repo_cross_ repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" } repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sql_query_config = { version = "0.1.0", path = "../../repo_attributes/sql_query_config" } synced_commit_mapping = { version = "0.1.0", path = "../../features/commit_rewriting/synced_commit_mapping" } tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/mononoke/tools/sqlblob_gc/Cargo.toml b/eden/mononoke/tools/sqlblob_gc/Cargo.toml index b1ed99f26fa49..4ad44ae56aca0 100644 --- a/eden/mononoke/tools/sqlblob_gc/Cargo.toml +++ b/eden/mononoke/tools/sqlblob_gc/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore_factory = { version = "0.1.0", path = "../../blobstore/factory" } bytesize = "2.0" clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } diff --git a/eden/mononoke/tools/streaming_clone/Cargo.toml b/eden/mononoke/tools/streaming_clone/Cargo.toml index 55903a7dfac74..9e1a8caaa591f 100644 --- a/eden/mononoke/tools/streaming_clone/Cargo.toml +++ b/eden/mononoke/tools/streaming_clone/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blake2 = "0.10" blobstore = { version = "0.1.0", path = "../../blobstore" } borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/mononoke/tools/tail-to-cloudwatch/Cargo.toml b/eden/mononoke/tools/tail-to-cloudwatch/Cargo.toml index 93d30af0af4ce..ee80f35355b80 100644 --- a/eden/mononoke/tools/tail-to-cloudwatch/Cargo.toml +++ b/eden/mononoke/tools/tail-to-cloudwatch/Cargo.toml @@ -8,12 +8,12 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" aws-config = "1.8.7" aws-sdk-cloudwatchlogs = "1.71.0" clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] diff --git a/eden/mononoke/tools/testtool/Cargo.toml b/eden/mononoke/tools/testtool/Cargo.toml index 791c5bb8e198b..fc166c20840a0 100644 --- a/eden/mononoke/tools/testtool/Cargo.toml +++ b/eden/mononoke/tools/testtool/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" license = "GPLv2+" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blobstore_sync_queue = { version = "0.1.0", path = "../../blobstore_sync_queue" } bonsai_hg_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_hg_mapping" } bookmarks = { version = "0.1.0", path = "../../repo_attributes/bookmarks" } @@ -32,7 +32,7 @@ repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_deri repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_derive = "1.0.185" -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } smallvec = { version = "1.15", features = ["impl_bincode", "serde", "specialization", "union"] } sorted_vector_map = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } sql_construct = { version = "0.1.0", path = "../../common/sql_construct" } diff --git a/eden/scm/exec/eden_apfs_mount_helper/Cargo.toml b/eden/scm/exec/eden_apfs_mount_helper/Cargo.toml index 696a95251333b..e7d5b62c299d4 100644 --- a/eden/scm/exec/eden_apfs_mount_helper/Cargo.toml +++ b/eden/scm/exec/eden_apfs_mount_helper/Cargo.toml @@ -11,12 +11,12 @@ name = "eden_apfs" path = "src/eden_apfs/eden_apfs.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" libc = "0.2.139" once_cell = "1.21" plist = "1.7.1" serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sha2 = "0.10.6" structopt = "0.3.26" diff --git a/eden/scm/exec/fsprobe/Cargo.toml b/eden/scm/exec/fsprobe/Cargo.toml index dcab00605fd87..3d2b18ab18c99 100644 --- a/eden/scm/exec/fsprobe/Cargo.toml +++ b/eden/scm/exec/fsprobe/Cargo.toml @@ -6,5 +6,5 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" structopt = "0.3.26" diff --git a/eden/scm/exec/scm_daemon/Cargo.toml b/eden/scm/exec/scm_daemon/Cargo.toml index 4b04bb0a1629a..0a76f2fa7e1a7 100644 --- a/eden/scm/exec/scm_daemon/Cargo.toml +++ b/eden/scm/exec/scm_daemon/Cargo.toml @@ -6,10 +6,10 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" clap = "2.34.0" env_logger = { version = "0.11.8", features = ["color"] } -log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] } +log = { version = "0.4.28", features = ["kv_unstable", "kv_unstable_std"] } sapling-commitcloudsubscriber = { version = "0.1.0", path = "../../lib/commitcloudsubscriber" } serde = { version = "1.0.219", features = ["derive", "rc"] } thiserror = "2.0.18" diff --git a/eden/scm/exec/scratch/Cargo.toml b/eden/scm/exec/scratch/Cargo.toml index ca77f73a07221..f263d0fbf9e93 100644 --- a/eden/scm/exec/scratch/Cargo.toml +++ b/eden/scm/exec/scratch/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Source Control Oncall oncall+source_control@xmail.facebook.com"] edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } dirs = "6.0" hex = { version = "0.4.3", features = ["alloc"] } diff --git a/eden/scm/lib/auth/Cargo.toml b/eden/scm/lib/auth/Cargo.toml index 6f9ee52b01784..2b03bdf1beb36 100644 --- a/eden/scm/lib/auth/Cargo.toml +++ b/eden/scm/lib/auth/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "auth" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" chrono = { version = "0.4.41", features = ["clock", "serde", "std"], default-features = false } indexmap = { version = "2.13.0", features = ["arbitrary", "rayon", "serde"] } pem = "3.0.3" diff --git a/eden/scm/lib/backingstore/Cargo.toml b/eden/scm/lib/backingstore/Cargo.toml index 303105332be7a..14959902907b5 100644 --- a/eden/scm/lib/backingstore/Cargo.toml +++ b/eden/scm/lib/backingstore/Cargo.toml @@ -14,13 +14,13 @@ name = "backingstore" crate-type = ["lib", "staticlib"] [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" arc-swap = { version = "1.5", features = ["weak"] } blob = { version = "0.1.0", path = "../blob" } cxx = "1.0.119" env_logger = { version = "0.11.8", features = ["color"] } flume = "0.11.1" -log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] } +log = { version = "0.4.28", features = ["kv_unstable", "kv_unstable_std"] } parking_lot = { version = "0.12.1", features = ["send_guard"] } sapling-configloader = { version = "0.1.0", path = "../config/loader" } sapling-constructors = { version = "0.1.0", path = "../constructors", default-features = false } diff --git a/eden/scm/lib/blackbox/Cargo.toml b/eden/scm/lib/blackbox/Cargo.toml index 772b6f22c0616..6fbf90381c8ae 100644 --- a/eden/scm/lib/blackbox/Cargo.toml +++ b/eden/scm/lib/blackbox/Cargo.toml @@ -17,7 +17,7 @@ name = "blackbox" harness = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" byteorder = "1.5" libc = "0.2.139" parking_lot = { version = "0.12.1", features = ["send_guard"] } @@ -27,7 +27,7 @@ sapling-serde_alt = { version = "0.1.0", path = "serde_alt" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_cbor = "0.11.2" serde_derive = "1.0.185" -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } [dev-dependencies] sapling-minibench = { version = "0.1.0", path = "../minibench" } diff --git a/eden/scm/lib/cats/Cargo.toml b/eden/scm/lib/cats/Cargo.toml index 13d6d4b172347..d9af7d5524af8 100644 --- a/eden/scm/lib/cats/Cargo.toml +++ b/eden/scm/lib/cats/Cargo.toml @@ -13,11 +13,11 @@ license = "MIT" name = "cats" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" indexmap = { version = "2.13.0", features = ["arbitrary", "rayon", "serde"] } sapling-configmodel = { version = "0.1.0", path = "../config/model" } sapling-util = { version = "0.1.0", path = "../util" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } thiserror = "2.0.18" tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/scm/lib/checkout/Cargo.toml b/eden/scm/lib/checkout/Cargo.toml index 4b9e6b5be5bbb..2ce07fe141e4f 100644 --- a/eden/scm/lib/checkout/Cargo.toml +++ b/eden/scm/lib/checkout/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "checkout" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" edenfs-asserted-states-client = { version = "0.1.0", path = "../../../fs/rust/edenfs-asserted-states-client" } fail = { version = "0.4", features = ["failpoints"] } flume = "0.11.1" diff --git a/eden/scm/lib/clidispatch/Cargo.toml b/eden/scm/lib/clidispatch/Cargo.toml index 214b6a82e2b6d..0395ee926e307 100644 --- a/eden/scm/lib/clidispatch/Cargo.toml +++ b/eden/scm/lib/clidispatch/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "clidispatch" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" erased-serde = "0.4.9" hostname = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } sapling-blackbox = { version = "0.1.0", path = "../blackbox" } diff --git a/eden/scm/lib/clientinfo/Cargo.toml b/eden/scm/lib/clientinfo/Cargo.toml index a3ba78010e4a8..21f9843751bd3 100644 --- a/eden/scm/lib/clientinfo/Cargo.toml +++ b/eden/scm/lib/clientinfo/Cargo.toml @@ -13,10 +13,10 @@ license = "MIT" name = "clientinfo" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" hostname = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } once_cell = "1.21" rand = { version = "0.9", features = ["small_rng"] } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/scm/lib/cliparser/Cargo.toml b/eden/scm/lib/cliparser/Cargo.toml index 945ad3777b298..2fecc08c1c1f5 100644 --- a/eden/scm/lib/cliparser/Cargo.toml +++ b/eden/scm/lib/cliparser/Cargo.toml @@ -10,7 +10,7 @@ edition = "2024" name = "cliparser" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], optional = true, default-features = false } indexmap = { version = "2.13.0", features = ["arbitrary", "rayon", "serde"] } serde = { version = "1.0.219", features = ["derive", "rc"] } diff --git a/eden/scm/lib/clone/Cargo.toml b/eden/scm/lib/clone/Cargo.toml index 64bf2540d843a..3cf70d252e455 100644 --- a/eden/scm/lib/clone/Cargo.toml +++ b/eden/scm/lib/clone/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "clone" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fs-err = { version = "3", features = ["tokio"] } sapling-async-runtime = { version = "0.1.0", path = "../async-runtime" } sapling-checkout = { version = "0.1.0", path = "../checkout" } diff --git a/eden/scm/lib/commands/Cargo.toml b/eden/scm/lib/commands/Cargo.toml index f56fbca1895bd..dd2771019882e 100644 --- a/eden/scm/lib/commands/Cargo.toml +++ b/eden/scm/lib/commands/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/facebook/sapling" license = "GPL-2.0-only" [dependencies] -anyhow = { version = "1.0.98", features = ["backtrace"] } +anyhow = { version = "1.0.100", features = ["backtrace"] } cmdcat = { version = "0.1.0", path = "commands/cmdcat" } cmdclone = { version = "0.1.0", path = "commands/cmdclone" } cmdconfig = { version = "0.1.0", path = "commands/cmdconfig" } diff --git a/eden/scm/lib/commands/cmdpy/Cargo.toml b/eden/scm/lib/commands/cmdpy/Cargo.toml index b1cad7bf304d4..f9a9dacef080b 100644 --- a/eden/scm/lib/commands/cmdpy/Cargo.toml +++ b/eden/scm/lib/commands/cmdpy/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bindings = { version = "0.1.0", path = "../../../saplingnative/bindings", default-features = false } cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } libc = "0.2.139" diff --git a/eden/scm/lib/commands/cmdutil/Cargo.toml b/eden/scm/lib/commands/cmdutil/Cargo.toml index e199812b87587..0de1d82445642 100644 --- a/eden/scm/lib/commands/cmdutil/Cargo.toml +++ b/eden/scm/lib/commands/cmdutil/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/facebook/sapling" license = "GPL-2.0-only" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" sapling-clidispatch = { version = "0.1.0", path = "../../clidispatch" } sapling-cliparser = { version = "0.1.0", path = "../../cliparser" } sapling-configmodel = { version = "0.1.0", path = "../../config/model" } diff --git a/eden/scm/lib/commands/commands/cmdcat/Cargo.toml b/eden/scm/lib/commands/commands/cmdcat/Cargo.toml index 22b60b20d5fad..e19c4dcda32e5 100644 --- a/eden/scm/lib/commands/commands/cmdcat/Cargo.toml +++ b/eden/scm/lib/commands/commands/cmdcat/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/facebook/sapling" license = "GPL-2.0-only" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blob = { version = "0.1.0", path = "../../../blob" } cmdutil = { version = "0.1.0", path = "../../cmdutil" } filewalk = { version = "0.1.0", path = "../../../filewalk" } diff --git a/eden/scm/lib/commands/commands/cmdclone/Cargo.toml b/eden/scm/lib/commands/commands/cmdclone/Cargo.toml index 61568da2e66c7..40cf8610ef0d4 100644 --- a/eden/scm/lib/commands/commands/cmdclone/Cargo.toml +++ b/eden/scm/lib/commands/commands/cmdclone/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/facebook/sapling" license = "GPL-2.0-only" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cmdpy = { version = "0.1.0", path = "../../cmdpy" } cmdutil = { version = "0.1.0", path = "../../cmdutil" } fail = { version = "0.4", features = ["failpoints"] } diff --git a/eden/scm/lib/commands/commands/cmdconfig/Cargo.toml b/eden/scm/lib/commands/commands/cmdconfig/Cargo.toml index 1f9d02804e21b..05b6906b888c9 100644 --- a/eden/scm/lib/commands/commands/cmdconfig/Cargo.toml +++ b/eden/scm/lib/commands/commands/cmdconfig/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/facebook/sapling" license = "GPL-2.0-only" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cmdutil = { version = "0.1.0", path = "../../cmdutil" } sapling-clidispatch = { version = "0.1.0", path = "../../../clidispatch" } sapling-configloader = { version = "0.1.0", path = "../../../config/loader" } diff --git a/eden/scm/lib/commands/commands/cmdgoto/Cargo.toml b/eden/scm/lib/commands/commands/cmdgoto/Cargo.toml index ac507b078352b..312e2d1b3a356 100644 --- a/eden/scm/lib/commands/commands/cmdgoto/Cargo.toml +++ b/eden/scm/lib/commands/commands/cmdgoto/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/facebook/sapling" license = "GPL-2.0-only" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cmdutil = { version = "0.1.0", path = "../../cmdutil" } fs-err = { version = "3", features = ["tokio"] } sapling-checkout = { version = "0.1.0", path = "../../../checkout" } diff --git a/eden/scm/lib/commands/commands/cmdstatus/Cargo.toml b/eden/scm/lib/commands/commands/cmdstatus/Cargo.toml index de80e6c5a8d2e..6b3d3e445e4ed 100644 --- a/eden/scm/lib/commands/commands/cmdstatus/Cargo.toml +++ b/eden/scm/lib/commands/commands/cmdstatus/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/facebook/sapling" license = "GPL-2.0-only" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cmdutil = { version = "0.1.0", path = "../../cmdutil" } sapling-clidispatch = { version = "0.1.0", path = "../../../clidispatch" } sapling-configloader = { version = "0.1.0", path = "../../../config/loader" } diff --git a/eden/scm/lib/commands/debugcommands/cmddebuggitmodules/Cargo.toml b/eden/scm/lib/commands/debugcommands/cmddebuggitmodules/Cargo.toml index 25bd7e48114b9..7e6dfa8defe05 100644 --- a/eden/scm/lib/commands/debugcommands/cmddebuggitmodules/Cargo.toml +++ b/eden/scm/lib/commands/debugcommands/cmddebuggitmodules/Cargo.toml @@ -15,4 +15,4 @@ sapling-clidispatch = { version = "0.1.0", path = "../../../clidispatch" } sapling-cliparser = { version = "0.1.0", path = "../../../cliparser" } sapling-repo = { version = "0.1.0", path = "../../../repo" } sapling-workingcopy = { version = "0.1.0", path = "../../../workingcopy" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } diff --git a/eden/scm/lib/commands/debugcommands/cmddebugmergestate/Cargo.toml b/eden/scm/lib/commands/debugcommands/cmddebugmergestate/Cargo.toml index 32a0fbada0f57..af01f9905104e 100644 --- a/eden/scm/lib/commands/debugcommands/cmddebugmergestate/Cargo.toml +++ b/eden/scm/lib/commands/debugcommands/cmddebugmergestate/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/facebook/sapling" license = "GPL-2.0-only" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cmdutil = { version = "0.1.0", path = "../../cmdutil" } sapling-clidispatch = { version = "0.1.0", path = "../../../clidispatch" } sapling-cliparser = { version = "0.1.0", path = "../../../cliparser" } diff --git a/eden/scm/lib/commands/debugcommands/cmddebugrunlog/Cargo.toml b/eden/scm/lib/commands/debugcommands/cmddebugrunlog/Cargo.toml index 04e1ef8169e4d..4b788441d173c 100644 --- a/eden/scm/lib/commands/debugcommands/cmddebugrunlog/Cargo.toml +++ b/eden/scm/lib/commands/debugcommands/cmddebugrunlog/Cargo.toml @@ -10,9 +10,9 @@ repository = "https://github.com/facebook/sapling" license = "GPL-2.0-only" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" sapling-clidispatch = { version = "0.1.0", path = "../../../clidispatch" } sapling-cliparser = { version = "0.1.0", path = "../../../cliparser" } sapling-repo = { version = "0.1.0", path = "../../../repo" } sapling-runlog = { version = "0.1.0", path = "../../../runlog" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } diff --git a/eden/scm/lib/commands/debugcommands/cmddebugstructuredprogress/Cargo.toml b/eden/scm/lib/commands/debugcommands/cmddebugstructuredprogress/Cargo.toml index 89a7c9b587e40..68b9e6324fc65 100644 --- a/eden/scm/lib/commands/debugcommands/cmddebugstructuredprogress/Cargo.toml +++ b/eden/scm/lib/commands/debugcommands/cmddebugstructuredprogress/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/facebook/sapling" license = "GPL-2.0-only" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" sapling-clidispatch = { version = "0.1.0", path = "../../../clidispatch" } sapling-cliparser = { version = "0.1.0", path = "../../../cliparser" } sapling-progress-model = { version = "0.1.0", path = "../../../progress/model" } diff --git a/eden/scm/lib/commands/debugcommands/cmddebugwait/Cargo.toml b/eden/scm/lib/commands/debugcommands/cmddebugwait/Cargo.toml index 0e4afa3ede0c3..27cea099cab2e 100644 --- a/eden/scm/lib/commands/debugcommands/cmddebugwait/Cargo.toml +++ b/eden/scm/lib/commands/debugcommands/cmddebugwait/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/facebook/sapling" license = "GPL-2.0-only" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cmdutil = { version = "0.1.0", path = "../../cmdutil" } sapling-clidispatch = { version = "0.1.0", path = "../../../clidispatch" } sapling-edenfs-client = { version = "0.1.0", path = "../../../edenfs-client", optional = true } diff --git a/eden/scm/lib/commandserver/Cargo.toml b/eden/scm/lib/commandserver/Cargo.toml index e993a8011d196..3c29e686b010b 100644 --- a/eden/scm/lib/commandserver/Cargo.toml +++ b/eden/scm/lib/commandserver/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "commandserver" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" dirs = "6.0" fn-error-context = "0.2" once_cell = "1.21" diff --git a/eden/scm/lib/commitcloudsubscriber/Cargo.toml b/eden/scm/lib/commitcloudsubscriber/Cargo.toml index b72f9aee4d821..3fb32f98d3575 100644 --- a/eden/scm/lib/commitcloudsubscriber/Cargo.toml +++ b/eden/scm/lib/commitcloudsubscriber/Cargo.toml @@ -25,11 +25,11 @@ license = "MIT" name = "commitcloudsubscriber" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" base64 = { version = "0.22.1", features = ["alloc"] } filetime = "0.2.27" hostcaps = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } -log = { version = "0.4.27", features = ["kv_unstable", "kv_unstable_std"] } +log = { version = "0.4.28", features = ["kv_unstable", "kv_unstable_std"] } mime = "0.3.14" parking_lot = { version = "0.12.1", features = ["send_guard"] } regex = "1.12.2" @@ -37,7 +37,7 @@ reqwest = { version = "0.11.18", features = ["blocking", "cookies", "gzip", "jso sapling-configset = { version = "0.1.0", path = "../config/set" } sapling-identity = { version = "0.1.0", path = "../identity" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } thiserror = "2.0.18" tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/scm/lib/commits/Cargo.toml b/eden/scm/lib/commits/Cargo.toml index fd3b9bb5ca52c..33cd96a2a8b75 100644 --- a/eden/scm/lib/commits/Cargo.toml +++ b/eden/scm/lib/commits/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "commits" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" fs-err = { version = "3", features = ["tokio"] } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/scm/lib/commits/git/Cargo.toml b/eden/scm/lib/commits/git/Cargo.toml index 20e042afb4167..8bf3cac1cabd3 100644 --- a/eden/scm/lib/commits/git/Cargo.toml +++ b/eden/scm/lib/commits/git/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "commits_git" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" fs-err = { version = "3", features = ["tokio"] } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/scm/lib/commits/trait/Cargo.toml b/eden/scm/lib/commits/trait/Cargo.toml index 506dbc312e942..3a2fe81835bc0 100644 --- a/eden/scm/lib/commits/trait/Cargo.toml +++ b/eden/scm/lib/commits/trait/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "commits_trait" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" futures = { version = "0.3.31", features = ["async-await", "compat"] } sapling-dag = { version = "0.1.0", path = "../../dag" } diff --git a/eden/scm/lib/config/model/Cargo.toml b/eden/scm/lib/config/model/Cargo.toml index 8716d976ed2ca..d0c0730b73d11 100644 --- a/eden/scm/lib/config/model/Cargo.toml +++ b/eden/scm/lib/config/model/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT" name = "configmodel" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" auto_impl = "1.2.1" regex = { version = "1.12.2", optional = true } sapling-minibytes = { version = "0.1.0", path = "../../minibytes" } diff --git a/eden/scm/lib/config/remote-loader/Cargo.toml b/eden/scm/lib/config/remote-loader/Cargo.toml index 2e35c3010a368..dc058492560ea 100644 --- a/eden/scm/lib/config/remote-loader/Cargo.toml +++ b/eden/scm/lib/config/remote-loader/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "remote_loader" [dependencies] -anyhow = { version = "1.0.98", optional = true } +anyhow = { version = "1.0.100", optional = true } base64 = { version = "0.22.1", features = ["alloc"], optional = true } filetime = { version = "0.2.27", optional = true } sapling-http-client = { version = "0.1.0", path = "../../http-client", optional = true } @@ -21,7 +21,7 @@ sapling-io = { version = "0.1.0", path = "../../io", optional = true } sapling-types = { version = "0.1.0", path = "../../types", optional = true } sapling-util = { version = "0.1.0", path = "../../util" } serde = { version = "1.0.219", features = ["derive", "rc"], optional = true } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } serde_urlencoded = { version = "0.7", optional = true } sha2 = { version = "0.10.6", optional = true } tracing = { version = "0.1.41", features = ["attributes", "valuable"], optional = true } diff --git a/eden/scm/lib/control-point/Cargo.toml b/eden/scm/lib/control-point/Cargo.toml index 5f5d6fa618c5f..cfe1cfcedc62c 100644 --- a/eden/scm/lib/control-point/Cargo.toml +++ b/eden/scm/lib/control-point/Cargo.toml @@ -13,10 +13,10 @@ license = "MIT" name = "control_point" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" parking_lot = { version = "0.12.1", features = ["send_guard"] } sapling-util = { version = "0.1.0", path = "../util" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/scm/lib/copytrace/Cargo.toml b/eden/scm/lib/copytrace/Cargo.toml index df4269966c86b..7933ed9f63385 100644 --- a/eden/scm/lib/copytrace/Cargo.toml +++ b/eden/scm/lib/copytrace/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "copytrace" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bytecount = "0.6.8" lru-cache = "0.1.2" diff --git a/eden/scm/lib/cpython-async/Cargo.toml b/eden/scm/lib/cpython-async/Cargo.toml index af0708eb42b98..afa87c05a6de3 100644 --- a/eden/scm/lib/cpython-async/Cargo.toml +++ b/eden/scm/lib/cpython-async/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" name = "cpython_async" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } futures = { version = "0.3.31", features = ["async-await", "compat"] } sapling-async-runtime = { version = "0.1.0", path = "../async-runtime" } diff --git a/eden/scm/lib/cpython-ext/Cargo.toml b/eden/scm/lib/cpython-ext/Cargo.toml index 6fa421757341b..f0e574e57bdb6 100644 --- a/eden/scm/lib/cpython-ext/Cargo.toml +++ b/eden/scm/lib/cpython-ext/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" name = "cpython_ext" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } libc = "0.2.139" once_cell = "1.21" diff --git a/eden/scm/lib/dag/Cargo.toml b/eden/scm/lib/dag/Cargo.toml index 53c8aa9ec732c..35a354b794eed 100644 --- a/eden/scm/lib/dag/Cargo.toml +++ b/eden/scm/lib/dag/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT" name = "dag" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" bitflags = { version = "2.9", features = ["serde", "std"], default-features = false } byteorder = "1.5" diff --git a/eden/scm/lib/dag/gitdag/Cargo.toml b/eden/scm/lib/dag/gitdag/Cargo.toml index 3338fd60ab5ab..372ae80e5e7b7 100644 --- a/eden/scm/lib/dag/gitdag/Cargo.toml +++ b/eden/scm/lib/dag/gitdag/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "gitdag" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fs-err = { version = "3", features = ["tokio"] } sapling-dag = { version = "0.1.0", path = ".." } sapling-format-util = { version = "0.1.0", path = "../../util/format-util" } diff --git a/eden/scm/lib/debugtop/Cargo.toml b/eden/scm/lib/debugtop/Cargo.toml index b231fdaad7211..1816039d38588 100644 --- a/eden/scm/lib/debugtop/Cargo.toml +++ b/eden/scm/lib/debugtop/Cargo.toml @@ -13,6 +13,6 @@ license = "MIT" name = "debugtop" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" chrono = { version = "0.4.41", features = ["clock", "serde", "std"], default-features = false } sapling-runlog = { version = "0.1.0", path = "../runlog" } diff --git a/eden/scm/lib/eagerepo/Cargo.toml b/eden/scm/lib/eagerepo/Cargo.toml index 14a52c0b46a3d..1d5972af89be1 100644 --- a/eden/scm/lib/eagerepo/Cargo.toml +++ b/eden/scm/lib/eagerepo/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "eagerepo" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blob = { version = "0.1.0", path = "../blob" } fail = { version = "0.4", features = ["failpoints"] } diff --git a/eden/scm/lib/eagerepo/id20store/Cargo.toml b/eden/scm/lib/eagerepo/id20store/Cargo.toml index 4ae2242849648..f87894be49281 100644 --- a/eden/scm/lib/eagerepo/id20store/Cargo.toml +++ b/eden/scm/lib/eagerepo/id20store/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "id20store" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" parking_lot = { version = "0.12.1", features = ["send_guard"] } sapling-atomicfile = { version = "0.1.0", path = "../../atomicfile" } sapling-factory = { version = "0.1.0", path = "../../util/factory" } diff --git a/eden/scm/lib/edenapi/Cargo.toml b/eden/scm/lib/edenapi/Cargo.toml index 03fccdd7230a9..5d80d7f9c2f8b 100644 --- a/eden/scm/lib/edenapi/Cargo.toml +++ b/eden/scm/lib/edenapi/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "edenapi" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" chrono = { version = "0.4.41", features = ["clock", "serde", "std"], default-features = false } futures = { version = "0.3.31", features = ["async-await", "compat"] } @@ -36,7 +36,7 @@ sapling-types = { version = "0.1.0", path = "../types" } sapling-version = { version = "0.1.0", path = "../version" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_cbor = "0.11.2" -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } url = "2.5.4" diff --git a/eden/scm/lib/edenapi/ext/Cargo.toml b/eden/scm/lib/edenapi/ext/Cargo.toml index 7fd4e0bd7509c..4f81e81d40475 100644 --- a/eden/scm/lib/edenapi/ext/Cargo.toml +++ b/eden/scm/lib/edenapi/ext/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "edenapi_ext" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blake2 = "0.10" cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } crossbeam = "0.8" diff --git a/eden/scm/lib/edenapi/trait/Cargo.toml b/eden/scm/lib/edenapi/trait/Cargo.toml index e09018e9f70af..e27789da5a8cf 100644 --- a/eden/scm/lib/edenapi/trait/Cargo.toml +++ b/eden/scm/lib/edenapi/trait/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "edenapi_trait" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" futures = { version = "0.3.31", features = ["async-await", "compat"] } http = "0.2.12" diff --git a/eden/scm/lib/edenapi/types/Cargo.toml b/eden/scm/lib/edenapi/types/Cargo.toml index 677a2bc511e0e..2377e7ffca041 100644 --- a/eden/scm/lib/edenapi/types/Cargo.toml +++ b/eden/scm/lib/edenapi/types/Cargo.toml @@ -17,7 +17,7 @@ name = "macro_test" path = "test/basic_test.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blob = { version = "0.1.0", path = "../../blob" } bytes = { version = "1.11.1", features = ["serde"] } manifest-augmented-tree = { version = "0.1.0", path = "../../manifest-augmented-tree" } @@ -38,7 +38,7 @@ thiserror = "2.0.18" [dev-dependencies] quickcheck_macros = "1.1.0" sapling-insta_ext = { version = "0.1.0", path = "../../insta_ext" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } [features] default = ["for-tests"] diff --git a/eden/scm/lib/edenfs-client/Cargo.toml b/eden/scm/lib/edenfs-client/Cargo.toml index be389b0b6d6b7..11c53bd3e54cf 100644 --- a/eden/scm/lib/edenfs-client/Cargo.toml +++ b/eden/scm/lib/edenfs-client/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "edenfs_client" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fbthrift_socket = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fs-err = { version = "3", features = ["tokio"] } parking_lot = { version = "0.12.1", features = ["send_guard"] } diff --git a/eden/scm/lib/edenfs_ffi/Cargo.toml b/eden/scm/lib/edenfs_ffi/Cargo.toml index 4bc6f3aa2f339..a3229fd579ca5 100644 --- a/eden/scm/lib/edenfs_ffi/Cargo.toml +++ b/eden/scm/lib/edenfs_ffi/Cargo.toml @@ -14,7 +14,7 @@ name = "edenfs_ffi" crate-type = ["lib", "staticlib"] [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cxx = "1.0.119" once_cell = "1.21" parking_lot = { version = "0.12.1", features = ["send_guard"] } diff --git a/eden/scm/lib/exchange/Cargo.toml b/eden/scm/lib/exchange/Cargo.toml index d5c4a4e63ab39..5b1d9a13cd973 100644 --- a/eden/scm/lib/exchange/Cargo.toml +++ b/eden/scm/lib/exchange/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "exchange" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" sapling-async-runtime = { version = "0.1.0", path = "../async-runtime" } sapling-commits = { version = "0.1.0", path = "../commits" } sapling-dag = { version = "0.1.0", path = "../dag" } diff --git a/eden/scm/lib/filewalk/Cargo.toml b/eden/scm/lib/filewalk/Cargo.toml index 66cd013e72f51..0e60d48cb3031 100644 --- a/eden/scm/lib/filewalk/Cargo.toml +++ b/eden/scm/lib/filewalk/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/facebook/sapling" license = "GPL-2.0-only" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blob = { version = "0.1.0", path = "../blob" } flume = "0.11.1" sapling-manifest = { version = "0.1.0", path = "../manifest" } diff --git a/eden/scm/lib/filters/Cargo.toml b/eden/scm/lib/filters/Cargo.toml index c99105167586c..5095cd5684316 100644 --- a/eden/scm/lib/filters/Cargo.toml +++ b/eden/scm/lib/filters/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "filters" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blake3 = { version = "=1.8.2", features = ["mmap", "rayon", "traits-preview"] } derivative = "2.2" sapling-configmodel = { version = "0.1.0", path = "../config/model" } diff --git a/eden/scm/lib/formatter/Cargo.toml b/eden/scm/lib/formatter/Cargo.toml index 356e40cc84784..52cd4bb0378a5 100644 --- a/eden/scm/lib/formatter/Cargo.toml +++ b/eden/scm/lib/formatter/Cargo.toml @@ -13,9 +13,9 @@ license = "MIT" name = "formatter" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" sapling-configmodel = { version = "0.1.0", path = "../config/model" } sapling-termstyle = { version = "0.1.0", path = "../io/term/style" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } thiserror = "2.0.18" diff --git a/eden/scm/lib/gitcompat/Cargo.toml b/eden/scm/lib/gitcompat/Cargo.toml index abe5e8f336076..b8de9b3e67161 100644 --- a/eden/scm/lib/gitcompat/Cargo.toml +++ b/eden/scm/lib/gitcompat/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "gitcompat" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" filetime = "0.2.27" fs-err = { version = "3", features = ["tokio"] } sapling-configmodel = { version = "0.1.0", path = "../config/model" } diff --git a/eden/scm/lib/gitstore/Cargo.toml b/eden/scm/lib/gitstore/Cargo.toml index 2ac16601bdd7f..6c142ae1f9d3f 100644 --- a/eden/scm/lib/gitstore/Cargo.toml +++ b/eden/scm/lib/gitstore/Cargo.toml @@ -17,7 +17,7 @@ name = "read_obj" harness = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blob = { version = "0.1.0", path = "../blob" } fs-err = { version = "3", features = ["tokio"] } diff --git a/eden/scm/lib/hook/Cargo.toml b/eden/scm/lib/hook/Cargo.toml index 84f66cd36cb4c..54f8c04b31cae 100644 --- a/eden/scm/lib/hook/Cargo.toml +++ b/eden/scm/lib/hook/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "hook" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" erased-serde = "0.4.9" sapling-clientinfo = { version = "0.1.0", path = "../clientinfo" } sapling-configmodel = { version = "0.1.0", path = "../config/model" } @@ -24,5 +24,5 @@ sapling-minibytes = { version = "0.1.0", path = "../minibytes" } sapling-repo = { version = "0.1.0", path = "../repo" } sapling-spawn-ext = { version = "0.1.0", path = "../spawn-ext" } sapling-sysutil = { version = "0.1.0", path = "../util/sysutil" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/scm/lib/http-client/Cargo.toml b/eden/scm/lib/http-client/Cargo.toml index 0ba44237f54b9..69fb93786e1f0 100644 --- a/eden/scm/lib/http-client/Cargo.toml +++ b/eden/scm/lib/http-client/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "http_client" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-compression = { version = "0.4.9", features = ["brotli", "bzip2", "deflate", "futures-io", "gzip", "tokio", "zlib", "zstd", "zstdmt"] } auto_impl = "1.2.1" curl = { version = "0.4.41", features = ["http2", "static-ssl"] } @@ -34,7 +34,7 @@ sapling-clientinfo = { version = "0.1.0", path = "../clientinfo" } sapling-minibytes = { version = "0.1.0", path = "../minibytes" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_cbor = "0.11.2" -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } thiserror = "2.0.18" tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } tokio-util = { version = "0.7.15", features = ["full"] } diff --git a/eden/scm/lib/identity/Cargo.toml b/eden/scm/lib/identity/Cargo.toml index bb97b6591a257..71d5bd2fab1f1 100644 --- a/eden/scm/lib/identity/Cargo.toml +++ b/eden/scm/lib/identity/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "identity" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" derivative = "2.2" dirs = "6.0" once_cell = "1.21" diff --git a/eden/scm/lib/journal/Cargo.toml b/eden/scm/lib/journal/Cargo.toml index 465c7d3025762..b5b7a6d9bc307 100644 --- a/eden/scm/lib/journal/Cargo.toml +++ b/eden/scm/lib/journal/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "journal" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" sapling-hgtime = { version = "0.1.0", path = "../hgtime" } sapling-repolock = { version = "0.1.0", path = "../repolock" } sapling-sysutil = { version = "0.1.0", path = "../util/sysutil" } diff --git a/eden/scm/lib/manifest-augmented-tree/Cargo.toml b/eden/scm/lib/manifest-augmented-tree/Cargo.toml index 0ed8e54675c68..c4462a61a70e3 100644 --- a/eden/scm/lib/manifest-augmented-tree/Cargo.toml +++ b/eden/scm/lib/manifest-augmented-tree/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" base64 = { version = "0.22.1", features = ["alloc"] } blake3 = { version = "=1.8.2", features = ["mmap", "rayon", "traits-preview"] } sapling-minibytes = { version = "0.1.0", path = "../minibytes" } diff --git a/eden/scm/lib/manifest-tree/Cargo.toml b/eden/scm/lib/manifest-tree/Cargo.toml index e6db659bbe592..21c8b0d9ea51e 100644 --- a/eden/scm/lib/manifest-tree/Cargo.toml +++ b/eden/scm/lib/manifest-tree/Cargo.toml @@ -18,7 +18,7 @@ harness = false required-features = ["for-tests"] [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blob = { version = "0.1.0", path = "../blob" } bytecount = "0.6.8" flume = "0.11.1" diff --git a/eden/scm/lib/manifest/Cargo.toml b/eden/scm/lib/manifest/Cargo.toml index d85f95feb2330..bc99657c606f5 100644 --- a/eden/scm/lib/manifest/Cargo.toml +++ b/eden/scm/lib/manifest/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "manifest" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" quickcheck = { version = "1.0", optional = true } sapling-pathmatcher = { version = "0.1.0", path = "../pathmatcher" } sapling-types = { version = "0.1.0", path = "../types" } diff --git a/eden/scm/lib/metalog/Cargo.toml b/eden/scm/lib/metalog/Cargo.toml index 8a139f118c49e..70cf073fa81d0 100644 --- a/eden/scm/lib/metalog/Cargo.toml +++ b/eden/scm/lib/metalog/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "metalog" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" hex = { version = "0.4.3", features = ["alloc"] } parking_lot = { version = "0.12.1", features = ["send_guard"] } sapling-hgtime = { version = "0.1.0", path = "../hgtime" } @@ -24,7 +24,7 @@ sapling-refencode = { version = "0.1.0", path = "../refencode" } sapling-types = { version = "0.1.0", path = "../types" } sapling-zstore = { version = "0.1.0", path = "../zstore" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/eden/scm/lib/metrics/Cargo.toml b/eden/scm/lib/metrics/Cargo.toml index f43457a69a6fa..951b8edaf43a9 100644 --- a/eden/scm/lib/metrics/Cargo.toml +++ b/eden/scm/lib/metrics/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "metrics" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fastrand = "2.1.1" fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main", optional = true } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/scm/lib/ministate/Cargo.toml b/eden/scm/lib/ministate/Cargo.toml index bb7f4a3897322..4ace24fff37b3 100644 --- a/eden/scm/lib/ministate/Cargo.toml +++ b/eden/scm/lib/ministate/Cargo.toml @@ -13,5 +13,5 @@ license = "MIT" name = "ministate" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" parking_lot = { version = "0.12.1", features = ["send_guard"] } diff --git a/eden/scm/lib/mutationstore/Cargo.toml b/eden/scm/lib/mutationstore/Cargo.toml index f4a5346c7fac1..2aa141dec5a95 100644 --- a/eden/scm/lib/mutationstore/Cargo.toml +++ b/eden/scm/lib/mutationstore/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "mutationstore" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bitflags = { version = "2.9", features = ["serde", "std"], default-features = false } futures = { version = "0.3.31", features = ["async-await", "compat"] } sapling-dag = { version = "0.1.0", path = "../dag", features = ["render"] } diff --git a/eden/scm/lib/nodemap/Cargo.toml b/eden/scm/lib/nodemap/Cargo.toml index 4eddb4155eb61..affff2f81b4da 100644 --- a/eden/scm/lib/nodemap/Cargo.toml +++ b/eden/scm/lib/nodemap/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "nodemap" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" sapling-indexedlog = { version = "0.1.0", path = "../indexedlog" } sapling-types = { version = "0.1.0", path = "../types" } thiserror = "2.0.18" diff --git a/eden/scm/lib/pathhistory/Cargo.toml b/eden/scm/lib/pathhistory/Cargo.toml index 7a70a17712c6e..3779015e03484 100644 --- a/eden/scm/lib/pathhistory/Cargo.toml +++ b/eden/scm/lib/pathhistory/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "pathhistory" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" sapling-async-runtime = { version = "0.1.0", path = "../async-runtime" } sapling-dag = { version = "0.1.0", path = "../dag" } sapling-manifest-tree = { version = "0.1.0", path = "../manifest-tree" } diff --git a/eden/scm/lib/pathmatcher/Cargo.toml b/eden/scm/lib/pathmatcher/Cargo.toml index a7903f0a5700b..49f1ecb647f4a 100644 --- a/eden/scm/lib/pathmatcher/Cargo.toml +++ b/eden/scm/lib/pathmatcher/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "pathmatcher" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bitflags = { version = "2.9", features = ["serde", "std"], default-features = false } fancy-regex = "0.16.2" fs-err = { version = "3", features = ["tokio"] } diff --git a/eden/scm/lib/pathmatcher/types/Cargo.toml b/eden/scm/lib/pathmatcher/types/Cargo.toml index ac8bc1cb760d4..d26b031189e04 100644 --- a/eden/scm/lib/pathmatcher/types/Cargo.toml +++ b/eden/scm/lib/pathmatcher/types/Cargo.toml @@ -13,5 +13,5 @@ license = "MIT" name = "pathmatcher_types" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" sapling-types = { version = "0.1.0", path = "../../types" } diff --git a/eden/scm/lib/refencode/Cargo.toml b/eden/scm/lib/refencode/Cargo.toml index e65a7adde109c..d082ca53b4bfd 100644 --- a/eden/scm/lib/refencode/Cargo.toml +++ b/eden/scm/lib/refencode/Cargo.toml @@ -17,4 +17,4 @@ sapling-types = { version = "0.1.0", path = "../types" } serde = { version = "1.0.219", features = ["derive", "rc"] } [dev-dependencies] -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } diff --git a/eden/scm/lib/repo/Cargo.toml b/eden/scm/lib/repo/Cargo.toml index 38695cf053ec0..fde7b80f5cc04 100644 --- a/eden/scm/lib/repo/Cargo.toml +++ b/eden/scm/lib/repo/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "repo" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fail = { version = "0.4", features = ["failpoints"] } fs-err = { version = "3", features = ["tokio"] } once_cell = "1.21" diff --git a/eden/scm/lib/repo/repo-minimal-info/Cargo.toml b/eden/scm/lib/repo/repo-minimal-info/Cargo.toml index 5c7c69a94b196..1a36762623e1b 100644 --- a/eden/scm/lib/repo/repo-minimal-info/Cargo.toml +++ b/eden/scm/lib/repo/repo-minimal-info/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "repo_minimal_info" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fs-err = { version = "3", features = ["tokio"] } phf = { version = "0.11", features = ["macros"] } sapling-identity = { version = "0.1.0", path = "../../identity" } diff --git a/eden/scm/lib/repo/url/Cargo.toml b/eden/scm/lib/repo/url/Cargo.toml index b5bf7141d1c9f..0ff63a4be2587 100644 --- a/eden/scm/lib/repo/url/Cargo.toml +++ b/eden/scm/lib/repo/url/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "repourl" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fn-error-context = "0.2" percent-encoding = "2.1" sapling-configmodel = { version = "0.1.0", path = "../../config/model" } diff --git a/eden/scm/lib/repolock/Cargo.toml b/eden/scm/lib/repolock/Cargo.toml index e16d2340069be..c8b3164ed44c0 100644 --- a/eden/scm/lib/repolock/Cargo.toml +++ b/eden/scm/lib/repolock/Cargo.toml @@ -22,5 +22,5 @@ thiserror = "2.0.18" tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" tempfile = "3.22" diff --git a/eden/scm/lib/revisionstore/Cargo.toml b/eden/scm/lib/revisionstore/Cargo.toml index 8212035c91865..de44320f4482d 100644 --- a/eden/scm/lib/revisionstore/Cargo.toml +++ b/eden/scm/lib/revisionstore/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "revisionstore" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blob = { version = "0.1.0", path = "../blob" } byteorder = "1.5" @@ -57,7 +57,7 @@ sapling-version = { version = "0.1.0", path = "../version" } sapling-vlqencoding = { version = "0.1.0", path = "../vlqencoding" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_derive = "1.0.185" -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sha1 = "0.10.5" sha2 = "0.10.6" thiserror = "2.0.18" diff --git a/eden/scm/lib/revisionstore/types/Cargo.toml b/eden/scm/lib/revisionstore/types/Cargo.toml index d7af27532759d..d2a240d1f6327 100644 --- a/eden/scm/lib/revisionstore/types/Cargo.toml +++ b/eden/scm/lib/revisionstore/types/Cargo.toml @@ -14,7 +14,7 @@ name = "revisionstore_types" path = "lib.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" byteorder = "1.5" quickcheck = "1.0" quickcheck_arbitrary_derive = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/scm/lib/revlogindex/Cargo.toml b/eden/scm/lib/revlogindex/Cargo.toml index 58e9ab2836632..5ed5771fd0393 100644 --- a/eden/scm/lib/revlogindex/Cargo.toml +++ b/eden/scm/lib/revlogindex/Cargo.toml @@ -27,5 +27,5 @@ sapling-util = { version = "0.1.0", path = "../util" } thiserror = "2.0.18" [dev-dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" tempfile = "3.22" diff --git a/eden/scm/lib/revsets/Cargo.toml b/eden/scm/lib/revsets/Cargo.toml index 449d93e7e3f48..ee2572a23c94c 100644 --- a/eden/scm/lib/revsets/Cargo.toml +++ b/eden/scm/lib/revsets/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "revsets" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" sapling-async-runtime = { version = "0.1.0", path = "../async-runtime" } sapling-configmodel = { version = "0.1.0", path = "../config/model" } sapling-dag = { version = "0.1.0", path = "../dag" } diff --git a/eden/scm/lib/runlog/Cargo.toml b/eden/scm/lib/runlog/Cargo.toml index f6d3885122671..f682709ced00e 100644 --- a/eden/scm/lib/runlog/Cargo.toml +++ b/eden/scm/lib/runlog/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "runlog" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" chrono = { version = "0.4.41", features = ["clock", "serde", "std"], default-features = false } parking_lot = { version = "0.12.1", features = ["send_guard"] } rand = { version = "0.9", features = ["small_rng"] } @@ -23,7 +23,7 @@ sapling-progress-model = { version = "0.1.0", path = "../progress/model" } sapling-repo = { version = "0.1.0", path = "../repo" } sapling-util = { version = "0.1.0", path = "../util" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } [dev-dependencies] tempfile = "3.22" diff --git a/eden/scm/lib/sampling-profiler/Cargo.toml b/eden/scm/lib/sampling-profiler/Cargo.toml index 5ed8cd364d977..def5027d6b1df 100644 --- a/eden/scm/lib/sampling-profiler/Cargo.toml +++ b/eden/scm/lib/sampling-profiler/Cargo.toml @@ -15,7 +15,7 @@ autoexamples = false name = "sampling_profiler" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" indexmap = { version = "2.13.0", features = ["arbitrary", "rayon", "serde"] } libc = "0.2.139" sapling-ascii-tree = { version = "0.1.0", path = "../util/ascii-tree" } diff --git a/eden/scm/lib/sampling-profiler/global-profiler/Cargo.toml b/eden/scm/lib/sampling-profiler/global-profiler/Cargo.toml index 87b0d94969f51..b42f03fd2239c 100644 --- a/eden/scm/lib/sampling-profiler/global-profiler/Cargo.toml +++ b/eden/scm/lib/sampling-profiler/global-profiler/Cargo.toml @@ -15,7 +15,7 @@ autoexamples = false name = "global_profiler" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fs-err = { version = "3", features = ["tokio"] } parking_lot = { version = "0.12.1", features = ["send_guard"] } sapling-atexit = { version = "0.1.0", path = "../../util/atexit" } diff --git a/eden/scm/lib/sampling/Cargo.toml b/eden/scm/lib/sampling/Cargo.toml index 9d78b06011588..fbbd10fb8f06d 100644 --- a/eden/scm/lib/sampling/Cargo.toml +++ b/eden/scm/lib/sampling/Cargo.toml @@ -17,5 +17,5 @@ parking_lot = { version = "0.12.1", features = ["send_guard"] } sapling-clientinfo = { version = "0.1.0", path = "../clientinfo" } sapling-configmodel = { version = "0.1.0", path = "../config/model" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/scm/lib/sparse/Cargo.toml b/eden/scm/lib/sparse/Cargo.toml index 2d9d2825521e1..e67c0f8605197 100644 --- a/eden/scm/lib/sparse/Cargo.toml +++ b/eden/scm/lib/sparse/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "sparse" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" futures = { version = "0.3.31", features = ["async-await", "compat"], optional = true } globset = { version = "0.4.13", features = ["serde1"] } once_cell = "1.21" diff --git a/eden/scm/lib/storemodel/Cargo.toml b/eden/scm/lib/storemodel/Cargo.toml index 7f85ccea6f975..31cb9d34b65e0 100644 --- a/eden/scm/lib/storemodel/Cargo.toml +++ b/eden/scm/lib/storemodel/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "storemodel" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" blob = { version = "0.1.0", path = "../blob" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/eden/scm/lib/streams/Cargo.toml b/eden/scm/lib/streams/Cargo.toml index 066bb92d4016d..2158c04c3c4a8 100644 --- a/eden/scm/lib/streams/Cargo.toml +++ b/eden/scm/lib/streams/Cargo.toml @@ -18,5 +18,5 @@ futures = { version = "0.3.31", features = ["async-await", "compat"] } pin-project = "1.1.10" [dev-dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } diff --git a/eden/scm/lib/thrift-types/Cargo.toml b/eden/scm/lib/thrift-types/Cargo.toml index 05f473b4f7f8d..49687b2ee0b37 100644 --- a/eden/scm/lib/thrift-types/Cargo.toml +++ b/eden/scm/lib/thrift-types/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "thrift_types" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" edenfs = { package = "thrift", version = "0.1.0", path = "../../../fs/service" } edenfs_clients = { package = "thrift_clients", version = "0.1.0", path = "../../../fs/service/clients" } edenfs_config = { package = "config_thrift", version = "0.1.0", path = "../../../fs/config" } diff --git a/eden/scm/lib/tracing-analyzer/Cargo.toml b/eden/scm/lib/tracing-analyzer/Cargo.toml index ae3fe432a4acc..490e955cee89f 100644 --- a/eden/scm/lib/tracing-analyzer/Cargo.toml +++ b/eden/scm/lib/tracing-analyzer/Cargo.toml @@ -14,4 +14,4 @@ name = "tracing_analyzer" [dependencies] sapling-tracing-collector = { version = "0.1.0", path = "../tracing-collector" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } diff --git a/eden/scm/lib/tracing-collector/Cargo.toml b/eden/scm/lib/tracing-collector/Cargo.toml index e7dda114e6f8c..ffd041b79c3d9 100644 --- a/eden/scm/lib/tracing-collector/Cargo.toml +++ b/eden/scm/lib/tracing-collector/Cargo.toml @@ -18,7 +18,7 @@ libc = "0.2.139" parking_lot = { version = "0.12.1", features = ["send_guard"] } sapling-ascii-tree = { version = "0.1.0", path = "../util/ascii-tree" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } tracing-subscriber = { version = "0.3.20", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] } diff --git a/eden/scm/lib/tracing-reload/Cargo.toml b/eden/scm/lib/tracing-reload/Cargo.toml index 8a6c1eb3e5892..387efbf12e238 100644 --- a/eden/scm/lib/tracing-reload/Cargo.toml +++ b/eden/scm/lib/tracing-reload/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "tracing_reload" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" once_cell = "1.21" tracing = { version = "0.1.41", features = ["attributes", "valuable"] } tracing-subscriber = { version = "0.3.20", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] } diff --git a/eden/scm/lib/treestate/Cargo.toml b/eden/scm/lib/treestate/Cargo.toml index 80216727da1c1..38e7701855e9c 100644 --- a/eden/scm/lib/treestate/Cargo.toml +++ b/eden/scm/lib/treestate/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "treestate" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bitflags = { version = "2.9", features = ["serde", "std"], default-features = false } byteorder = "1.5" fs-err = { version = "3", features = ["tokio"] } diff --git a/eden/scm/lib/types/Cargo.toml b/eden/scm/lib/types/Cargo.toml index 60dda8e741d7c..b13b2169a7fca 100644 --- a/eden/scm/lib/types/Cargo.toml +++ b/eden/scm/lib/types/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "types" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bitflags = { version = "2.9", features = ["serde", "std"], default-features = false } bytecount = "0.6.8" byteorder = "1.5" @@ -33,7 +33,7 @@ thiserror = "2.0.18" quickcheck = "1.0" rand = { version = "0.8", features = ["small_rng"] } serde_cbor = "0.11.2" -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } [features] default = ["for-tests"] diff --git a/eden/scm/lib/util/Cargo.toml b/eden/scm/lib/util/Cargo.toml index 8ec3d5db9192b..afeee4f5a550a 100644 --- a/eden/scm/lib/util/Cargo.toml +++ b/eden/scm/lib/util/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT" name = "util" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" dirs = "6.0" fn-error-context = "0.2" fs-err = { version = "3", features = ["tokio"] } diff --git a/eden/scm/lib/util/factory/Cargo.toml b/eden/scm/lib/util/factory/Cargo.toml index 2890919df7cd9..700d3e5cf9ba9 100644 --- a/eden/scm/lib/util/factory/Cargo.toml +++ b/eden/scm/lib/util/factory/Cargo.toml @@ -14,5 +14,5 @@ license = "MIT" name = "factory" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/scm/lib/util/format-util/Cargo.toml b/eden/scm/lib/util/format-util/Cargo.toml index 25ff3c8fcb4f1..642b58bb57acf 100644 --- a/eden/scm/lib/util/format-util/Cargo.toml +++ b/eden/scm/lib/util/format-util/Cargo.toml @@ -13,8 +13,8 @@ license = "MIT" name = "format_util" [dependencies] -anyhow = "1.0.98" -memchr = "2.7.5" +anyhow = "1.0.100" +memchr = "2.7.6" once_cell = "1.21" sapling-hgtime = { version = "0.1.0", path = "../../hgtime" } sapling-minibytes = { version = "0.1.0", path = "../../minibytes" } diff --git a/eden/scm/lib/util/nodeipc/Cargo.toml b/eden/scm/lib/util/nodeipc/Cargo.toml index 76ad11f16e267..539c37a6da4b1 100644 --- a/eden/scm/lib/util/nodeipc/Cargo.toml +++ b/eden/scm/lib/util/nodeipc/Cargo.toml @@ -13,13 +13,13 @@ license = "MIT" name = "nodeipc" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" filedescriptor = "0.7" libc = "0.2.139" paste = "1.0.14" sapling-nodeipc_derive = { version = "0.1.0", path = "derive" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } [target.'cfg(target_os = "windows")'.dependencies] winapi = { version = "0.3", features = ["everything", "std"] } diff --git a/eden/scm/lib/util/pubsub/Cargo.toml b/eden/scm/lib/util/pubsub/Cargo.toml index 4a309092c2c3a..6d9c126f6e610 100644 --- a/eden/scm/lib/util/pubsub/Cargo.toml +++ b/eden/scm/lib/util/pubsub/Cargo.toml @@ -13,5 +13,5 @@ license = "MIT" name = "pubsub" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/scm/lib/util/sysutil/Cargo.toml b/eden/scm/lib/util/sysutil/Cargo.toml index 50635f8a51fff..34f9bccb3cf2c 100644 --- a/eden/scm/lib/util/sysutil/Cargo.toml +++ b/eden/scm/lib/util/sysutil/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT" name = "sysutil" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" shell-escape = "0.1.5" tracing = { version = "0.1.41", features = ["attributes", "valuable"] } whoami = "1.5" diff --git a/eden/scm/lib/util/udsipc/Cargo.toml b/eden/scm/lib/util/udsipc/Cargo.toml index b4c728e3ab7d9..f87bbcd6f65de 100644 --- a/eden/scm/lib/util/udsipc/Cargo.toml +++ b/eden/scm/lib/util/udsipc/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "udsipc" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fn-error-context = "0.2" fs-err = { version = "3", features = ["tokio"] } sapling-nodeipc = { version = "0.1.0", path = "../nodeipc" } diff --git a/eden/scm/lib/vfs/Cargo.toml b/eden/scm/lib/vfs/Cargo.toml index 2ec634f99b454..1708d6aff2a63 100644 --- a/eden/scm/lib/vfs/Cargo.toml +++ b/eden/scm/lib/vfs/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "vfs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blob = { version = "0.1.0", path = "../blob" } dashmap = { version = "5.5.3", features = ["rayon", "serde"] } flume = "0.11.1" diff --git a/eden/scm/lib/virtual-repo/Cargo.toml b/eden/scm/lib/virtual-repo/Cargo.toml index fe4e298b95ac7..a54934cb73bd0 100644 --- a/eden/scm/lib/virtual-repo/Cargo.toml +++ b/eden/scm/lib/virtual-repo/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT" name = "virtual_repo" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" sapling-dag = { version = "0.1.0", path = "../dag" } sapling-eagerepo-trait = { version = "0.1.0", path = "../eagerepo/trait" } diff --git a/eden/scm/lib/webview-app/Cargo.toml b/eden/scm/lib/webview-app/Cargo.toml index 80425e3c06d2b..376681ee8b644 100644 --- a/eden/scm/lib/webview-app/Cargo.toml +++ b/eden/scm/lib/webview-app/Cargo.toml @@ -14,10 +14,10 @@ name = "webview_app" edition = "2021" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" dirs = "6.0" serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } [target.'cfg(target_os = "macos")'.dependencies] base64 = { version = "0.22.1", features = ["alloc"] } diff --git a/eden/scm/lib/workingcopy/Cargo.toml b/eden/scm/lib/workingcopy/Cargo.toml index b642dc0f831f6..fe435dd651786 100644 --- a/eden/scm/lib/workingcopy/Cargo.toml +++ b/eden/scm/lib/workingcopy/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "workingcopy" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" bitflags = { version = "2.9", features = ["serde", "std"], default-features = false } crossbeam = "0.8" fs-err = { version = "3", features = ["tokio"] } @@ -47,7 +47,7 @@ sapling-types = { version = "0.1.0", path = "../types" } sapling-util = { version = "0.1.0", path = "../util" } sapling-vfs = { version = "0.1.0", path = "../vfs" } serde = { version = "1.0.219", features = ["derive", "rc"] } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } thiserror = "2.0.18" tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/scm/lib/workingcopy/repostate/Cargo.toml b/eden/scm/lib/workingcopy/repostate/Cargo.toml index 9e580b9c627de..6df858e335295 100644 --- a/eden/scm/lib/workingcopy/repostate/Cargo.toml +++ b/eden/scm/lib/workingcopy/repostate/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "repostate" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" byteorder = "1.5" fs-err = { version = "3", features = ["tokio"] } sapling-identity = { version = "0.1.0", path = "../../identity" } diff --git a/eden/scm/saplingnative/bindings/modules/pyauth/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pyauth/Cargo.toml index 265ebce612df1..878fea27170d6 100644 --- a/eden/scm/saplingnative/bindings/modules/pyauth/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pyauth/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } pyconfigloader = { version = "0.1.0", path = "../pyconfigloader" } sapling-auth = { version = "0.1.0", path = "../../../../lib/auth" } diff --git a/eden/scm/saplingnative/bindings/modules/pycheckout/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pycheckout/Cargo.toml index 5ee1454570c51..b07dd37376205 100644 --- a/eden/scm/saplingnative/bindings/modules/pycheckout/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pycheckout/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } parking_lot = { version = "0.12.1", features = ["send_guard"] } pymanifest = { version = "0.1.0", path = "../pymanifest" } diff --git a/eden/scm/saplingnative/bindings/modules/pyconfigloader/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pyconfigloader/Cargo.toml index 18953bf1727f4..f6098a7a55380 100644 --- a/eden/scm/saplingnative/bindings/modules/pyconfigloader/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pyconfigloader/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } pypathmatcher = { version = "0.1.0", path = "../pypathmatcher" } pyregex = { version = "0.1.0", path = "../pyregex" } diff --git a/eden/scm/saplingnative/bindings/modules/pydag/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pydag/Cargo.toml index 4362b3eb52b82..aab252b0e2289 100644 --- a/eden/scm/saplingnative/bindings/modules/pydag/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pydag/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } futures = { version = "0.3.31", features = ["async-await", "compat"] } parking_lot = { version = "0.12.1", features = ["send_guard"] } diff --git a/eden/scm/saplingnative/bindings/modules/pyeagerepo/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pyeagerepo/Cargo.toml index c3ddd243fc4c3..68a17c48d2bf5 100644 --- a/eden/scm/saplingnative/bindings/modules/pyeagerepo/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pyeagerepo/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } pyconfigloader = { version = "0.1.0", path = "../pyconfigloader" } pydag = { version = "0.1.0", path = "../pydag" } diff --git a/eden/scm/saplingnative/bindings/modules/pyedenapi/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pyedenapi/Cargo.toml index 3029fd77c321a..ceb81ffd950a9 100644 --- a/eden/scm/saplingnative/bindings/modules/pyedenapi/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pyedenapi/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } futures = { version = "0.3.31", features = ["async-await", "compat"] } pyconfigloader = { version = "0.1.0", path = "../pyconfigloader" } diff --git a/eden/scm/saplingnative/bindings/modules/pyedenfsassertedstates/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pyedenfsassertedstates/Cargo.toml index 2e01eac2f0601..2e7021d6cbf35 100644 --- a/eden/scm/saplingnative/bindings/modules/pyedenfsassertedstates/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pyedenfsassertedstates/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } edenfs-asserted-states-client = { version = "0.1.0", path = "../../../../../fs/rust/edenfs-asserted-states-client" } sapling-configmodel = { version = "0.1.0", path = "../../../../lib/config/model" } diff --git a/eden/scm/saplingnative/bindings/modules/pyhook/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pyhook/Cargo.toml index eaac9e431fb4d..9a85b9b8c1efb 100644 --- a/eden/scm/saplingnative/bindings/modules/pyhook/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pyhook/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" base64 = { version = "0.22.1", features = ["alloc"] } blake2 = "0.10" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } diff --git a/eden/scm/saplingnative/bindings/modules/pyio/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pyio/Cargo.toml index 9b50313394d90..73bd2f726ddec 100644 --- a/eden/scm/saplingnative/bindings/modules/pyio/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pyio/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } pyconfigloader = { version = "0.1.0", path = "../pyconfigloader" } sapling-cpython-ext = { version = "0.1.0", path = "../../../../lib/cpython-ext" } diff --git a/eden/scm/saplingnative/bindings/modules/pymanifest/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pymanifest/Cargo.toml index 0f49e453fd70e..966dc52f2c283 100644 --- a/eden/scm/saplingnative/bindings/modules/pymanifest/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pymanifest/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } parking_lot = { version = "0.12.1", features = ["send_guard"] } pypathmatcher = { version = "0.1.0", path = "../pypathmatcher" } diff --git a/eden/scm/saplingnative/bindings/modules/pymutationstore/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pymutationstore/Cargo.toml index db95e11c4d003..a116782e7cbdb 100644 --- a/eden/scm/saplingnative/bindings/modules/pymutationstore/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pymutationstore/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" byteorder = "1.5" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } pydag = { version = "0.1.0", path = "../pydag" } diff --git a/eden/scm/saplingnative/bindings/modules/pynodeipc/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pynodeipc/Cargo.toml index f98bafca74295..871bf5fbd409e 100644 --- a/eden/scm/saplingnative/bindings/modules/pynodeipc/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pynodeipc/Cargo.toml @@ -9,4 +9,4 @@ edition = "2024" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } sapling-cpython-ext = { version = "0.1.0", path = "../../../../lib/cpython-ext" } sapling-nodeipc = { version = "0.1.0", path = "../../../../lib/util/nodeipc" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } diff --git a/eden/scm/saplingnative/bindings/modules/pypathmatcher/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pypathmatcher/Cargo.toml index 8a2d9e54221b7..e583f88aec1a8 100644 --- a/eden/scm/saplingnative/bindings/modules/pypathmatcher/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pypathmatcher/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } sapling-cpython-ext = { version = "0.1.0", path = "../../../../lib/cpython-ext" } sapling-io = { version = "0.1.0", path = "../../../../lib/io" } diff --git a/eden/scm/saplingnative/bindings/modules/pyrevisionstore/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pyrevisionstore/Cargo.toml index 79e17b038ee2a..6bb514afc8836 100644 --- a/eden/scm/saplingnative/bindings/modules/pyrevisionstore/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pyrevisionstore/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" blob = { version = "0.1.0", path = "../../../../lib/blob" } cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } pyconfigloader = { version = "0.1.0", path = "../pyconfigloader" } diff --git a/eden/scm/saplingnative/bindings/modules/pyserde/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pyserde/Cargo.toml index 54c86eb141139..f9bf15fbc3591 100644 --- a/eden/scm/saplingnative/bindings/modules/pyserde/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pyserde/Cargo.toml @@ -10,5 +10,5 @@ cpython = { version = "0.7.2", features = ["python3-sys"], default-features = fa sapling-cpython-ext = { version = "0.1.0", path = "../../../../lib/cpython-ext" } sapling-mincode = { version = "0.1.0", path = "../../../../lib/mincode" } serde_cbor = "0.11.2" -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } toml = { version = "0.9.11", features = ["preserve_order"] } diff --git a/eden/scm/saplingnative/bindings/modules/pytermwiz/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pytermwiz/Cargo.toml index 6a6bd53fcfb51..9b7de704f6b2e 100644 --- a/eden/scm/saplingnative/bindings/modules/pytermwiz/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pytermwiz/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } sapling-cpython-ext = { version = "0.1.0", path = "../../../../lib/cpython-ext" } serde = { version = "1.0.219", features = ["derive", "rc"] } diff --git a/eden/scm/saplingnative/bindings/modules/pytracing/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pytracing/Cargo.toml index 1b199b6e36b9d..a09ef5e293e8e 100644 --- a/eden/scm/saplingnative/bindings/modules/pytracing/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pytracing/Cargo.toml @@ -14,5 +14,5 @@ sapling-mincode = { version = "0.1.0", path = "../../../../lib/mincode" } sapling-tracing-collector = { version = "0.1.0", path = "../../../../lib/tracing-collector" } sapling-tracing-reload = { version = "0.1.0", path = "../../../../lib/tracing-reload" } sapling-tracing-runtime-callsite = { version = "0.1.0", path = "../../../../lib/tracing-runtime-callsite" } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/eden/scm/saplingnative/bindings/modules/pytreestate/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pytreestate/Cargo.toml index a6ef14f252750..ac985cc904fdb 100644 --- a/eden/scm/saplingnative/bindings/modules/pytreestate/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pytreestate/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } parking_lot = { version = "0.12.1", features = ["send_guard"] } pypathmatcher = { version = "0.1.0", path = "../pypathmatcher" } diff --git a/eden/scm/saplingnative/bindings/modules/pyworker/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pyworker/Cargo.toml index b24472e75736b..2214b35c5b663 100644 --- a/eden/scm/saplingnative/bindings/modules/pyworker/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pyworker/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } flume = "0.11.1" pyrevisionstore = { version = "0.1.0", path = "../pyrevisionstore" } diff --git a/eden/scm/saplingnative/bindings/modules/pyworkingcopy/Cargo.toml b/eden/scm/saplingnative/bindings/modules/pyworkingcopy/Cargo.toml index 52db603e78c2b..77f54a544ba5e 100644 --- a/eden/scm/saplingnative/bindings/modules/pyworkingcopy/Cargo.toml +++ b/eden/scm/saplingnative/bindings/modules/pyworkingcopy/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false } fs-err = { version = "3", features = ["tokio"] } parking_lot = { version = "0.12.1", features = ["send_guard"] } diff --git a/fb303/thrift/rust/Cargo.toml b/fb303/thrift/rust/Cargo.toml index 5a1b2b3374960..87146f5f1bdda 100644 --- a/fb303/thrift/rust/Cargo.toml +++ b/fb303/thrift/rust/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/fb303/thrift/rust/clients/Cargo.toml b/fb303/thrift/rust/clients/Cargo.toml index ae1fba6b208ee..f1fca320cb6f5 100644 --- a/fb303/thrift/rust/clients/Cargo.toml +++ b/fb303/thrift/rust/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/fb303/thrift/rust/gen_safe_patch/Cargo.toml b/fb303/thrift/rust/gen_safe_patch/Cargo.toml index 1b56465c3c897..a00887118bc59 100644 --- a/fb303/thrift/rust/gen_safe_patch/Cargo.toml +++ b/fb303/thrift/rust/gen_safe_patch/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/fb303/thrift/rust/gen_safe_patch/clients/Cargo.toml b/fb303/thrift/rust/gen_safe_patch/clients/Cargo.toml index f199d451e5b9c..5cf7dbd1c0825 100644 --- a/fb303/thrift/rust/gen_safe_patch/clients/Cargo.toml +++ b/fb303/thrift/rust/gen_safe_patch/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/fb303/thrift/rust/gen_safe_patch/mocks/Cargo.toml b/fb303/thrift/rust/gen_safe_patch/mocks/Cargo.toml index cf17c325f79a5..9fdbe0ca22b9a 100644 --- a/fb303/thrift/rust/gen_safe_patch/mocks/Cargo.toml +++ b/fb303/thrift/rust/gen_safe_patch/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/fb303/thrift/rust/gen_safe_patch/services/Cargo.toml b/fb303/thrift/rust/gen_safe_patch/services/Cargo.toml index f65aa50e3ad59..044f60162a098 100644 --- a/fb303/thrift/rust/gen_safe_patch/services/Cargo.toml +++ b/fb303/thrift/rust/gen_safe_patch/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/fb303/thrift/rust/mocks/Cargo.toml b/fb303/thrift/rust/mocks/Cargo.toml index b9add769d4d25..cfc62a7af4f60 100644 --- a/fb303/thrift/rust/mocks/Cargo.toml +++ b/fb303/thrift/rust/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/fb303/thrift/rust/services/Cargo.toml b/fb303/thrift/rust/services/Cargo.toml index c4556f77de0ed..b075ee903a5d3 100644 --- a/fb303/thrift/rust/services/Cargo.toml +++ b/fb303/thrift/rust/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } diff --git a/thrift/lib/rust/Cargo.toml b/thrift/lib/rust/Cargo.toml index 17b36387dbb50..4e75586cf45f9 100644 --- a/thrift/lib/rust/Cargo.toml +++ b/thrift/lib/rust/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" publish = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" base64 = { version = "0.22.1", features = ["alloc"] } bufsize = "1.0.10" @@ -21,7 +21,7 @@ num-derive = "0.4.2" num-traits = { version = "0.2.19", default-features = false } ordered-float = { version = "3.7", features = ["serde"] } panic-message = "0.3" -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } thiserror = "2.0.18" [dev-dependencies] diff --git a/thrift/lib/rust/annotation/all/Cargo.toml b/thrift/lib/rust/annotation/all/Cargo.toml index 97578c67cc075..ebca53224d613 100644 --- a/thrift/lib/rust/annotation/all/Cargo.toml +++ b/thrift/lib/rust/annotation/all/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", path = "../cpp" } erlang = { version = "0.0.1+unstable", path = "../erlang" } diff --git a/thrift/lib/rust/annotation/all/clients/Cargo.toml b/thrift/lib/rust/annotation/all/clients/Cargo.toml index 62f1ea77018f5..f7fd2a03fe258 100644 --- a/thrift/lib/rust/annotation/all/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/all/clients/Cargo.toml @@ -17,7 +17,7 @@ doc = false [dependencies] all__types = { package = "all", version = "0.0.1+unstable", path = ".." } -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", path = "../../cpp" } diff --git a/thrift/lib/rust/annotation/all/mocks/Cargo.toml b/thrift/lib/rust/annotation/all/mocks/Cargo.toml index 4d944dceec923..b00d8635650e1 100644 --- a/thrift/lib/rust/annotation/all/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/all/mocks/Cargo.toml @@ -18,7 +18,7 @@ doc = false [dependencies] all__clients = { package = "all_clients", version = "0.0.1+unstable", path = "../clients" } all__types = { package = "all", version = "0.0.1+unstable", path = ".." } -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", path = "../../cpp" } diff --git a/thrift/lib/rust/annotation/all/services/Cargo.toml b/thrift/lib/rust/annotation/all/services/Cargo.toml index 1aed9513f30c5..16d1f74f51593 100644 --- a/thrift/lib/rust/annotation/all/services/Cargo.toml +++ b/thrift/lib/rust/annotation/all/services/Cargo.toml @@ -17,7 +17,7 @@ doc = false [dependencies] all__types = { package = "all", version = "0.0.1+unstable", path = ".." } -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", path = "../../cpp" } diff --git a/thrift/lib/rust/annotation/compat/Cargo.toml b/thrift/lib/rust/annotation/compat/Cargo.toml index 4e3271866c7ff..545c1d7b90859 100644 --- a/thrift/lib/rust/annotation/compat/Cargo.toml +++ b/thrift/lib/rust/annotation/compat/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/compat/clients/Cargo.toml b/thrift/lib/rust/annotation/compat/clients/Cargo.toml index 5dd0b833553f1..997f39946a891 100644 --- a/thrift/lib/rust/annotation/compat/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/compat/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } compat__types = { package = "compat", version = "0.0.1+unstable", path = ".." } diff --git a/thrift/lib/rust/annotation/compat/mocks/Cargo.toml b/thrift/lib/rust/annotation/compat/mocks/Cargo.toml index 0ec27cc3ab4ec..4d334131cec7b 100644 --- a/thrift/lib/rust/annotation/compat/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/compat/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } compat__clients = { package = "compat_clients", version = "0.0.1+unstable", path = "../clients" } diff --git a/thrift/lib/rust/annotation/compat/services/Cargo.toml b/thrift/lib/rust/annotation/compat/services/Cargo.toml index 8f40041129254..ba6d71830e7cf 100644 --- a/thrift/lib/rust/annotation/compat/services/Cargo.toml +++ b/thrift/lib/rust/annotation/compat/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } compat__types = { package = "compat", version = "0.0.1+unstable", path = ".." } diff --git a/thrift/lib/rust/annotation/cpp/Cargo.toml b/thrift/lib/rust/annotation/cpp/Cargo.toml index 20650f65ef8e8..1c4264e616a13 100644 --- a/thrift/lib/rust/annotation/cpp/Cargo.toml +++ b/thrift/lib/rust/annotation/cpp/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/cpp/clients/Cargo.toml b/thrift/lib/rust/annotation/cpp/clients/Cargo.toml index 47a592252f2d1..99533cb16584b 100644 --- a/thrift/lib/rust/annotation/cpp/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/cpp/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp__types = { package = "cpp", version = "0.0.1+unstable", path = ".." } diff --git a/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml b/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml index 308cb026addba..e8c80aee700ba 100644 --- a/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp__clients = { package = "cpp_clients", version = "0.0.1+unstable", path = "../clients" } diff --git a/thrift/lib/rust/annotation/cpp/services/Cargo.toml b/thrift/lib/rust/annotation/cpp/services/Cargo.toml index 09026f9837da9..d69186b2b432e 100644 --- a/thrift/lib/rust/annotation/cpp/services/Cargo.toml +++ b/thrift/lib/rust/annotation/cpp/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp__types = { package = "cpp", version = "0.0.1+unstable", path = ".." } diff --git a/thrift/lib/rust/annotation/erlang/Cargo.toml b/thrift/lib/rust/annotation/erlang/Cargo.toml index ffc7d700424a1..34311db62ea74 100644 --- a/thrift/lib/rust/annotation/erlang/Cargo.toml +++ b/thrift/lib/rust/annotation/erlang/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/erlang/clients/Cargo.toml b/thrift/lib/rust/annotation/erlang/clients/Cargo.toml index 2affb9d020763..ba61b7daa9f1b 100644 --- a/thrift/lib/rust/annotation/erlang/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/erlang/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } erlang__types = { package = "erlang", version = "0.0.1+unstable", path = ".." } diff --git a/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml b/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml index 66e952d3d2bcf..87a4dc5a219c2 100644 --- a/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } erlang__clients = { package = "erlang_clients", version = "0.0.1+unstable", path = "../clients" } diff --git a/thrift/lib/rust/annotation/erlang/services/Cargo.toml b/thrift/lib/rust/annotation/erlang/services/Cargo.toml index 11496315b28ff..1aa947e79d745 100644 --- a/thrift/lib/rust/annotation/erlang/services/Cargo.toml +++ b/thrift/lib/rust/annotation/erlang/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } erlang__types = { package = "erlang", version = "0.0.1+unstable", path = ".." } diff --git a/thrift/lib/rust/annotation/go/Cargo.toml b/thrift/lib/rust/annotation/go/Cargo.toml index 2636137febdf5..1555304f716ea 100644 --- a/thrift/lib/rust/annotation/go/Cargo.toml +++ b/thrift/lib/rust/annotation/go/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/go/clients/Cargo.toml b/thrift/lib/rust/annotation/go/clients/Cargo.toml index 3fb27e5db62e8..0a950dab17972 100644 --- a/thrift/lib/rust/annotation/go/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/go/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/go/mocks/Cargo.toml b/thrift/lib/rust/annotation/go/mocks/Cargo.toml index 1086935416a24..c161ba2679801 100644 --- a/thrift/lib/rust/annotation/go/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/go/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/go/services/Cargo.toml b/thrift/lib/rust/annotation/go/services/Cargo.toml index 6aee8d9983eb3..f70a74dcc26d0 100644 --- a/thrift/lib/rust/annotation/go/services/Cargo.toml +++ b/thrift/lib/rust/annotation/go/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/hack/Cargo.toml b/thrift/lib/rust/annotation/hack/Cargo.toml index 81806e8e4ae46..1bf527106ddf8 100644 --- a/thrift/lib/rust/annotation/hack/Cargo.toml +++ b/thrift/lib/rust/annotation/hack/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/hack/clients/Cargo.toml b/thrift/lib/rust/annotation/hack/clients/Cargo.toml index c6a1a36589897..9874d753397af 100644 --- a/thrift/lib/rust/annotation/hack/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/hack/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/hack/mocks/Cargo.toml b/thrift/lib/rust/annotation/hack/mocks/Cargo.toml index bccac3a2faebb..141875e4f05f8 100644 --- a/thrift/lib/rust/annotation/hack/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/hack/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/hack/services/Cargo.toml b/thrift/lib/rust/annotation/hack/services/Cargo.toml index f3cf38864920c..d7cc2740544f7 100644 --- a/thrift/lib/rust/annotation/hack/services/Cargo.toml +++ b/thrift/lib/rust/annotation/hack/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/java/Cargo.toml b/thrift/lib/rust/annotation/java/Cargo.toml index dc690e60fceba..0e5b88d2fbeaa 100644 --- a/thrift/lib/rust/annotation/java/Cargo.toml +++ b/thrift/lib/rust/annotation/java/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/java/clients/Cargo.toml b/thrift/lib/rust/annotation/java/clients/Cargo.toml index 1100c8513f688..405b029098ae8 100644 --- a/thrift/lib/rust/annotation/java/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/java/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/java/mocks/Cargo.toml b/thrift/lib/rust/annotation/java/mocks/Cargo.toml index f2dce7708776a..47dfbd12a5a3c 100644 --- a/thrift/lib/rust/annotation/java/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/java/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/java/services/Cargo.toml b/thrift/lib/rust/annotation/java/services/Cargo.toml index a87a3b8463567..cfe8ca395d37e 100644 --- a/thrift/lib/rust/annotation/java/services/Cargo.toml +++ b/thrift/lib/rust/annotation/java/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/python/Cargo.toml b/thrift/lib/rust/annotation/python/Cargo.toml index a9fb3ab538541..11ec7e9fa53e2 100644 --- a/thrift/lib/rust/annotation/python/Cargo.toml +++ b/thrift/lib/rust/annotation/python/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/python/clients/Cargo.toml b/thrift/lib/rust/annotation/python/clients/Cargo.toml index 0aa269639bb74..77b5f9cb85d2e 100644 --- a/thrift/lib/rust/annotation/python/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/python/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/python/mocks/Cargo.toml b/thrift/lib/rust/annotation/python/mocks/Cargo.toml index 0ff02c72ab66a..6fad3556f0add 100644 --- a/thrift/lib/rust/annotation/python/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/python/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/python/services/Cargo.toml b/thrift/lib/rust/annotation/python/services/Cargo.toml index dbda1ac293736..f8447ef3aecc8 100644 --- a/thrift/lib/rust/annotation/python/services/Cargo.toml +++ b/thrift/lib/rust/annotation/python/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/rust/Cargo.toml b/thrift/lib/rust/annotation/rust/Cargo.toml index 5de3666738f65..43300e1b741af 100644 --- a/thrift/lib/rust/annotation/rust/Cargo.toml +++ b/thrift/lib/rust/annotation/rust/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/rust/clients/Cargo.toml b/thrift/lib/rust/annotation/rust/clients/Cargo.toml index 88360befb1775..5b3bb947bb11b 100644 --- a/thrift/lib/rust/annotation/rust/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/rust/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/rust/mocks/Cargo.toml b/thrift/lib/rust/annotation/rust/mocks/Cargo.toml index 9e1575f71be27..a32fb6ac08ed6 100644 --- a/thrift/lib/rust/annotation/rust/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/rust/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/rust/services/Cargo.toml b/thrift/lib/rust/annotation/rust/services/Cargo.toml index b0db5ff003f78..30ba6466edded 100644 --- a/thrift/lib/rust/annotation/rust/services/Cargo.toml +++ b/thrift/lib/rust/annotation/rust/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/scope/Cargo.toml b/thrift/lib/rust/annotation/scope/Cargo.toml index f1cffe9b1abb4..45d6931ab2447 100644 --- a/thrift/lib/rust/annotation/scope/Cargo.toml +++ b/thrift/lib/rust/annotation/scope/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/scope/clients/Cargo.toml b/thrift/lib/rust/annotation/scope/clients/Cargo.toml index 21023ac8a7022..12c3e19b6caf7 100644 --- a/thrift/lib/rust/annotation/scope/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/scope/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/scope/mocks/Cargo.toml b/thrift/lib/rust/annotation/scope/mocks/Cargo.toml index 86e5421b3baf6..305dabbc462ff 100644 --- a/thrift/lib/rust/annotation/scope/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/scope/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/scope/services/Cargo.toml b/thrift/lib/rust/annotation/scope/services/Cargo.toml index c5b64f7b6df91..adb16400ad90b 100644 --- a/thrift/lib/rust/annotation/scope/services/Cargo.toml +++ b/thrift/lib/rust/annotation/scope/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/thrift/Cargo.toml b/thrift/lib/rust/annotation/thrift/Cargo.toml index 3e33c06ec40f3..2cb49f9a65db1 100644 --- a/thrift/lib/rust/annotation/thrift/Cargo.toml +++ b/thrift/lib/rust/annotation/thrift/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/thrift/clients/Cargo.toml b/thrift/lib/rust/annotation/thrift/clients/Cargo.toml index 88ebe85244774..f83c98cf566f8 100644 --- a/thrift/lib/rust/annotation/thrift/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/thrift/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml b/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml index 2b1d44ae21ab8..009c4e5f5208a 100644 --- a/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/thrift/services/Cargo.toml b/thrift/lib/rust/annotation/thrift/services/Cargo.toml index a40bb6b4b62c1..c27e14ec4ba50 100644 --- a/thrift/lib/rust/annotation/thrift/services/Cargo.toml +++ b/thrift/lib/rust/annotation/thrift/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/deterministic_hash/Cargo.toml b/thrift/lib/rust/deterministic_hash/Cargo.toml index 30078f7a8ade4..74029cbc03a4e 100644 --- a/thrift/lib/rust/deterministic_hash/Cargo.toml +++ b/thrift/lib/rust/deterministic_hash/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" publish = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" fbthrift = { version = "0.0.1+unstable", path = ".." } ring = "0.17.14" thiserror = "2.0.18" diff --git a/thrift/lib/rust/deterministic_hash/src/tests/Cargo.toml b/thrift/lib/rust/deterministic_hash/src/tests/Cargo.toml index 70656fd238a76..e757c4ec11bd1 100644 --- a/thrift/lib/rust/deterministic_hash/src/tests/Cargo.toml +++ b/thrift/lib/rust/deterministic_hash/src/tests/Cargo.toml @@ -24,7 +24,7 @@ name = "deterministic_hash_test" path = "deterministic_hash_test.rs" [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml b/thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml index 3c21d9138c16d..be601009ac1a3 100644 --- a/thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml +++ b/thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml b/thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml index 394ecb2c97e74..37148104fc6c7 100644 --- a/thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml +++ b/thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/deterministic_hash/src/tests/services/Cargo.toml b/thrift/lib/rust/deterministic_hash/src/tests/services/Cargo.toml index 4329713b996dc..346011eaf23fc 100644 --- a/thrift/lib/rust/deterministic_hash/src/tests/services/Cargo.toml +++ b/thrift/lib/rust/deterministic_hash/src/tests/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/Cargo.toml b/thrift/lib/rust/src/dep_tests/Cargo.toml index 483d685f76e44..49c52815cc50a 100644 --- a/thrift/lib/rust/src/dep_tests/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/Cargo.toml @@ -13,13 +13,13 @@ name = "fbthrift_test" path = "lib.rs" [dev-dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" approx = "0.5.1" fbthrift = { version = "0.0.1+unstable", path = "../.." } fbthrift_test_if = { version = "0.0.1+unstable", path = "cargo_thrift" } fbthrift_test_if_clients = { version = "0.0.1+unstable", path = "cargo_thrift/clients" } proptest = "1.5" rstest = { version = "0.26.1", features = ["async-timeout"], default-features = false } -serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } +serde_json = { version = "1.0.145", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } test_competing_defaults_if = { version = "0.0.1+unstable", path = "cargo_thrift_comdef" } test_deprecated_optional_with_default_is_some_if = { version = "0.0.1+unstable", path = "cargo_thrift_optdef" } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml index d243ad38bfdcb..11123ff43b040 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml index eccd6037ab30a..cdfd511ff2ae9 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml index bed4cef7adf91..5c0f208dcc46f 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml index 08cc862e087a8..27f17a95a77e8 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/Cargo.toml index 8e74ec19d800a..d6e629bdd617d 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml index 66190d7f73736..5691223247e72 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml index 287f725e3eaa3..dc44be5bd7a87 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml index b278c1526bd2f..f2bfd32fb0862 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/Cargo.toml index 0613901797732..07a76e0bdcb16 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml index f67705358da3c..086079a63cf5b 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml index 18daa29663a87..65ab036c746d2 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml index a286d57a8198e..836e6a4d1da90 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.98" +anyhow = "1.0.100" async-trait = "0.1.86" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." }