You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/06/03 13:06:20 UTC

[arrow-ballista] branch master updated: Update snmalloc-rs requirement from 0.2 to 0.3 (#55)

This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e78b8ec Update snmalloc-rs requirement from 0.2 to 0.3 (#55)
9e78b8ec is described below

commit 9e78b8ecd55cc3e9d46387c87098c4e6625294eb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 3 07:06:15 2022 -0600

    Update snmalloc-rs requirement from 0.2 to 0.3 (#55)
    
    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] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 ballista/rust/executor/Cargo.toml | 2 +-
 benchmarks/Cargo.toml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ballista/rust/executor/Cargo.toml b/ballista/rust/executor/Cargo.toml
index 653b2d98..842974a1 100644
--- a/ballista/rust/executor/Cargo.toml
+++ b/ballista/rust/executor/Cargo.toml
@@ -46,7 +46,7 @@ futures = "0.3"
 hyper = "0.14.4"
 log = "0.4"
 parking_lot = "0.12"
-snmalloc-rs = { version = "0.2", optional = true }
+snmalloc-rs = { version = "0.3", optional = true }
 tempfile = "3"
 tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "parking_lot"] }
 tokio-stream = { version = "0.1", features = ["net"] }
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index d59053af..5e6c2256 100644
--- a/benchmarks/Cargo.toml
+++ b/benchmarks/Cargo.toml
@@ -41,7 +41,7 @@ num_cpus = "1.13.0"
 rand = "0.8.4"
 serde = "1.0.136"
 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"] }