Skip to content

Commit

Permalink
Bump mimalloc from 0.1.34 to 0.1.39
Browse files Browse the repository at this point in the history
Bumps [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) from 0.1.34 to 0.1.39.
- [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases)
- [Commits](purpleprotocol/mimalloc_rust@v0.1.34...v0.1.39)

---
updated-dependencies:
- dependency-name: mimalloc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent ac771e9 commit 992de8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kocheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default = ["mimalloc"]
clap = { version = "4.0.0", features = ["derive"] }
colosseum = "0.2.2"
flume = { version = "0.10.12", default-features = false }
mimalloc = { version = "0.1.29", default-features = false, optional = true }
mimalloc = { version = "0.1.39", default-features = false, optional = true }
kontroli = { version = "0.4.0", path = "../kontroli" }
log = "0.4.17"
env_logger = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion kofmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ default = ["mimalloc"]
clap = { version = "4.0.0", features = ["derive"] }
dedukti-parse = { version = "0.3.1", path = "../dedukti-parse" }
env_logger = "0.9.0"
mimalloc = { version = "0.1.29", default-features = false, optional = true }
mimalloc = { version = "0.1.39", default-features = false, optional = true }
log = "0.4.17"
logos = "0.12"

0 comments on commit 992de8e

Please sign in to comment.