Skip to content

Commit 23a4c5d

Browse files
Bump mimalloc from 0.1.30 to 0.1.31 (rust-lang#519)
Bumps [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) from 0.1.30 to 0.1.31. - [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases) - [Commits](purpleprotocol/mimalloc_rust@v0.1.30...v0.1.31) --- updated-dependencies: - dependency-name: mimalloc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18d5251 commit 23a4c5d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ crates_io_api = { version = "0.8.1", default-features = false }
2828
dirs = "4.0.0"
2929
log = "0.4.17"
3030
miette = "5.4.1"
31-
mimalloc = { version = "0.1.30", default-features = false, optional = true }
31+
mimalloc = { version = "0.1.31", default-features = false, optional = true }
3232
semver = "1.0.14"
3333
simplelog = "0.12.0"
3434
tempfile = "3.3.0"

0 commit comments

Comments
 (0)