Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit cb1e274

Browse files
deps(core): bump the all group across 1 directory with 2 updates
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>
1 parent 753da60 commit cb1e274

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wren-core/sqllogictest/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ datafusion = { workspace = true, default-features = true }
2020
half = { version = "2.4.1", default-features = true }
2121
log = { workspace = true }
2222
rust_decimal = { version = "1.27.0" }
23-
sqllogictest = "0.28.4"
23+
sqllogictest = "0.29.1"
2424
thiserror = "2.0.3"
2525
tokio = { workspace = true }
2626
wren-core = { path = "../core" }
2727

2828
itertools = "0.14.0"
29-
object_store = { version = "0.12.3", default-features = false }
29+
object_store = { version = "0.13.2", default-features = false }
3030

3131
clap = { version = "4.4.8", features = ["derive", "env"] }
3232
futures = "0.3.17"

0 commit comments

Comments
 (0)