diff --git a/Cargo.toml b/Cargo.toml index 0a7a4e7..6b2cc64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datafusion-functions-json" -version = "0.48.0" +version = "0.49.0" edition = "2021" description = "JSON functions for DataFusion" readme = "README.md" @@ -11,13 +11,13 @@ repository = "https://github.com/datafusion-contrib/datafusion-functions-json/" rust-version = "1.82.0" [dependencies] -datafusion = { version = "48", default-features = false } +datafusion = { version = "49", default-features = false } jiter = "0.10" paste = "1" log = "0.4" [dev-dependencies] -datafusion = { version = "48", default-features = false, features = [ +datafusion = { version = "49", default-features = false, features = [ "nested_expressions", ] } codspeed-criterion-compat = "2.6" @@ -34,3 +34,6 @@ pedantic = { level = "deny", priority = -1 } [[bench]] name = "main" harness = false + +[patch.crates-io] +datafusion = { git = "https://github.com/apache/datafusion.git", rev = "aab44fdaaec28fd13b544ccff239c8b8fe6cee2f" }