Skip to content

Commit f75462c

Browse files
chore(deps): bump libmimalloc-sys
Bumps the cargo-dependencies group with 1 update in the / directory: [libmimalloc-sys](https://github.com/purpleprotocol/mimalloc_rust). Updates `libmimalloc-sys` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases) - [Commits](purpleprotocol/mimalloc_rust@v0.1.40...v0.1.41) --- updated-dependencies: - dependency-name: libmimalloc-sys dependency-version: 0.1.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c3fa39 commit f75462c

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.

enclave/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ zeroize = { version = "=1.8.1", default-features = false, features = ["zeroize_d
2727

2828
[target.'cfg(target_env = "musl")'.dependencies]
2929
mimalloc = { version = "=0.1.44", default-features = false, features = ["secure"] }
30-
libmimalloc-sys = { version = "=0.1.40", default-features = false, features = ["extended"] }
30+
libmimalloc-sys = { version = "=0.1.41", default-features = false, features = ["extended"] }

0 commit comments

Comments
 (0)