11[package ]
22name = " datafusion-functions-json"
3- version = " 0.52 .0"
3+ version = " 0.53 .0"
44edition = " 2021"
55description = " JSON functions for DataFusion"
66readme = " README.md"
@@ -11,14 +11,16 @@ repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"
1111rust-version = " 1.88.0"
1212
1313[dependencies ]
14- datafusion = { version = " 52" , default-features = false , features = [" sql" ] }
15- jiter = " 0.12.0"
14+ datafusion = { version = " 53.0.0" , default-features = false , features = [
15+ " sql" ,
16+ ] }
17+ jiter = " 0.13.0"
1618log = " 0.4"
1719paste = " 1"
1820
1921[dev-dependencies ]
2022codspeed-criterion-compat = " 2.6"
21- datafusion = { version = " 52 " , default-features = false , features = [
23+ datafusion = { version = " 53.0.0 " , default-features = false , features = [
2224 " nested_expressions" ,
2325 " sql" ,
2426] }
@@ -35,3 +37,13 @@ pedantic = { level = "deny", priority = -1 }
3537[[bench ]]
3638name = " main"
3739harness = false
40+
41+ # [patch.crates-io]
42+ # datafusion = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }
43+ # datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }
44+ # datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }
45+ # datafusion-execution = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }
46+ # datafusion-sql = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }
47+ # datafusion-proto = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }
48+ # datafusion-datasource = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }
49+ # datafusion-physical-expr-adapter = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }
0 commit comments