Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wren-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ rust-version = "1.78"
version = "0.1.0"

[workspace.dependencies]
async-trait = "0.1.80"
async-trait = "0.1.88"
# We require the latest sqlparser-rs to support the latest SQL syntax
datafusion = { version = "46.0.0" }
datafusion = { git = "https://github.com/Canner/datafusion.git", branch = "v46.0.1" }
env_logger = "0.11.3"
hashbrown = "0.15.2"
log = { version = "0.4.14" }
Expand Down