Skip to content

Commit 939621f

Browse files
chore(deps): bump sqllogictest from 0.29.0 to 0.29.1 (#20405)
Bumps [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) from 0.29.0 to 0.29.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/risinglightdb/sqllogictest-rs/releases">sqllogictest's releases</a>.</em></p> <blockquote> <h2>v0.29.1</h2> <h2>[0.29.1] - 2026-02-13</h2> <ul> <li>parser/runner: Add <code>let</code> record for binding query results to variables.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/risinglightdb/sqllogictest-rs/blob/main/CHANGELOG.md">sqllogictest's changelog</a>.</em></p> <blockquote> <h2>[0.29.1] - 2026-02-13</h2> <ul> <li>parser/runner: Add <code>let</code> record for binding query results to variables.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/risinglightdb/sqllogictest-rs/commit/ebab8dae6d6655e86a4793c70246df6fbaa80ecb"><code>ebab8da</code></a> chore: bump version to v0.29.1 (<a href="https://redirect.github.com/risinglightdb/sqllogictest-rs/issues/280">#280</a>)</li> <li><a href="https://github.com/risinglightdb/sqllogictest-rs/commit/18a6169dce73fb9a1536a60d89d09b25584d8fbc"><code>18a6169</code></a> feat(parser,runner): add <code>let</code> record for binding query results to variables ...</li> <li>See full diff in <a href="https://github.com/risinglightdb/sqllogictest-rs/compare/v0.29.0...v0.29.1">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | sqllogictest | [>= 0.25.a, < 0.26] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqllogictest&package-manager=cargo&previous-version=0.29.0&new-version=0.29.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8336355 commit 939621f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -58,7 +58,7 @@ object_store = { workspace = true }
5858
postgres-types = { version = "0.2.12", features = ["derive", "with-chrono-0_4"], optional = true }
5959
# When updating the following dependency verify that sqlite test file regeneration works correctly
6060
# by running the regenerate_sqlite_files.sh script.
61-
sqllogictest = "0.29.0"
61+
sqllogictest = "0.29.1"
6262
sqlparser = { workspace = true }
6363
tempfile = { workspace = true }
6464
testcontainers-modules = { workspace = true, features = ["postgres"], optional = true }

0 commit comments

Comments
 (0)