Skip to content

Commit 9d251ca

Browse files
committed
Raise minimum mimalloc version
Secure mode is no longer default as of mimalloc 0.1.38.
1 parent 1348036 commit 9d251ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ flate2 = "1.0.14"
2020
git-testament = "0.2.0"
2121
indexmap = "2.7.1"
2222
interval-tree = { git = "https://github.com/zaeleus/interval-tree.git", rev = "e303d7254d53de5c418d6079d4b66c30c10958d4" }
23-
mimalloc = { version = "0.1.26", default-features = false }
23+
mimalloc = "0.1.43"
2424
noodles = { version = "0.93.0", features = ["bam", "bgzf", "core", "gff", "sam"] }
2525
noodles-bgzf = { version = "0.36.0", features = ["libdeflate"] }
2626
thiserror = "2.0.11"

0 commit comments

Comments
 (0)