Skip to content

Commit

Permalink
allow newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed May 14, 2024
1 parent 96dd489 commit ffe1267
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ categories = ["database-implementations", "parsing"]
repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"

[dependencies]
arrow = "51.0.0"
arrow-schema = "51.0.0"
datafusion-common = "*"
datafusion-expr = "*"
jiter = "0.3.0"
paste = "1.0.14"
log = "0.4.21"
datafusion-execution = "*"
arrow = ">=51"
arrow-schema = ">=51"
datafusion-common = ">=38"
datafusion-expr = ">=38"
jiter = ">=0.3"
paste = ">=1.0.14"
log = ">=0.4.21"
datafusion-execution = ">=38"

[dev-dependencies]
datafusion = "38.0.0"
Expand Down

0 comments on commit ffe1267

Please sign in to comment.