Bug 1961207 - build(rust): shim-upgrade itertools 0.10.0 → 0.14.0 r=supply-chain-reviewers,glandium

Differential Revision: https://phabricator.services.mozilla.com/D245935
This commit is contained in:
Erich Gubler
2025-04-22 12:03:45 +00:00
parent e08dd3ac94
commit d58d10bee0
85 changed files with 10016 additions and 3802 deletions

View File

@@ -220,6 +220,9 @@ ron = { path = "build/rust/ron" }
# Patch `strum` 0.26.* to 0.27.
strum = { path = "build/rust/strum" }
# Patch `itertools` 0.10.* to 0.14.
itertools = { path = "build/rust/itertools" }
# Overrides to allow easier use of common internal crates.
moz_asserts = { path = "mozglue/static/rust/moz_asserts" }