Skip to content

Commit 4b56f44

Browse files
update itertools: 13.0.0 -> 14.0.0
Summary: [Changes](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) to be aware of, with [971](rust-itertools/itertools#971) as my favourite: {F1974159737} Differential Revision: D67751950 fbshipit-source-id: d5e39b7c685840b40aa7ba1b5015e8ccaea32b72
1 parent 62cef7c commit 4b56f44

File tree

52 files changed

+52
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+52
-52
lines changed

eden/mononoke/blobstore/multiplexedblob/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "
1616
context = { version = "0.1.0", path = "../../server/context" }
1717
futures = { version = "0.3.30", features = ["async-await", "compat"] }
1818
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
19-
itertools = "0.13.0"
19+
itertools = "0.14.0"
2020
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
2121
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
2222
once_cell = "1.12"

eden/mononoke/blobstore_healer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ context = { version = "0.1.0", path = "../server/context" }
2626
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2727
futures = { version = "0.3.30", features = ["async-await", "compat"] }
2828
futures_03_ext = { package = "futures_ext", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
29-
itertools = "0.13.0"
29+
itertools = "0.14.0"
3030
metaconfig_types = { version = "0.1.0", path = "../metaconfig/types" }
3131
mononoke_app = { version = "0.1.0", path = "../cmdlib/mononoke_app" }
3232
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }

eden/mononoke/bookmarks/bookmarks_movement/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ futures_ext = { version = "0.1.0", git = "https://github.com/facebookexperimenta
2828
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2929
git_source_of_truth = { version = "0.1.0", path = "../../git_source_of_truth" }
3030
hooks = { version = "0.1.0", path = "../../hooks" }
31-
itertools = "0.13.0"
31+
itertools = "0.14.0"
3232
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
3333
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
3434
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }

eden/mononoke/bookmarks/warm_bookmarks_cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] }
3333
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
3434
futures_watchdog = { version = "0.1.0", path = "../../common/futures_watchdog" }
3535
git_types = { version = "0.1.0", path = "../../git/git_types" }
36-
itertools = "0.13.0"
36+
itertools = "0.14.0"
3737
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
3838
lock_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
3939
mercurial_derivation = { version = "0.1.0", path = "../../derived_data/mercurial_derivation" }

eden/mononoke/cmdlib/mononoke_app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust
3333
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
3434
futures = { version = "0.3.30", features = ["async-await", "compat"] }
3535
futures-util = "0.3.30"
36-
itertools = "0.13.0"
36+
itertools = "0.14.0"
3737
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
3838
megarepo_config = { version = "0.1.0", path = "../../megarepo_api/megarepo_config" }
3939
memcache = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

eden/mononoke/commit_rewriting/cross_repo_sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fsnodes = { version = "0.1.0", path = "../../derived_data/fsnodes" }
4444
futures = { version = "0.3.30", features = ["async-await", "compat"] }
4545
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
4646
git_types = { version = "0.1.0", path = "../../git/git_types" }
47-
itertools = "0.13.0"
47+
itertools = "0.14.0"
4848
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
4949
live_commit_sync_config = { version = "0.1.0", path = "../live_commit_sync_config" }
5050
manifest = { version = "0.1.0", path = "../../manifest" }

eden/mononoke/commit_rewriting/megarepo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ filenodes = { version = "0.1.0", path = "../../filenodes" }
3737
filestore = { version = "0.1.0", path = "../../filestore" }
3838
fsnodes = { version = "0.1.0", path = "../../derived_data/fsnodes" }
3939
futures = { version = "0.3.30", features = ["async-await", "compat"] }
40-
itertools = "0.13.0"
40+
itertools = "0.14.0"
4141
live_commit_sync_config = { version = "0.1.0", path = "../live_commit_sync_config" }
4242
manifest = { version = "0.1.0", path = "../../manifest" }
4343
maplit = "1.0"

eden/mononoke/commit_rewriting/synced_commit_mapping/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ context = { version = "0.1.0", path = "../../server/context" }
2323
dashmap = { version = "5.5.3", features = ["rayon", "serde"] }
2424
facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2525
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
26-
itertools = "0.13.0"
26+
itertools = "0.14.0"
2727
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2828
memcache = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2929
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }

eden/mononoke/common/rust/caching_ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bytes = { version = "1.6.0", features = ["serde"] }
1515
cachelib = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
1616
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
1717
futures = { version = "0.3.30", features = ["async-await", "compat"] }
18-
itertools = "0.13.0"
18+
itertools = "0.14.0"
1919
memcache = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2020
once_cell = "1.12"
2121
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

eden/mononoke/common/rust/sql_ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bytes = { version = "1.6.0", features = ["serde"] }
1919
caching_ext = { version = "0.1.0", path = "../caching_ext" }
2020
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2121
futures = { version = "0.3.30", features = ["async-await", "compat"] }
22-
itertools = "0.13.0"
22+
itertools = "0.14.0"
2323
justknobs = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2424
maplit = "1.0"
2525
memcache = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

0 commit comments

Comments
 (0)