Skip to content

deps(core): bump the all group across 1 directory with 2 updates#2225

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/core/wren-core/all-c5d9f03e5c
Open

deps(core): bump the all group across 1 directory with 2 updates#2225
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/core/wren-core/all-c5d9f03e5c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Updates the requirements on sqllogictest and object_store to permit the latest version.
Updates sqllogictest to 0.29.1

Release notes

Sourced from sqllogictest's releases.

v0.29.1

[0.29.1] - 2026-02-13

  • parser/runner: Add let record for binding query results to variables.
Changelog

Sourced from sqllogictest's changelog.

[0.29.1] - 2026-02-13

  • parser/runner: Add let record for binding query results to variables.

[0.29.0] - 2025-12-19

  • parser/runner: Support matching expected failures by SQLSTATE via statement|query error (<SQLSTATE>).

[0.28.4] - 2025-09-04

  • bin: support skip files with regex
  • runner: Add <slt:ignore> to skip the volatile parts of the output.

[0.28.3] - 2025-05-16

  • bin: Add --shutdown-timeout to set a timeout for shutting down the database connections after a test file is finished. By default, this is unspecified, meaning to wait forever.

[0.28.2] - 2025-05-07

  • engines: Enhance graceful shutdown by canceling ongoing queries when shutting down postgres connections. This improves the behavior when receiving a Ctrl-C signal by ensuring that any long-running queries are properly canceled before the connection is closed.
  • bin: In parallel mode, the output of a test case will be printed promptly before shutting down the database connection.

[0.28.1] - 2025-04-18

  • bin: Support graceful shutdown. When receiving a Ctrl-C, the program will cancel all running test cases, log cancelled and skipped test cases, drop temporary databases (if in parallel mode), close database connections, and finally exit with a non-zero code.

[0.28.0] - 2025-03-06

  • runner: Add Partitioner and Runner::with_partitioner to enable partitioning of test cases, allowing only a subset of the glob result to be executed. This can be helpful for running tests in parallel in CI.
  • bin: Add --partition-id and --partition-count to set a hash partitioning for the test cases. If users are running in Buildkite CI with parallelism: .. specified in the workflow file, this will be automatically configured.

[0.27.2] - 2025-02-18

  • engines/bin: fix stdin to be closed properly to avoid hangs in the external engine.

[0.27.1] - 2025-02-17

  • runner: Add Runner::set_var method to allow adding runner-local variables for substitution.
  • bin: Add __DATABASE__ variable for accessing current database name from SLT files.

[0.27.0] - 2025-02-11

  • runner: add shutdown method to DB and AsyncDB trait to allow for graceful shutdown of the database connection. Users are encouraged to call Runner::shutdown or Runner::shutdown_async after running tests to ensure that the database connections are properly closed.

[0.26.4] - 2025-01-27

  • runner: add random string in path generation to avoid conflict when using include.
  • bin: detect connection refused error and exit early to make error message clearer.

[0.26.3] - 2025-01-14

... (truncated)

Commits
  • ebab8da chore: bump version to v0.29.1 (#280)
  • 18a6169 feat(parser,runner): add let record for binding query results to variables ...
  • 492c9e3 feat: support matching sqlstate with [statement|query] error (CCSSS) (#269)
  • See full diff in compare view

Updates object_store to 0.13.2

Changelog

Sourced from object_store's changelog.

v0.13.2 (2026-03-19)

Full Changelog

Implemented enhancements:

  • Path::join(Self, &PathPart) -> Self #665
  • Support for AWS Encryption Client encryption #647
  • LocalFileSystem: use read_at instead of seek + read #622
  • Avoid reading metadata for LocalFileSystem::read_ranges (and other methods) #614
  • expose Inner from HttpRequestBody #606
  • Release object store 0.13.1 (maintenance) - Target Jan 2026 #598
  • Support AWS_ENDPOINT_URL_S3 in aws backend #589
  • Release object store 0.12.5 (maintenance) - Target Dec 2025 #582
  • Support upper-case configuration options in parse_url_opts #529
  • object_store: Support {az,abfs,abfss}://container@account.blob.{core.windows.net,fabric.microsoft.com} URLs #430
  • Support Transfer-Encoding: chunked responses in HttpStore #340
  • Use reconstructed ListBlobs marker to provide list offset support in MicrosoftAzure store #461

Fixed bugs:

  • Azure Fabric: Unsigned integer underflow when fetching token causes integer overflow panic #640
  • Error body missing for 5xx errors after retry exhausted #617
  • Heavy contention on credentials cache #541
  • AWS/S3 Default Headers are not considered for signature calculation #484
  • az:// <container> not work as expected #443

Performance improvements:

  • Preallocate single Vec in get_ranges for LocalFilesystem #634
  • Use platform specific read_at when available #628 (AdamGS)
  • Avoid metadata lookup for LocalFileSystem::read_ranges and chunked_stream #621 (Dandandan)

Closed issues:

  • [Security Alert] Exposed API key(s) detected: AWS Access Key #659
  • AWS S3 token expired on multi-threaded app with Arc usage #655
  • Emulator tests fail in CI due to an unsupported service version header in Azurite #626

Merged pull requests:

... (truncated)

Commits
  • 7a65b75 chore: prepare 0.13.2 release (#671)
  • d22f7f9 fix: missing 5xx error body when retry exhausted (#618)
  • ebaee78 Support --xa-s3 suffix for S3 Express One Zone bucket access points (#663)
  • 7ded938 Replace Path::child with Path::join (#666)
  • bdcac43 feat: Add support for AWS_ENDPOINT_URL_S3 environment variable (#590)
  • ca15c63 Implement Clone for local and memory stores (#653)
  • 41d3242 docs: clarify Clone behavior (#656)
  • 6259202 Unify from_env behaviours (#652)
  • 66e640d Switch TokenCache to RWLock (#648)
  • 907653e docs: add examples to the aws docs where appropriate (#651)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added core dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 4, 2026
Updates the requirements on [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) and [object_store](https://github.com/apache/arrow-rs-object-store) to permit the latest version.

Updates `sqllogictest` to 0.29.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.4...v0.29.1)

Updates `object_store` to 0.13.2
- [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs-object-store@v0.12.3...v0.13.2)

---
updated-dependencies:
- dependency-name: object_store
  dependency-version: 0.13.2
  dependency-type: direct:production
  dependency-group: all
- dependency-name: sqllogictest
  dependency-version: 0.29.1
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title deps(core): bump the all group in /core/wren-core with 2 updates deps(core): bump the all group across 1 directory with 2 updates May 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/core/wren-core/all-c5d9f03e5c branch from d18da3e to dc09026 Compare May 8, 2026 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants