This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 89d014321 Update snmalloc-rs requirement from 0.2 to 0.3 (#2663)
89d014321 is described below
commit 89d0143216abe65ec1bd40277b74660dc4fb4bd6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 31 12:54:25 2022 +0100
Update snmalloc-rs requirement from 0.2 to 0.3 (#2663)
Updates the requirements on
[snmalloc-rs](https://github.com/SchrodingerZhu/snmalloc-rs) to permit the
latest version.
- [Release notes](https://github.com/SchrodingerZhu/snmalloc-rs/releases)
-
[Changelog](https://github.com/SchrodingerZhu/snmalloc-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SchrodingerZhu/snmalloc-rs/commits)
---
updated-dependencies:
- dependency-name: snmalloc-rs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
benchmarks/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index a42847c89..3dd9bcbde 100644
--- a/benchmarks/Cargo.toml
+++ b/benchmarks/Cargo.toml
@@ -40,6 +40,6 @@ num_cpus = "1.13.0"
rand = "0.8.4"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.78"
-snmalloc-rs = { version = "0.2", optional = true }
+snmalloc-rs = { version = "0.3", optional = true }
structopt = { version = "0.3", default-features = false }
tokio = { version = "^1.0", features = ["macros", "rt", "rt-multi-thread",
"parking_lot"] }