Skip to content

Commit b5b1055

Browse files
chore(deps): bump sqllogictest from 0.28.0 to 0.28.1 (#15788)
Bumps [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) from 0.28.0 to 0.28.1. - [Release notes](https://github.com/risinglightdb/sqllogictest-rs/releases) - [Changelog](https://github.com/risinglightdb/sqllogictest-rs/blob/main/CHANGELOG.md) - [Commits](risinglightdb/sqllogictest-rs@v0.28.0...v0.28.1) --- updated-dependencies: - dependency-name: sqllogictest dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 280997d commit b5b1055

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/sqllogictest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ postgres-types = { version = "0.2.8", features = ["derive", "with-chrono-0_4"],
5555
rust_decimal = { version = "1.37.1", features = ["tokio-pg"] }
5656
# When updating the following dependency verify that sqlite test file regeneration works correctly
5757
# by running the regenerate_sqlite_files.sh script.
58-
sqllogictest = "0.28.0"
58+
sqllogictest = "0.28.1"
5959
sqlparser = { workspace = true }
6060
tempfile = { workspace = true }
6161
testcontainers = { version = "0.23", features = ["default"], optional = true }

0 commit comments

Comments
 (0)