This is an automated email from the ASF dual-hosted git repository.
viirya pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git
The following commit(s) were added to refs/heads/main by this push:
new c574d68 build(deps): bump mimalloc from 0.1.38 to 0.1.39 (#502)
c574d68 is described below
commit c574d684f5ac244bf2a8b813f67ce8642babf10f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 20 09:43:49 2023 -0700
build(deps): bump mimalloc from 0.1.38 to 0.1.39 (#502)
Bumps [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) from
0.1.38 to 0.1.39.
- [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases)
-
[Commits](https://github.com/purpleprotocol/mimalloc_rust/compare/v0.1.38...v0.1.39)
---
updated-dependencies:
- dependency-name: mimalloc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index c7113ff..8fb2447 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1542,9 +1542,9 @@ checksum =
"f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
[[package]]
name = "libmimalloc-sys"
-version = "0.1.34"
+version = "0.1.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25d058a81af0d1c22d7a1c948576bee6d673f7af3c0f35564abd6c81122f513d"
+checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664"
dependencies = [
"cc",
"libc",
@@ -1641,9 +1641,9 @@ dependencies = [
[[package]]
name = "mimalloc"
-version = "0.1.38"
+version = "0.1.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "972e5f23f6716f62665760b0f4cbf592576a80c7b879ba9beaafc0e558894127"
+checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c"
dependencies = [
"libmimalloc-sys",
]