This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new f3f8bc6f8 Update ctor requirement from 0.1.22 to 0.2.0 (#5752)
f3f8bc6f8 is described below
commit f3f8bc6f891e74a0314a6dd2fa9908545cdc26a0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 31 10:28:31 2023 -0400
Update ctor requirement from 0.1.22 to 0.2.0 (#5752)
Updates the requirements on [ctor](https://github.com/mmastrac/rust-ctor)
to permit the latest version.
- [Release notes](https://github.com/mmastrac/rust-ctor/releases)
- [Commits](https://github.com/mmastrac/rust-ctor/commits)
---
updated-dependencies:
- dependency-name: ctor
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
datafusion/core/Cargo.toml | 2 +-
datafusion/expr/Cargo.toml | 2 +-
datafusion/optimizer/Cargo.toml | 2 +-
datafusion/sql/Cargo.toml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml
index 72490e7b8..d0099b330 100644
--- a/datafusion/core/Cargo.toml
+++ b/datafusion/core/Cargo.toml
@@ -109,7 +109,7 @@ async-trait = "0.1.53"
bigdecimal = "0.3.0"
criterion = "0.4"
csv = "1.1.6"
-ctor = "0.1.22"
+ctor = "0.2.0"
doc-comment = "0.3"
env_logger = "0.10"
half = "2.2.1"
diff --git a/datafusion/expr/Cargo.toml b/datafusion/expr/Cargo.toml
index 586c90f02..7ca2dd74d 100644
--- a/datafusion/expr/Cargo.toml
+++ b/datafusion/expr/Cargo.toml
@@ -41,5 +41,5 @@ datafusion-common = { path = "../common", version = "21.0.0" }
sqlparser = "0.32"
[dev-dependencies]
-ctor = "0.1.22"
+ctor = "0.2.0"
env_logger = "0.10"
diff --git a/datafusion/optimizer/Cargo.toml b/datafusion/optimizer/Cargo.toml
index d647a5a13..9887292f7 100644
--- a/datafusion/optimizer/Cargo.toml
+++ b/datafusion/optimizer/Cargo.toml
@@ -52,6 +52,6 @@ log = "^0.4"
regex-syntax = "0.6.28"
[dev-dependencies]
-ctor = "0.1.22"
+ctor = "0.2.0"
datafusion-sql = { path = "../sql", version = "21.0.0" }
env_logger = "0.10.0"
diff --git a/datafusion/sql/Cargo.toml b/datafusion/sql/Cargo.toml
index b5cb6aec5..62b706b91 100644
--- a/datafusion/sql/Cargo.toml
+++ b/datafusion/sql/Cargo.toml
@@ -44,6 +44,6 @@ log = "^0.4"
sqlparser = "0.32"
[dev-dependencies]
-ctor = "0.1.22"
+ctor = "0.2.0"
env_logger = "0.10"
rstest = "0.17"