Skip to content

Commit

Permalink
build(deps): upgrade datafusion to 42.2.0 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiyan authored Nov 20, 2024
1 parent e2a3b36 commit 1e6e091
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ object_store = { version = "= 0.11.1", features = ["aws", "azure", "gcp"] }
parquet = { version = "= 53.1.0", features = ["async", "object_store"] }

# datafusion
datafusion = { version = "= 42.1.0" }
datafusion-expr = { version = "= 42.1.0" }
datafusion-common = { version = "= 42.1.0" }
datafusion-physical-expr = { version = "= 42.1.0" }
datafusion = { version = "= 42.2.0" }
datafusion-expr = { version = "= 42.2.0" }
datafusion-common = { version = "= 42.2.0" }
datafusion-physical-expr = { version = "= 42.2.0" }

# serde
percent-encoding = { version = "2.3.1" }
Expand Down

0 comments on commit 1e6e091

Please sign in to comment.