diff --git a/Cargo.lock b/Cargo.lock index 39a8df9..2d85751 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1430,7 +1430,7 @@ dependencies = [ [[package]] name = "regorus-mimalloc" -version = "2.2.6" +version = "2.2.7" dependencies = [ "regorus-mimalloc-sys", ] diff --git a/Cargo.toml b/Cargo.toml index 1b3e183..8c01e54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ rand = { version = "0.10.0", default-features = false, features = ["thread_rng"] msvc_spectre_libs = { version = "0.1", features = ["error"], optional = true } dashmap = { version = "6.1", default-features = false, optional = true } lru = { version = "0.16", default-features = false, optional = true } -mimalloc = { package = "regorus-mimalloc", path = "mimalloc", version = "2.2.6", optional = true } +mimalloc = { package = "regorus-mimalloc", path = "mimalloc", version = "2.2.7", optional = true } # rvm related deps indexmap = { version = "2.13.1", default-features = false, features = ["serde"], optional = true } diff --git a/mimalloc/Cargo.toml b/mimalloc/Cargo.toml index 76b168d..a3af2ef 100644 --- a/mimalloc/Cargo.toml +++ b/mimalloc/Cargo.toml @@ -2,7 +2,7 @@ name = "regorus-mimalloc" description = "Vendored mimalloc allocator for regorus" edition = "2021" -version = "2.2.6" +version = "2.2.7" license = "MIT" repository = "https://github.com/microsoft/regorus"