Bug 1947920 - build(rust): shim-upgrade hashbrown 0.14.5 → 0.15.2, upgrade indexmap 2.5.0 → 2.8.0 r=glandium,supply-chain-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D239687
This commit is contained in:
Erich Gubler
2025-04-08 20:49:59 +00:00
parent dd96a6385d
commit 3826e3b939
93 changed files with 7728 additions and 10391 deletions

View File

@@ -183,8 +183,11 @@ rustc-hash = { path = "build/rust/rustc-hash" }
# Patch memoffset from 0.8.0 to 0.9.0 since it's compatible and it avoids duplication
memoffset = { path = "build/rust/memoffset" }
# Patch `hashbrown` 0.12.* to depend on 0.14.*
hashbrown = { path = "build/rust/hashbrown" }
# Patch `hashbrown` 0.13.* to depend on 0.15.*
hashbrown_0_13 = { package = "hashbrown", path = "build/rust/hashbrown-0.13" }
# Patch `hashbrown` 0.14.* to depend on 0.15.*
hashbrown_0_14 = { package = "hashbrown", path = "build/rust/hashbrown" }
# Patch `socket2` 0.4 to 0.5
socket2 = { path = "build/rust/socket2" }