Skip to content

Commit b6031a6

Browse files
dependabot[bot]Dr-Emann
authored andcommitted
chore(deps): bump allocator-api2 from 0.3.1 to 0.4.0
Bumps [allocator-api2](https://github.com/zakarumych/allocator-api2) from 0.3.1 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>
1 parent ff5d144 commit b6031a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

croaring/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ criterion = { version = "0.8", features = ["html_reports"] }
2828

2929
[dependencies]
3030
# Support for allocators that use allocator-api2
31-
allocator-api2 = { version = "0.3.0", optional = true, default-features = false, features = ["alloc"] }
31+
allocator-api2 = { version = "0.4.0", optional = true, default-features = false, features = ["alloc"] }
3232
ffi = { package = "croaring-sys", path = "../croaring-sys", version = "4.4.0" }
3333

3434
[[bench]]

0 commit comments

Comments
 (0)