Skip to content

Commit 77e50e6

Browse files
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.1.0 - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](apache/datafusion@53.0.0...54.1.0) Updates `datafusion-session` to 54.1.0 - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](apache/datafusion@53.0.0...54.1.0) Updates `itertools` to 0.15.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@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](risinglightdb/sqllogictest-rs@v0.28.4...v0.29.1) Updates `object_store` to 0.14.1 - [Release notes](https://github.com/apache/arrow-rs-object-store/releases) - [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs-object-store@v0.12.3...v0.14.1) --- 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>
1 parent f2841bc commit 77e50e6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

core/wren-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version = "0.3.1"
1414

1515
[workspace.dependencies]
1616
async-trait = "0.1.89"
17-
datafusion = { version = "53", default-features = false, features = [
17+
datafusion = { version = "54", default-features = false, features = [
1818
"nested_expressions",
1919
"crypto_expressions",
2020
"datetime_expressions",
@@ -24,7 +24,7 @@ datafusion = { version = "53", default-features = false, features = [
2424
"parquet",
2525
"sql",
2626
] }
27-
datafusion-session = { version = "53", default-features = false }
27+
datafusion-session = { version = "54", default-features = false }
2828
env_logger = "0.11.10"
2929
hashbrown = "0.17.0"
3030
insta = { version = "1.41.1" }

core/wren-core/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ datafusion = { workspace = true, features = [
3535
] }
3636

3737
datafusion-session = { workspace = true }
38-
itertools = "0.14.0"
38+
itertools = "0.15.0"
3939
log = { workspace = true }
4040
parking_lot = "0.12.3"
4141
petgraph = "0.8.2"

core/wren-core/sqllogictest/Cargo.toml

Lines changed: 3 additions & 3 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", package = "wren-semantic-core" }
2727

28-
itertools = "0.14.0"
29-
object_store = { version = "0.12.3", default-features = false }
28+
itertools = "0.15.0"
29+
object_store = { version = "0.14.1", default-features = false }
3030

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

0 commit comments

Comments
 (0)