From b5d3aab8ce338ec445e535b71616f0aa94aba315 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 25 Apr 2023 12:08:03 -0700 Subject: [PATCH] Update ref-cast from 1.0.12 to 1.0.16 Reviewed By: zertosh Differential Revision: D45278283 fbshipit-source-id: 85f83923f4a18e87b60a8ab68ab731fe74fd2a8c --- configerator/structs/scm/hg/hgclientconf/Cargo.toml | 2 +- configerator/structs/scm/mononoke/lfs_server/Cargo.toml | 2 +- configerator/structs/scm/mononoke/megarepo/Cargo.toml | 2 +- .../scm/mononoke/megarepo/version_cconf_index/Cargo.toml | 2 +- .../structs/scm/mononoke/mysql/replication_lag/Cargo.toml | 2 +- configerator/structs/scm/mononoke/observability/Cargo.toml | 2 +- configerator/structs/scm/mononoke/pushredirect/Cargo.toml | 2 +- configerator/structs/scm/mononoke/qps/Cargo.toml | 2 +- configerator/structs/scm/mononoke/ratelimiting/Cargo.toml | 2 +- configerator/structs/scm/mononoke/redaction/Cargo.toml | 2 +- configerator/structs/scm/mononoke/repos/commitsync/Cargo.toml | 2 +- configerator/structs/scm/mononoke/repos/repos/Cargo.toml | 2 +- configerator/structs/scm/mononoke/tunables/Cargo.toml | 2 +- configerator/structs/scm/mononoke/xdb_gc/Cargo.toml | 2 +- eden/fs/config/Cargo.toml | 2 +- eden/fs/inodes/overlay/Cargo.toml | 2 +- eden/fs/service/Cargo.toml | 2 +- eden/fs/service/thrift_streaming/Cargo.toml | 2 +- eden/mononoke/blobstore/if/Cargo.toml | 2 +- eden/mononoke/blobstore/packblob/if/Cargo.toml | 2 +- eden/mononoke/bonsai_globalrev_mapping/if/Cargo.toml | 2 +- eden/mononoke/bonsai_hg_mapping/if/Cargo.toml | 2 +- eden/mononoke/bonsai_svnrev_mapping/if/Cargo.toml | 2 +- eden/mononoke/changesets/changesets_impl/Cargo.toml | 2 +- eden/mononoke/changesets/if/Cargo.toml | 2 +- eden/mononoke/commit_rewriting/commit_validator/Cargo.toml | 2 +- eden/mononoke/commit_rewriting/cross_repo_sync/Cargo.toml | 2 +- eden/mononoke/derived_data/changeset_info/if/Cargo.toml | 2 +- eden/mononoke/derived_data/remote/if/Cargo.toml | 2 +- eden/mononoke/filenodes/if/Cargo.toml | 2 +- eden/mononoke/git/git_types/if/Cargo.toml | 2 +- eden/mononoke/megarepo_api/if/Cargo.toml | 2 +- eden/mononoke/mercurial/mutation/if/Cargo.toml | 2 +- eden/mononoke/mercurial/types/if/Cargo.toml | 2 +- eden/mononoke/microwave/if/Cargo.toml | 2 +- eden/mononoke/mononoke_types/if/Cargo.toml | 2 +- eden/mononoke/mutable_renames/if/Cargo.toml | 2 +- eden/mononoke/reachabilityindex/if/Cargo.toml | 2 +- .../commit_graph/caching_commit_graph_storage/if/Cargo.toml | 2 +- eden/mononoke/scs/if/Cargo.toml | 2 +- eden/scm/lib/types/Cargo.toml | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/configerator/structs/scm/hg/hgclientconf/Cargo.toml b/configerator/structs/scm/hg/hgclientconf/Cargo.toml index 3e4f9522e96b9..295f6deb1a3ec 100644 --- a/configerator/structs/scm/hg/hgclientconf/Cargo.toml +++ b/configerator/structs/scm/hg/hgclientconf/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/configerator/structs/scm/mononoke/lfs_server/Cargo.toml b/configerator/structs/scm/mononoke/lfs_server/Cargo.toml index 5a36e8cadb372..1cd95f33b3810 100644 --- a/configerator/structs/scm/mononoke/lfs_server/Cargo.toml +++ b/configerator/structs/scm/mononoke/lfs_server/Cargo.toml @@ -22,7 +22,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" rate_limiting_config = { version = "0.1.0", path = "../ratelimiting" } -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/configerator/structs/scm/mononoke/megarepo/Cargo.toml b/configerator/structs/scm/mononoke/megarepo/Cargo.toml index 23f1fb06178fd..a0b750b247eb1 100644 --- a/configerator/structs/scm/mononoke/megarepo/Cargo.toml +++ b/configerator/structs/scm/mononoke/megarepo/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/configerator/structs/scm/mononoke/megarepo/version_cconf_index/Cargo.toml b/configerator/structs/scm/mononoke/megarepo/version_cconf_index/Cargo.toml index 530f2e931d647..1701638f430d6 100644 --- a/configerator/structs/scm/mononoke/megarepo/version_cconf_index/Cargo.toml +++ b/configerator/structs/scm/mononoke/megarepo/version_cconf_index/Cargo.toml @@ -22,7 +22,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth futures = { version = "0.3.28", features = ["async-await", "compat"] } megarepo_configs = { version = "0.1.0", path = ".." } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/configerator/structs/scm/mononoke/mysql/replication_lag/Cargo.toml b/configerator/structs/scm/mononoke/mysql/replication_lag/Cargo.toml index 8c33e9362a030..dff7a3fb79070 100644 --- a/configerator/structs/scm/mononoke/mysql/replication_lag/Cargo.toml +++ b/configerator/structs/scm/mononoke/mysql/replication_lag/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/configerator/structs/scm/mononoke/observability/Cargo.toml b/configerator/structs/scm/mononoke/observability/Cargo.toml index 40c07853a9f4b..5360bc5f1440a 100644 --- a/configerator/structs/scm/mononoke/observability/Cargo.toml +++ b/configerator/structs/scm/mononoke/observability/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/configerator/structs/scm/mononoke/pushredirect/Cargo.toml b/configerator/structs/scm/mononoke/pushredirect/Cargo.toml index 4664cdd39f9f6..edb4ab68e4352 100644 --- a/configerator/structs/scm/mononoke/pushredirect/Cargo.toml +++ b/configerator/structs/scm/mononoke/pushredirect/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/configerator/structs/scm/mononoke/qps/Cargo.toml b/configerator/structs/scm/mononoke/qps/Cargo.toml index 4d4e9b33f3e27..7de8986650725 100644 --- a/configerator/structs/scm/mononoke/qps/Cargo.toml +++ b/configerator/structs/scm/mononoke/qps/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/configerator/structs/scm/mononoke/ratelimiting/Cargo.toml b/configerator/structs/scm/mononoke/ratelimiting/Cargo.toml index b55e59f5f6f32..27bfce95d0bfb 100644 --- a/configerator/structs/scm/mononoke/ratelimiting/Cargo.toml +++ b/configerator/structs/scm/mononoke/ratelimiting/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/configerator/structs/scm/mononoke/redaction/Cargo.toml b/configerator/structs/scm/mononoke/redaction/Cargo.toml index 9312618299398..a6d49c9fb1a2e 100644 --- a/configerator/structs/scm/mononoke/redaction/Cargo.toml +++ b/configerator/structs/scm/mononoke/redaction/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/configerator/structs/scm/mononoke/repos/commitsync/Cargo.toml b/configerator/structs/scm/mononoke/repos/commitsync/Cargo.toml index 5c3fb5d1dc583..38417752ce9fa 100644 --- a/configerator/structs/scm/mononoke/repos/commitsync/Cargo.toml +++ b/configerator/structs/scm/mononoke/repos/commitsync/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" repos = { version = "0.1.0", path = "../repos" } serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" diff --git a/configerator/structs/scm/mononoke/repos/repos/Cargo.toml b/configerator/structs/scm/mononoke/repos/repos/Cargo.toml index 5619ce27f50a6..4623459e45366 100644 --- a/configerator/structs/scm/mononoke/repos/repos/Cargo.toml +++ b/configerator/structs/scm/mononoke/repos/repos/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/configerator/structs/scm/mononoke/tunables/Cargo.toml b/configerator/structs/scm/mononoke/tunables/Cargo.toml index 7be4d8455070a..2a9050ff358da 100644 --- a/configerator/structs/scm/mononoke/tunables/Cargo.toml +++ b/configerator/structs/scm/mononoke/tunables/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/configerator/structs/scm/mononoke/xdb_gc/Cargo.toml b/configerator/structs/scm/mononoke/xdb_gc/Cargo.toml index d28fd660dcef3..3d716782835aa 100644 --- a/configerator/structs/scm/mononoke/xdb_gc/Cargo.toml +++ b/configerator/structs/scm/mononoke/xdb_gc/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/fs/config/Cargo.toml b/eden/fs/config/Cargo.toml index 2ac7fefc1c03e..fee67b5548745 100644 --- a/eden/fs/config/Cargo.toml +++ b/eden/fs/config/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/fs/inodes/overlay/Cargo.toml b/eden/fs/inodes/overlay/Cargo.toml index 5ea6fffce362c..af75ee954826e 100644 --- a/eden/fs/inodes/overlay/Cargo.toml +++ b/eden/fs/inodes/overlay/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/fs/service/Cargo.toml b/eden/fs/service/Cargo.toml index 185501891e1c9..b0dbfe12ade50 100644 --- a/eden/fs/service/Cargo.toml +++ b/eden/fs/service/Cargo.toml @@ -23,7 +23,7 @@ fb303_core = { version = "0.0.0", git = "https://github.com/facebook/fb303.git", fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } diff --git a/eden/fs/service/thrift_streaming/Cargo.toml b/eden/fs/service/thrift_streaming/Cargo.toml index f49cdb17aadc9..f901fa130ccce 100644 --- a/eden/fs/service/thrift_streaming/Cargo.toml +++ b/eden/fs/service/thrift_streaming/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/mononoke/blobstore/if/Cargo.toml b/eden/mononoke/blobstore/if/Cargo.toml index 498c36f06edff..2efb880476821 100644 --- a/eden/mononoke/blobstore/if/Cargo.toml +++ b/eden/mononoke/blobstore/if/Cargo.toml @@ -21,7 +21,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/mononoke/blobstore/packblob/if/Cargo.toml b/eden/mononoke/blobstore/packblob/if/Cargo.toml index 0604c8e99c21b..1991eeaf23e95 100644 --- a/eden/mononoke/blobstore/packblob/if/Cargo.toml +++ b/eden/mononoke/blobstore/packblob/if/Cargo.toml @@ -22,7 +22,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/mononoke/bonsai_globalrev_mapping/if/Cargo.toml b/eden/mononoke/bonsai_globalrev_mapping/if/Cargo.toml index 4c324ab40f100..c6db44403d48e 100644 --- a/eden/mononoke/bonsai_globalrev_mapping/if/Cargo.toml +++ b/eden/mononoke/bonsai_globalrev_mapping/if/Cargo.toml @@ -22,7 +22,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth futures = { version = "0.3.28", features = ["async-await", "compat"] } mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/mononoke/bonsai_hg_mapping/if/Cargo.toml b/eden/mononoke/bonsai_hg_mapping/if/Cargo.toml index 3ede0691827fc..28597ba894240 100644 --- a/eden/mononoke/bonsai_hg_mapping/if/Cargo.toml +++ b/eden/mononoke/bonsai_hg_mapping/if/Cargo.toml @@ -23,7 +23,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] } mercurial_thrift = { version = "0.1.0", path = "../../mercurial/types/if" } mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/mononoke/bonsai_svnrev_mapping/if/Cargo.toml b/eden/mononoke/bonsai_svnrev_mapping/if/Cargo.toml index ef2df726d8d28..b100f839deb8a 100644 --- a/eden/mononoke/bonsai_svnrev_mapping/if/Cargo.toml +++ b/eden/mononoke/bonsai_svnrev_mapping/if/Cargo.toml @@ -22,7 +22,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth futures = { version = "0.3.28", features = ["async-await", "compat"] } mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/mononoke/changesets/changesets_impl/Cargo.toml b/eden/mononoke/changesets/changesets_impl/Cargo.toml index 1dc62a6ce6177..cc630f217d5df 100644 --- a/eden/mononoke/changesets/changesets_impl/Cargo.toml +++ b/eden/mononoke/changesets/changesets_impl/Cargo.toml @@ -24,7 +24,7 @@ maplit = "1.0" memcache = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } rand = { version = "0.8", features = ["small_rng"] } -ref-cast = "1.0.12" +ref-cast = "1.0.16" rendezvous = { version = "0.1.0", path = "../../common/rendezvous" } 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" } diff --git a/eden/mononoke/changesets/if/Cargo.toml b/eden/mononoke/changesets/if/Cargo.toml index 435af6774c460..96423b76fc806 100644 --- a/eden/mononoke/changesets/if/Cargo.toml +++ b/eden/mononoke/changesets/if/Cargo.toml @@ -22,7 +22,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth futures = { version = "0.3.28", features = ["async-await", "compat"] } mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/mononoke/commit_rewriting/commit_validator/Cargo.toml b/eden/mononoke/commit_rewriting/commit_validator/Cargo.toml index 8b35f7cb3d09a..947a5509e9c93 100644 --- a/eden/mononoke/commit_rewriting/commit_validator/Cargo.toml +++ b/eden/mononoke/commit_rewriting/commit_validator/Cargo.toml @@ -33,7 +33,7 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" } movers = { version = "0.1.0", path = "../movers" } mutable_counters = { version = "0.1.0", path = "../../mutable_counters" } reachabilityindex = { version = "0.1.0", path = "../../reachabilityindex" } -ref-cast = "1.0.12" +ref-cast = "1.0.16" repo_blobstore = { version = "0.1.0", path = "../../blobrepo/repo_blobstore" } repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" } revset = { version = "0.1.0", path = "../../revset" } diff --git a/eden/mononoke/commit_rewriting/cross_repo_sync/Cargo.toml b/eden/mononoke/commit_rewriting/cross_repo_sync/Cargo.toml index c9c086cdd758e..8fb8a67fea0ea 100644 --- a/eden/mononoke/commit_rewriting/cross_repo_sync/Cargo.toml +++ b/eden/mononoke/commit_rewriting/cross_repo_sync/Cargo.toml @@ -44,7 +44,7 @@ pushrebase = { version = "0.1.0", path = "../../pushrebase" } pushrebase_hook = { version = "0.1.0", path = "../../pushrebase/pushrebase_hook" } rand = { version = "0.8", features = ["small_rng"] } reachabilityindex = { version = "0.1.0", path = "../../reachabilityindex" } -ref-cast = "1.0.12" +ref-cast = "1.0.16" repo_blobstore = { version = "0.1.0", path = "../../blobrepo/repo_blobstore" } repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" } repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" } diff --git a/eden/mononoke/derived_data/changeset_info/if/Cargo.toml b/eden/mononoke/derived_data/changeset_info/if/Cargo.toml index a57111f18fcee..49b792d421d6d 100644 --- a/eden/mononoke/derived_data/changeset_info/if/Cargo.toml +++ b/eden/mononoke/derived_data/changeset_info/if/Cargo.toml @@ -23,7 +23,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth futures = { version = "0.3.28", features = ["async-await", "compat"] } mononoke_types_thrift = { version = "0.1.0", path = "../../../mononoke_types/if" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] } diff --git a/eden/mononoke/derived_data/remote/if/Cargo.toml b/eden/mononoke/derived_data/remote/if/Cargo.toml index 560d93548e6cb..1709640869373 100644 --- a/eden/mononoke/derived_data/remote/if/Cargo.toml +++ b/eden/mononoke/derived_data/remote/if/Cargo.toml @@ -27,7 +27,7 @@ git_types_thrift = { version = "0.1.0", path = "../../../git/git_types/if" } mercurial_thrift = { version = "0.1.0", path = "../../../mercurial/types/if" } mononoke_types_thrift = { version = "0.1.0", path = "../../../mononoke_types/if" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/mononoke/filenodes/if/Cargo.toml b/eden/mononoke/filenodes/if/Cargo.toml index 6dcc1dc8f366e..66db2133b8773 100644 --- a/eden/mononoke/filenodes/if/Cargo.toml +++ b/eden/mononoke/filenodes/if/Cargo.toml @@ -23,7 +23,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] } mercurial_thrift = { version = "0.1.0", path = "../../mercurial/types/if" } mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/mononoke/git/git_types/if/Cargo.toml b/eden/mononoke/git/git_types/if/Cargo.toml index f09272592aa08..fa53b6d959c57 100644 --- a/eden/mononoke/git/git_types/if/Cargo.toml +++ b/eden/mononoke/git/git_types/if/Cargo.toml @@ -22,7 +22,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth futures = { version = "0.3.28", features = ["async-await", "compat"] } mononoke_types_thrift = { version = "0.1.0", path = "../../../mononoke_types/if" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] } diff --git a/eden/mononoke/megarepo_api/if/Cargo.toml b/eden/mononoke/megarepo_api/if/Cargo.toml index 663326ae7939d..cf94b213576da 100644 --- a/eden/mononoke/megarepo_api/if/Cargo.toml +++ b/eden/mononoke/megarepo_api/if/Cargo.toml @@ -22,7 +22,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth futures = { version = "0.3.28", features = ["async-await", "compat"] } mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" source_control = { version = "0.1.0", path = "../../scs/if" } diff --git a/eden/mononoke/mercurial/mutation/if/Cargo.toml b/eden/mononoke/mercurial/mutation/if/Cargo.toml index ab53e2acf0393..0d3841e017ca9 100644 --- a/eden/mononoke/mercurial/mutation/if/Cargo.toml +++ b/eden/mononoke/mercurial/mutation/if/Cargo.toml @@ -22,7 +22,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth futures = { version = "0.3.28", features = ["async-await", "compat"] } mercurial_thrift = { version = "0.1.0", path = "../../types/if" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/mononoke/mercurial/types/if/Cargo.toml b/eden/mononoke/mercurial/types/if/Cargo.toml index a55896edb2b39..23fd9af3358af 100644 --- a/eden/mononoke/mercurial/types/if/Cargo.toml +++ b/eden/mononoke/mercurial/types/if/Cargo.toml @@ -22,7 +22,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth futures = { version = "0.3.28", features = ["async-await", "compat"] } mononoke_types_thrift = { version = "0.1.0", path = "../../../mononoke_types/if" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/mononoke/microwave/if/Cargo.toml b/eden/mononoke/microwave/if/Cargo.toml index decb7ae634ef8..d0cd9dec79eb6 100644 --- a/eden/mononoke/microwave/if/Cargo.toml +++ b/eden/mononoke/microwave/if/Cargo.toml @@ -23,7 +23,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] } mercurial_thrift = { version = "0.1.0", path = "../../mercurial/types/if" } mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/mononoke/mononoke_types/if/Cargo.toml b/eden/mononoke/mononoke_types/if/Cargo.toml index 4509382d3cdf8..548671cea9764 100644 --- a/eden/mononoke/mononoke_types/if/Cargo.toml +++ b/eden/mononoke/mononoke_types/if/Cargo.toml @@ -22,7 +22,7 @@ const-cstr = "0.3.0" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.28", features = ["async-await", "compat"] } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] } diff --git a/eden/mononoke/mutable_renames/if/Cargo.toml b/eden/mononoke/mutable_renames/if/Cargo.toml index dd55e81cc012e..dd47c136cc7bf 100644 --- a/eden/mononoke/mutable_renames/if/Cargo.toml +++ b/eden/mononoke/mutable_renames/if/Cargo.toml @@ -22,7 +22,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth futures = { version = "0.3.28", features = ["async-await", "compat"] } mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] } diff --git a/eden/mononoke/reachabilityindex/if/Cargo.toml b/eden/mononoke/reachabilityindex/if/Cargo.toml index 6dd00bc503bc1..bc244fae302be 100644 --- a/eden/mononoke/reachabilityindex/if/Cargo.toml +++ b/eden/mononoke/reachabilityindex/if/Cargo.toml @@ -22,7 +22,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth futures = { version = "0.3.28", features = ["async-await", "compat"] } mononoke_types_thrift = { version = "0.1.0", path = "../../mononoke_types/if" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/mononoke/repo_attributes/commit_graph/caching_commit_graph_storage/if/Cargo.toml b/eden/mononoke/repo_attributes/commit_graph/caching_commit_graph_storage/if/Cargo.toml index d78dd3b7f7e82..6aad1cf93c389 100644 --- a/eden/mononoke/repo_attributes/commit_graph/caching_commit_graph_storage/if/Cargo.toml +++ b/eden/mononoke/repo_attributes/commit_graph/caching_commit_graph_storage/if/Cargo.toml @@ -22,7 +22,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth futures = { version = "0.3.28", features = ["async-await", "compat"] } mononoke_types_thrift = { version = "0.1.0", path = "../../../../mononoke_types/if" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.36" diff --git a/eden/mononoke/scs/if/Cargo.toml b/eden/mononoke/scs/if/Cargo.toml index 8f3c0211300a6..7022bdacdfa53 100644 --- a/eden/mononoke/scs/if/Cargo.toml +++ b/eden/mononoke/scs/if/Cargo.toml @@ -24,7 +24,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth futures = { version = "0.3.28", features = ["async-await", "compat"] } megarepo_configs = { version = "0.1.0", path = "../../../../configerator/structs/scm/mononoke/megarepo" } once_cell = "1.12" -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_derive = "1.0" smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] } diff --git a/eden/scm/lib/types/Cargo.toml b/eden/scm/lib/types/Cargo.toml index 29dc08940fae3..43e4a924ca32a 100644 --- a/eden/scm/lib/types/Cargo.toml +++ b/eden/scm/lib/types/Cargo.toml @@ -19,7 +19,7 @@ lazy_static = { version = "1.4", optional = true } quickcheck = { version = "1.0", optional = true } quickcheck_arbitrary_derive = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } rand = { version = "0.8", features = ["small_rng"], optional = true } -ref-cast = "1.0.12" +ref-cast = "1.0.16" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_bytes = "0.11" serde_derive = "1.0"