From da264d5c75caecf985f02ab44feda7183ed190b1 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 03:26:34 +0000 Subject: [PATCH] Update Rust crate allocator-api2 to 0.4.0 --- Cargo.lock | 16 +++++++++++----- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7226f9fb..88c8741c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,6 +17,12 @@ version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" +[[package]] +name = "allocator-api2" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c880a97d28a3681c0267bd29cff89621202715b065127cd445fa0f0fe0aa2880" + [[package]] name = "anes" version = "0.1.6" @@ -58,7 +64,7 @@ version = "3.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" dependencies = [ - "allocator-api2", + "allocator-api2 0.2.21", ] [[package]] @@ -321,7 +327,7 @@ version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" dependencies = [ - "allocator-api2", + "allocator-api2 0.2.21", "equivalent", "foldhash 0.1.5", ] @@ -332,7 +338,7 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" dependencies = [ - "allocator-api2", + "allocator-api2 0.2.21", ] [[package]] @@ -347,7 +353,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "542733215a252c27c674e5d875a910d7de509cb74123d0bdbaa050f871ec84c2" dependencies = [ - "allocator-api2", + "allocator-api2 0.2.21", "libc", "sptr", ] @@ -356,7 +362,7 @@ dependencies = [ name = "iddqd" version = "0.4.0" dependencies = [ - "allocator-api2", + "allocator-api2 0.4.0", "daft", "equivalent", "expectorate", diff --git a/Cargo.toml b/Cargo.toml index 75292176..bb68ec0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ undocumented_unsafe_blocks = { level = "warn" } unexpected_cfgs = { level = "warn", check-cfg = ["cfg(doc_cfg)"] } [workspace.dependencies] -allocator-api2 = { version = "0.2.21", default-features = false, features = ["alloc"] } +allocator-api2 = { version = "0.4.0", default-features = false, features = ["alloc"] } bumpalo = { version = "3.19.0", features = ["allocator-api2", "collections"] } criterion = "0.7.0" daft = { version = "0.1.5", default-features = false }