Bug 1982003 - Upgrade allocator-api2 to 0.2.21. a=RyanVM

The issue that made us fork the crate locally was actually fixed
upstream in 0.2.21.

Original Revision: https://phabricator.services.mozilla.com/D264361

Differential Revision: https://phabricator.services.mozilla.com/D264536
This commit is contained in:
Mike Hommey
2025-09-25 19:54:59 +00:00
committed by rvandermeulen@mozilla.com
parent 713f5caf2d
commit 40dc24686f
17 changed files with 342 additions and 132 deletions

View File

@@ -275,5 +275,3 @@ sync15 = { git = "https://github.com/mozilla/application-services", rev = "9b46b
tabs = { git = "https://github.com/mozilla/application-services", rev = "9b46be5beedb6a1d859014a71bac58e2d722f954" }
viaduct = { git = "https://github.com/mozilla/application-services", rev = "9b46be5beedb6a1d859014a71bac58e2d722f954" }
webext-storage = { git = "https://github.com/mozilla/application-services", rev = "9b46be5beedb6a1d859014a71bac58e2d722f954" }
allocator-api2 = { path = "third_party/rust/allocator-api2" }