From e9b744d04aa8f6d3d9ca824b0f9f3caa7f7f26ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:13:48 +0000 Subject: [PATCH] chore(deps): bump allocator-api2 from 0.2.18 to 0.4.0 Bumps [allocator-api2](https://github.com/zakarumych/allocator-api2) from 0.2.18 to 0.4.0. - [Changelog](https://github.com/zakarumych/allocator-api2/blob/main/CHANGELOG.md) - [Commits](https://github.com/zakarumych/allocator-api2/commits) --- updated-dependencies: - dependency-name: allocator-api2 dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ea5d5d7..193fe5c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,13 +52,19 @@ version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" +[[package]] +name = "allocator-api2" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c880a97d28a3681c0267bd29cff89621202715b065127cd445fa0f0fe0aa2880" + [[package]] name = "allocator-api2-tests" version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f3efb93c1e2a22a828c2b16f7276bb7ae198bbf60c78d297a6f3b373f7d22e6" dependencies = [ - "allocator-api2", + "allocator-api2 0.2.18", ] [[package]] @@ -2082,7 +2088,7 @@ dependencies = [ name = "rosenpass-secret-memory" version = "0.1.0" dependencies = [ - "allocator-api2", + "allocator-api2 0.4.0", "allocator-api2-tests", "anyhow", "assert_tv", diff --git a/Cargo.toml b/Cargo.toml index 3159791c..dfc1af57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ paste = "1.0.15" env_logger = "0.11.10" toml = "1.1.2" static_assertions = "1.1.0" -allocator-api2 = "0.2.14" +allocator-api2 = "0.4.0" memsec = { git = "https://github.com/rosenpass/memsec.git", rev = "aceb9baee8aec6844125bd6612f92e9a281373df", features = [ "alloc_ext", ] }