deps(core): bump the all group across 1 directory with 5 updates

Updates the requirements on [datafusion](https://github.com/apache/datafusion), [datafusion-session](https://github.com/apache/datafusion), [itertools](https://github.com/rust-itertools/itertools), [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) and [object_store](https://github.com/apache/arrow-rs-object-store) to permit the latest version.

Updates `datafusion` to 54.0.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apache/datafusion/compare/53.0.0...54.0.0)

Updates `datafusion-session` to 54.0.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apache/datafusion/compare/53.0.0...54.0.0)

Updates `itertools` to 0.15.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.14.0...v0.15.0)

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](https://github.com/risinglightdb/sqllogictest-rs/compare/v0.28.4...v0.29.1)

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

---
updated-dependencies:
- dependency-name: datafusion
  dependency-version: 54.0.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: datafusion-session
  dependency-version: 54.0.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: itertools
  dependency-version: 0.15.0
  dependency-type: direct:production
  dependency-group: all
- 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>
This commit is contained in:
dependabot[bot]
2026-07-03 11:26:19 +00:00
committed by GitHub
parent 5ff51e4a0f
commit e3a3eb6dc3
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ version = "0.1.0"
[workspace.dependencies]
async-trait = "0.1.89"
datafusion = { version = "53", default-features = false, features = [
datafusion = { version = "54", default-features = false, features = [
"nested_expressions",
"crypto_expressions",
"datetime_expressions",
@@ -24,7 +24,7 @@ datafusion = { version = "53", default-features = false, features = [
"parquet",
"sql",
] }
datafusion-session = { version = "53", default-features = false }
datafusion-session = { version = "54", default-features = false }
env_logger = "0.11.10"
hashbrown = "0.17.0"
insta = { version = "1.41.1" }
+1 -1
View File
@@ -32,7 +32,7 @@ datafusion = { workspace = true, features = [
datafusion-session = { workspace = true }
env_logger = { workspace = true }
itertools = "0.14.0"
itertools = "0.15.0"
log = { workspace = true }
parking_lot = "0.12.3"
petgraph = "0.8.2"
+3 -3
View File
@@ -20,13 +20,13 @@ datafusion = { workspace = true, default-features = true }
half = { version = "2.4.1", default-features = true }
log = { workspace = true }
rust_decimal = { version = "1.27.0" }
sqllogictest = "0.28.4"
sqllogictest = "0.29.1"
thiserror = "2.0.3"
tokio = { workspace = true }
wren-core = { path = "../core" }
itertools = "0.14.0"
object_store = { version = "0.12.3", default-features = false }
itertools = "0.15.0"
object_store = { version = "0.14.0", default-features = false }
clap = { version = "4.4.8", features = ["derive", "env"] }
futures = "0.3.17"