This is an automated email from the ASF dual-hosted git repository.
dheres 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 27044a0 Dependency upgrades (#1148)
27044a0 is described below
commit 27044a05ad6172d78eee19d0ade600971bfb26b3
Author: Daniƫl Heres <[email protected]>
AuthorDate: Wed Oct 20 10:45:52 2021 +0200
Dependency upgrades (#1148)
---
ballista/rust/executor/Cargo.toml | 2 +-
ballista/rust/scheduler/Cargo.toml | 2 +-
benchmarks/Cargo.toml | 2 +-
datafusion-cli/Cargo.toml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ballista/rust/executor/Cargo.toml
b/ballista/rust/executor/Cargo.toml
index 231b05f..5d26f39 100644
--- a/ballista/rust/executor/Cargo.toml
+++ b/ballista/rust/executor/Cargo.toml
@@ -36,7 +36,7 @@ async-trait = "0.1.36"
ballista-core = { path = "../core", version = "0.6.0" }
configure_me = "0.4.0"
datafusion = { path = "../../../datafusion", version = "5.1.0" }
-env_logger = "0.8"
+env_logger = "0.9"
futures = "0.3"
log = "0.4"
snmalloc-rs = {version = "0.2", features= ["cache-friendly"], optional = true}
diff --git a/ballista/rust/scheduler/Cargo.toml
b/ballista/rust/scheduler/Cargo.toml
index c840772..10664f1 100644
--- a/ballista/rust/scheduler/Cargo.toml
+++ b/ballista/rust/scheduler/Cargo.toml
@@ -36,7 +36,7 @@ ballista-core = { path = "../core", version = "0.6.0" }
clap = "2"
configure_me = "0.4.0"
datafusion = { path = "../../../datafusion", version = "5.1.0" }
-env_logger = "0.8"
+env_logger = "0.9"
etcd-client = { version = "0.7", optional = true }
futures = "0.3"
http = "0.2"
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index 19a67a5..ce882f6 100644
--- a/benchmarks/Cargo.toml
+++ b/benchmarks/Cargo.toml
@@ -36,7 +36,7 @@ ballista = { path = "../ballista/rust/client" }
structopt = { version = "0.3", default-features = false }
tokio = { version = "^1.0", features = ["macros", "rt", "rt-multi-thread"] }
futures = "0.3"
-env_logger = "^0.8"
+env_logger = "0.9"
mimalloc = { version = "0.1", optional = true, default-features = false }
snmalloc-rs = {version = "0.2", optional = true, features= ["cache-friendly"] }
diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml
index 22196ca..8b7ac19 100644
--- a/datafusion-cli/Cargo.toml
+++ b/datafusion-cli/Cargo.toml
@@ -28,7 +28,7 @@ repository = "https://github.com/apache/arrow-datafusion"
[dependencies]
clap = "2.33"
-rustyline = "8.0"
+rustyline = "9.0"
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread",
"sync"] }
datafusion = { path = "../datafusion", version = "5.1.0" }
arrow = { version = "6.0.0" }