Bump mimalloc dependency to 0.1.46

This commit is contained in:
PThorpe92
2025-04-29 10:43:46 -04:00
parent f581d1de3a
commit 7a3d949bd1

View File

@@ -37,7 +37,7 @@ polling = "3.7.4"
rustix = "1.0.5"
[target.'cfg(not(target_family = "wasm"))'.dependencies]
mimalloc = { version = "0.1", default-features = false }
mimalloc = { version = "0.1.46", default-features = false }
libloading = "0.8.6"
[dependencies]