build(deps): bump allocator-api2-tests from 0.2.14 to 0.2.15

Bumps [allocator-api2-tests](https://github.com/zakarumych/allocator-api2) from 0.2.14 to 0.2.15.
- [Changelog](https://github.com/zakarumych/allocator-api2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zakarumych/allocator-api2/compare/v0.2.14...v0.2.15)

---
updated-dependencies:
- dependency-name: allocator-api2-tests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-12 23:57:16 +00:00
committed by Karolin Varner
parent 4b849a4fe4
commit 96de84e68f
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -39,15 +39,15 @@ dependencies = [
[[package]]
name = "allocator-api2"
version = "0.2.14"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4f263788a35611fba42eb41ff811c5d0360c58b97402570312a350736e2542e"
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
[[package]]
name = "allocator-api2-tests"
version = "0.2.14"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6d832cc75b9841b21c847420f1334645387f088324f34eac923a98efa3d89"
checksum = "3f3efb93c1e2a22a828c2b16f7276bb7ae198bbf60c78d297a6f3b373f7d22e6"
dependencies = [
"allocator-api2",
]

View File

@@ -44,7 +44,7 @@ env_logger = "0.10.2"
toml = "0.7.8"
static_assertions = "1.1.0"
allocator-api2 = "0.2.14"
allocator-api2-tests = "0.2.14"
allocator-api2-tests = "0.2.15"
memsec = "0.6.3"
rand = "0.8.5"
typenum = "1.17.0"