Skip to content

Commit

Permalink
update itertools 0.11.0 -> 0.12.1
Browse files Browse the repository at this point in the history
Summary:
[Release Notes for 0.12.0](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md#0120)
[Release Notes for 0.12.1](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md#0121)

### Breaking
- Made `take_while_inclusive` consume iterator by value ([#709](rust-itertools/itertools#709)) --- there are [2 usages](https://www.internalfb.com/code/search?q=repo%3Afbcode%20take_while_inclusive&lang_filter=rust) in fbcode, verified both manually
- Added `Clone` bound to `Unique` ([#777](rust-itertools/itertools#777)) --- there are [37 usages](https://fburl.com/code/hp7vdlch) in fbcode, CI will tell if it breaks

Reviewed By: anps77

Differential Revision: D64305791

fbshipit-source-id: fe99131b206905133c4d2b75693090f5ce44f4ca
  • Loading branch information
Paul Iatchenii authored and facebook-github-bot committed Oct 14, 2024
1 parent 8c83254 commit 5fbcfb1
Show file tree
Hide file tree
Showing 52 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion eden/mononoke/admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ filenodes = { version = "0.1.0", path = "../filenodes" }
filestore = { version = "0.1.0", path = "../filestore" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
itertools = "0.11.0"
itertools = "0.12.1"
live_commit_sync_config = { version = "0.1.0", path = "../commit_rewriting/live_commit_sync_config" }
manifest = { version = "0.1.0", path = "../manifest" }
maplit = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore/multiplexedblob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "
context = { version = "0.1.0", path = "../../server/context" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
itertools = "0.11.0"
itertools = "0.12.1"
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
once_cell = "1.12"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore_healer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ context = { version = "0.1.0", path = "../server/context" }
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
futures_03_ext = { package = "futures_ext", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
itertools = "0.11.0"
itertools = "0.12.1"
metaconfig_types = { version = "0.1.0", path = "../metaconfig/types" }
mononoke_app = { version = "0.1.0", path = "../cmdlib/mononoke_app" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/bookmarks/bookmarks_movement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ futures_ext = { version = "0.1.0", git = "https://github.com/facebookexperimenta
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
git_source_of_truth = { version = "0.1.0", path = "../../git_source_of_truth" }
hooks = { version = "0.1.0", path = "../../hooks" }
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/bookmarks/warm_bookmarks_cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
futures_watchdog = { version = "0.1.0", path = "../../common/futures_watchdog" }
git_types = { version = "0.1.0", path = "../../git/git_types" }
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
lock_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
mercurial_derivation = { version = "0.1.0", path = "../../derived_data/mercurial_derivation" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/cmdlib/mononoke_app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
futures-util = "0.3.30"
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
megarepo_config = { version = "0.1.0", path = "../../megarepo_api/megarepo_config" }
memcache = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
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 @@ -43,7 +43,7 @@ fsnodes = { version = "0.1.0", path = "../../derived_data/fsnodes" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
git_types = { version = "0.1.0", path = "../../git/git_types" }
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
live_commit_sync_config = { version = "0.1.0", path = "../live_commit_sync_config" }
manifest = { version = "0.1.0", path = "../../manifest" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/commit_rewriting/megarepo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ filenodes = { version = "0.1.0", path = "../../filenodes" }
filestore = { version = "0.1.0", path = "../../filestore" }
fsnodes = { version = "0.1.0", path = "../../derived_data/fsnodes" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
itertools = "0.11.0"
itertools = "0.12.1"
live_commit_sync_config = { version = "0.1.0", path = "../live_commit_sync_config" }
manifest = { version = "0.1.0", path = "../../manifest" }
maplit = "1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ context = { version = "0.1.0", path = "../../server/context" }
dashmap = { version = "5.5.3", features = ["rayon", "serde"] }
facet = { 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" }
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
memcache = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/common/rust/caching_ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bytes = { version = "1.6.0", features = ["serde"] }
cachelib = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
itertools = "0.11.0"
itertools = "0.12.1"
memcache = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
once_cell = "1.12"
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/common/rust/sql_ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ caching_ext = { version = "0.1.0", path = "../caching_ext" }
clientinfo = { version = "0.1.0", path = "../../../../scm/lib/clientinfo" }
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
maplit = "1.0"
memcache = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/derived_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ context = { version = "0.1.0", path = "../server/context" }
derived_data_manager = { version = "0.1.0", path = "manager" }
filestore = { version = "0.1.0", path = "../filestore" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
metaconfig_types = { version = "0.1.0", path = "../metaconfig/types" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ context = { version = "0.1.0", path = "../../server/context" }
derived_data_manager = { version = "0.1.0", path = "../manager" }
derived_data_service_if = { version = "0.1.0", path = "../remote/if" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
itertools = "0.11.0"
itertools = "0.12.1"
manifest = { version = "0.1.0", path = "../../manifest" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
skeleton_manifest = { version = "0.1.0", path = "../skeleton_manifest" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ context = { version = "0.1.0", path = "../../server/context" }
derived_data_manager = { version = "0.1.0", path = "../manager" }
derived_data_service_if = { version = "0.1.0", path = "../remote/if" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
manifest = { version = "0.1.0", path = "../../manifest" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/derived_data/deleted_manifest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ derived_data = { version = "0.1.0", path = ".." }
derived_data_manager = { version = "0.1.0", path = "../manager" }
derived_data_service_if = { version = "0.1.0", path = "../remote/if" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
itertools = "0.11.0"
itertools = "0.12.1"
manifest = { version = "0.1.0", path = "../../manifest" }
maplit = "1.0"
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/derived_data/filenodes_derivation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ derived_data_manager = { version = "0.1.0", path = "../manager" }
derived_data_service_if = { version = "0.1.0", path = "../remote/if" }
filenodes = { version = "0.1.0", path = "../../filenodes" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
itertools = "0.11.0"
itertools = "0.12.1"
manifest = { version = "0.1.0", path = "../../manifest" }
mercurial_derivation = { version = "0.1.0", path = "../mercurial_derivation" }
mercurial_types = { version = "0.1.0", path = "../../mercurial/types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/derived_data/skeleton_manifest_v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ context = { version = "0.1.0", path = "../../server/context" }
derived_data_manager = { version = "0.1.0", path = "../manager" }
derived_data_service_if = { version = "0.1.0", path = "../remote/if" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
manifest = { version = "0.1.0", path = "../../manifest" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rus
context = { version = "0.1.0", path = "../../server/context" }
derived_data_manager = { version = "0.1.0", path = "../manager" }
derived_data_service_if = { version = "0.1.0", path = "../remote/if" }
itertools = "0.11.0"
itertools = "0.12.1"
manifest = { version = "0.1.0", path = "../../manifest" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
skeleton_manifest = { version = "0.1.0", path = "../skeleton_manifest" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/edenapi_service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gotham_ext = { version = "0.1.0", path = "../gotham_ext" }
hooks = { version = "0.1.0", path = "../hooks" }
http = "0.2"
hyper = { version = "0.14.26", features = ["client", "http1", "http2", "stream"] }
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
lazy_static = "1.4"
manifest = { version = "0.1.0", path = "../manifest" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/features/history_traversal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fastlog = { version = "0.1.0", path = "../../derived_data/fastlog" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
futures-util = "0.3.30"
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
manifest = { version = "0.1.0", path = "../../manifest" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/filestore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ digest = "0.10"
edenapi_types = { version = "0.1.0", path = "../../scm/lib/edenapi/types" }
facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
itertools = "0.11.0"
itertools = "0.12.1"
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
pin-project = "0.4.30"
sha1 = "0.10.5"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/git/git_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ git_types_thrift = { version = "0.1.0", path = "if" }
gix-actor = { git = "https://github.com/pierrechevalier83/gitoxide", rev = "a080348c2fefb7a300ec80f4481617f870065589" }
gix-hash = { git = "https://github.com/pierrechevalier83/gitoxide", rev = "a080348c2fefb7a300ec80f4481617f870065589" }
gix-object = { git = "https://github.com/pierrechevalier83/gitoxide", rev = "a080348c2fefb7a300ec80f4481617f870065589" }
itertools = "0.11.0"
itertools = "0.12.1"
lazy_static = "1.4"
manifest = { version = "0.1.0", path = "../../manifest" }
megarepo_error = { version = "0.1.0", path = "../../megarepo_api/megarepo_error" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/git/gitexport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimen
git_symbolic_refs = { version = "0.1.0", path = "../../git_symbolic_refs" }
git_types = { version = "0.1.0", path = "../git_types" }
indicatif = { version = "0.17.6", features = ["futures", "improved_unicode", "rayon", "tokio"] }
itertools = "0.11.0"
itertools = "0.12.1"
maplit = "1.0"
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
mononoke_api = { version = "0.1.0", path = "../../mononoke_api" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/hgproto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async-stream = "0.3"
bytes = { version = "1.6.0", features = ["serde"] }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
hex = "0.4.3"
itertools = "0.11.0"
itertools = "0.12.1"
mercurial_bundles = { version = "0.1.0", path = "../mercurial/bundles" }
mercurial_types = { version = "0.1.0", path = "../mercurial/types" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/hooks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hook_manager = { version = "0.1.0", path = "../repo_attributes/hook_manager/hook
hyper = { version = "0.14.26", features = ["client", "http1", "http2", "stream"] }
hyper-tls = "0.5"
ipnetwork = "0.20.0"
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
lazy_static = "1.4"
manifest = { version = "0.1.0", path = "../manifest" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/manifest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rus
context = { version = "0.1.0", path = "../server/context" }
either = "1.5"
futures = { version = "0.3.30", features = ["async-await", "compat"] }
itertools = "0.11.0"
itertools = "0.12.1"
maplit = "1.0"
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
nonzero_ext = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/megarepo_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ context = { version = "0.1.0", path = "../server/context" }
filestore = { version = "0.1.0", path = "../filestore" }
fsnodes = { version = "0.1.0", path = "../derived_data/fsnodes" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
manifest = { version = "0.1.0", path = "../manifest" }
megarepo_config = { version = "0.1.0", path = "megarepo_config" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mercurial/bundles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ context = { version = "0.1.0", path = "../../server/context" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
futures_ext = { version = "0.1.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" }
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
lazy_static = "1.4"
maplit = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mercurial/mutation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
hg_mutation_entry_thrift = { version = "0.1.0", path = "if" }
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
memcache = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
mercurial_types = { version = "0.1.0", path = "../types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mercurial/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth
filestore = { version = "0.1.0", path = "../../filestore" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
futures_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
itertools = "0.11.0"
itertools = "0.12.1"
manifest = { version = "0.1.0", path = "../../manifest" }
mercurial_thrift = { version = "0.1.0", path = "if" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/metaconfig/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ascii = "1.0"
bookmarks_types = { version = "0.1.0", path = "../../bookmarks/bookmarks_types" }
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" }
itertools = "0.11.0"
itertools = "0.12.1"
metaconfig_types = { version = "0.1.0", path = "../types" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
nonzero_ext = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mononoke_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ gix-hash = { git = "https://github.com/pierrechevalier83/gitoxide", rev = "a0803
history_traversal = { version = "0.1.0", path = "../features/history_traversal" }
hook_manager = { version = "0.1.0", path = "../repo_attributes/hook_manager/hook_manager" }
hooks = { version = "0.1.0", path = "../hooks" }
itertools = "0.11.0"
itertools = "0.12.1"
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
lazy_static = "1.4"
live_commit_sync_config = { version = "0.1.0", path = "../commit_rewriting/live_commit_sync_config" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mononoke_cas_sync_job/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rus
futures = { version = "0.3.30", features = ["async-await", "compat"] }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
futures_watchdog = { version = "0.1.0", path = "../common/futures_watchdog" }
itertools = "0.11.0"
itertools = "0.12.1"
mercurial_derivation = { version = "0.1.0", path = "../derived_data/mercurial_derivation" }
metaconfig_types = { version = "0.1.0", path = "../metaconfig/types" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mononoke_hg_sync_job/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ gotham_ext = { version = "0.1.0", path = "../gotham_ext" }
http = "0.2"
hyper = { version = "0.14.26", features = ["client", "http1", "http2", "stream"] }
hyper-openssl = "0.9"
itertools = "0.11.0"
itertools = "0.12.1"
lfs_protocol = { version = "0.1.0", path = "../lfs_protocol" }
maplit = "1.0"
mercurial_bundles = { version = "0.1.0", path = "../mercurial/bundles" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mononoke_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth
futures = { version = "0.3.30", features = ["async-await", "compat"] }
gix-date = { git = "https://github.com/pierrechevalier83/gitoxide", rev = "a080348c2fefb7a300ec80f4481617f870065589" }
gix-hash = { git = "https://github.com/pierrechevalier83/gitoxide", rev = "a080348c2fefb7a300ec80f4481617f870065589" }
itertools = "0.11.0"
itertools = "0.12.1"
lazy_static = "1.4"
lfs_protocol = { version = "0.1.0", path = "../lfs_protocol" }
maplit = "1.0"
Expand Down
Loading

0 comments on commit 5fbcfb1

Please sign in to comment.