chore(deps): bump allocator-api2-tests from 0.2.15 to 0.3.1

Bumps [allocator-api2-tests](https://github.com/zakarumych/allocator-api2) from 0.2.15 to 0.3.1.
- [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-tests
  dependency-version: 0.3.1
  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:14:02 +00:00
committed by GitHub
parent 273c5a1cc9
commit e2d9c12b4f
2 changed files with 12 additions and 6 deletions
Generated
+11 -5
View File
@@ -53,12 +53,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
[[package]]
name = "allocator-api2-tests"
version = "0.2.15"
name = "allocator-api2"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f3efb93c1e2a22a828c2b16f7276bb7ae198bbf60c78d297a6f3b373f7d22e6"
checksum = "c583acf993cf4245c4acb0a2cc2ab1f9cc097de73411bb6d3647ff6af2b1013d"
[[package]]
name = "allocator-api2-tests"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2277ca94b6a6fec01ae765ad46fd99a117e8ac92e10c191e2b07b4ce36c01e5"
dependencies = [
"allocator-api2",
"allocator-api2 0.3.1",
]
[[package]]
@@ -2082,7 +2088,7 @@ dependencies = [
name = "rosenpass-secret-memory"
version = "0.1.0"
dependencies = [
"allocator-api2",
"allocator-api2 0.2.18",
"allocator-api2-tests",
"anyhow",
"assert_tv",
+1 -1
View File
@@ -88,7 +88,7 @@ stacker = "0.1.21"
libfuzzer-sys = "0.4"
test_bin = "0.5.0"
criterion = "0.8.2"
allocator-api2-tests = "0.2.15"
allocator-api2-tests = "0.3.1"
procspawn = { version = "1.0.1", features = ["test-support"] }
serde_json = { version = "1.0.140" }