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/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new f8c9b8f099 chore(deps): bump sqllogictest from 0.27.2 to 0.28.0
(#15060)
f8c9b8f099 is described below
commit f8c9b8f0991c1b96a672b975ea0b9bb6d2047624
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 7 18:53:22 2025 -0500
chore(deps): bump sqllogictest from 0.27.2 to 0.28.0 (#15060)
Bumps [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) from
0.27.2 to 0.28.0.
- [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.27.2...v0.28.0)
---
updated-dependencies:
- dependency-name: sqllogictest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Lamb <[email protected]>
---
Cargo.lock | 4 ++--
datafusion/sqllogictest/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 986d66cbd2..a5491d1547 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5693,9 +5693,9 @@ dependencies = [
[[package]]
name = "sqllogictest"
-version = "0.27.2"
+version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6f1c93848602f92e5925690d4805ccbc1ccdb61bee7d4ae79ad6862b542a539c"
+checksum = "17b2f0b80fc250ed3fdd82fc88c0ada5ad62ee1ed5314ac5474acfa52082f518"
dependencies = [
"async-trait",
"educe",
diff --git a/datafusion/sqllogictest/Cargo.toml
b/datafusion/sqllogictest/Cargo.toml
index 33abe77032..8c3ed1ebc8 100644
--- a/datafusion/sqllogictest/Cargo.toml
+++ b/datafusion/sqllogictest/Cargo.toml
@@ -55,7 +55,7 @@ postgres-types = { version = "0.2.8", features = ["derive",
"with-chrono-0_4"],
rust_decimal = { version = "1.36.0", features = ["tokio-pg"] }
# When updating the following dependency verify that sqlite test file
regeneration works correctly
# by running the regenerate_sqlite_files.sh script.
-sqllogictest = "0.27.2"
+sqllogictest = "0.28.0"
sqlparser = { workspace = true }
tempfile = { workspace = true }
testcontainers = { version = "0.23", features = ["default"], optional = true }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]