mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Bump mimalloc from 0.1.32 to 0.1.34 (#670)
Bumps [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) from 0.1.32 to 0.1.34. - [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases) - [Commits](https://github.com/purpleprotocol/mimalloc_rust/compare/v0.1.32...v0.1.34) --- 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>
This commit is contained in:
parent
94cabeb5d7
commit
e5d4c13d1b
2 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@ dirs = "4.0.0"
|
|||
fs-lock = { version = "0.1.0", path = "../fs-lock" }
|
||||
log = { version = "0.4.17", features = ["std"] }
|
||||
miette = "5.5.0"
|
||||
mimalloc = { version = "0.1.32", default-features = false, optional = true }
|
||||
mimalloc = { version = "0.1.34", default-features = false, optional = true }
|
||||
once_cell = "1.17.0"
|
||||
semver = "1.0.16"
|
||||
strum = "0.24.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue