Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9f456b1

Browse files
authoredMay 21, 2024··
--- updated-dependencies: - dependency-name: mimalloc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 058781c commit 9f456b1

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.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ hyper = { version = "0.14.28", default-features = false, features = [
3434
ipext = "0.1.0"
3535
libsodium-sys-stable = "1.20.6"
3636
log = { version = "0.4.21", features = ["std", "release_max_level_debug"] }
37-
mimalloc = { version = "0.1.41", default-features = false }
37+
mimalloc = { version = "0.1.42", default-features = false }
3838
socket2 = "0.5.7"
3939
parking_lot = "0.12.2"
4040
rand = "0.8.5"

0 commit comments

Comments
 (0)
Please sign in to comment.