mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Bump mimalloc from 0.1.29 to 0.1.30 (#484)
Bumps [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) from 0.1.29 to 0.1.30. - [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases) - [Commits](https://github.com/purpleprotocol/mimalloc_rust/compare/v0.1.29...v0.1.30) --- 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
394425565a
commit
71ef2f6ed3
2 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ crates_io_api = { version = "0.8.1", default-features = false }
|
|||
dirs = "4.0.0"
|
||||
log = "0.4.17"
|
||||
miette = "5.3.0"
|
||||
mimalloc = { version = "0.1.29", default-features = false, optional = true }
|
||||
mimalloc = { version = "0.1.30", default-features = false, optional = true }
|
||||
semver = "1.0.14"
|
||||
simplelog = "0.12.0"
|
||||
tempfile = "3.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue