Skip to content

Commit

Permalink
Update ref-cast from 1.0.12 to 1.0.16
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D45278283

fbshipit-source-id: 85f83923f4a18e87b60a8ab68ab731fe74fd2a8c
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Apr 25, 2023
1 parent 282ceb2 commit b5d3aab
Show file tree
Hide file tree
Showing 41 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion configerator/structs/scm/hg/hgclientconf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/lfs_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/megarepo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/observability/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/pushredirect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/qps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/ratelimiting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/redaction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/repos/repos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/tunables/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion configerator/structs/scm/mononoke/xdb_gc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/fs/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/fs/inodes/overlay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/fs/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion eden/fs/service/thrift_streaming/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/packblob/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/bonsai_globalrev_mapping/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/bonsai_hg_mapping/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/bonsai_svnrev_mapping/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/changesets/changesets_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/changesets/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/commit_rewriting/commit_validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/commit_rewriting/cross_repo_sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/derived_data/changeset_info/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/derived_data/remote/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/filenodes/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/git/git_types/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/megarepo_api/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mercurial/mutation/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mercurial/types/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/microwave/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mononoke_types/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mutable_renames/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/reachabilityindex/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/scs/if/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b5d3aab

Please sign in to comment.