You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/06/12 10:23:28 UTC

[arrow-datafusion] branch main updated: chore(deps): update sqllogictest requirement from 0.13.2 to 0.14.0 (#6646)

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 2467226aca chore(deps): update sqllogictest requirement from 0.13.2 to 0.14.0 (#6646)
2467226aca is described below

commit 2467226aca23a86f02c547aa66670a7d3f297474
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 12 06:23:22 2023 -0400

    chore(deps): update sqllogictest requirement from 0.13.2 to 0.14.0 (#6646)
    
    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.13.2...v0.14.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/core/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml
index 65d203eca6..c0fe97f4a3 100644
--- a/datafusion/core/Cargo.toml
+++ b/datafusion/core/Cargo.toml
@@ -108,7 +108,7 @@ postgres-protocol = "0.6.4"
 postgres-types = { version = "0.2.4", features = ["derive", "with-chrono-0_4"] }
 rstest = "0.17.0"
 rust_decimal = { version = "1.27.0", features = ["tokio-pg"] }
-sqllogictest = "0.13.2"
+sqllogictest = "0.14.0"
 test-utils = { path = "../../test-utils" }
 thiserror = "1.0.37"
 tokio-postgres = "0.7.7"