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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-09 23:13:48 +00:00
committed by GitHub
parent 273c5a1cc9
commit e9b744d04a
2 changed files with 9 additions and 3 deletions
Generated
+8 -2
View File
@@ -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",
+1 -1
View File
@@ -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",
] }