Skip to content

Commit e5f3179

Browse files
dependabot[bot]PtPrashantTripathi
authored andcommitted
Bump mimalloc from 0.1.34 to 0.1.39 in the cargo group (#42)
Bumps the cargo group with 1 update: [mimalloc](https://github.com/purpleprotocol/mimalloc_rust). Updates `mimalloc` from 0.1.34 to 0.1.39 - [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases) - [Commits](purpleprotocol/mimalloc_rust@v0.1.34...v0.1.39) --- updated-dependencies: - dependency-name: mimalloc dependency-version: 0.1.39 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96d390d commit e5f3179

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

core/Cargo.toml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "2.0.6"
44
edition = "2021"
55

66
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
7-
mimalloc = { version = "0.1.27", default-features = false }
7+
mimalloc = { version = "0.1.39", default-features = false }
88

99
[target.'cfg(target_arch = "wasm32")'.dependencies]
1010
web-sys = { version = "0.3.37", features = ["console"] }

0 commit comments

Comments
 (0)