Skip to content

Commit c385088

Browse files
committed
build(deps): update datafusion and arrow versions
Updates the version of datafusion from 50.2 to 50.3 and downgrades arrow from 57.0 to 56.0 to maintain compatibility.
1 parent 92edc25 commit c385088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ paste = "1.0"
3535

3636
[dependencies.datafusion]
3737
default-features = false
38-
version = "50.2"
38+
version = "50.3"
3939

4040
[dev-dependencies]
4141
criterion = "0.7"
@@ -47,7 +47,7 @@ default-features = false
4747
features = [
4848
"test_utils",
4949
]
50-
version = "57.0"
50+
version = "56.0"
5151

5252
[dev-dependencies.insta]
5353
features = [

0 commit comments

Comments
 (0)