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 7100a4c5b5 Update sqllogictest requirement from 0.16.0 to 0.17.0 
(#7606)
7100a4c5b5 is described below

commit 7100a4c5b53d10669dcbb3b5a6768597ecd41ed7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 20 06:32:46 2023 -0400

    Update sqllogictest requirement from 0.16.0 to 0.17.0 (#7606)
    
    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.16.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: sqllogictest
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@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 395135b55b..1887fb35f5 100644
--- a/datafusion/sqllogictest/Cargo.toml
+++ b/datafusion/sqllogictest/Cargo.toml
@@ -41,7 +41,7 @@ itertools = "0.11"
 object_store = "0.7.0"
 rust_decimal = {version = "1.27.0"}
 log = "^0.4"
-sqllogictest = "0.16.0"
+sqllogictest = "0.17.0"
 sqlparser.workspace = true
 tempfile = "3"
 thiserror = "1.0.44"

Reply via email to