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

4
Cargo.lock generated
View File

@@ -27,7 +27,9 @@ dependencies = [
[[package]]
name = "allocator-api2"
version = "0.2.999"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
dependencies = [
"serde",
]