Skip to content

Commit

Permalink
Merge pull request #16 from 01mf02/dependabot/cargo/mimalloc-0.1.39
Browse files Browse the repository at this point in the history
Bump mimalloc from 0.1.34 to 0.1.39
  • Loading branch information
01mf02 authored Nov 13, 2024
2 parents ac771e9 + 992de8e commit 22bfbdf
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 22bfbdf

Please sign in to comment.