You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by dh...@apache.org on 2023/11/09 10:01:50 UTC

(arrow-datafusion) branch main updated: Update sqllogictest requirement from 0.17.0 to 0.18.0 (#8102)

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

dheres 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 4512805c20 Update sqllogictest requirement from 0.17.0 to 0.18.0 (#8102)
4512805c20 is described below

commit 4512805c2087d1a5538afdaba9d2e2ca5347c90c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 9 11:01:43 2023 +0100

    Update sqllogictest requirement from 0.17.0 to 0.18.0 (#8102)
    
    Updates the requirements on [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) to permit the latest version.
    - [Release notes](https://github.com/risinglightdb/sqllogictest-rs/releases)
    - [Changelog](https://github.com/risinglightdb/sqllogictest-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/risinglightdb/sqllogictest-rs/compare/v0.17.0...v0.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: sqllogictest
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 datafusion/sqllogictest/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/sqllogictest/Cargo.toml b/datafusion/sqllogictest/Cargo.toml
index d27e88274f..4caec0e84b 100644
--- a/datafusion/sqllogictest/Cargo.toml
+++ b/datafusion/sqllogictest/Cargo.toml
@@ -46,7 +46,7 @@ object_store = { workspace = true }
 postgres-protocol = { version = "0.6.4", optional = true }
 postgres-types = { version = "0.2.4", optional = true }
 rust_decimal = { version = "1.27.0" }
-sqllogictest = "0.17.0"
+sqllogictest = "0.18.0"
 sqlparser = { workspace = true }
 tempfile = { workspace = true }
 thiserror = { workspace = true }