@@ -11,16 +11,16 @@ repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"
1111rust-version = " 1.88.0"
1212
1313[dependencies ]
14- datafusion = { version = " 52 .0.0" , default-features = false , features = [
14+ datafusion = { version = " 53 .0.0" , default-features = false , features = [
1515 " sql" ,
1616] }
17- jiter = " 0.12 .0"
17+ jiter = " 0.13 .0"
1818log = " 0.4"
1919paste = " 1"
2020
2121[dev-dependencies ]
2222codspeed-criterion-compat = " 2.6"
23- datafusion = { version = " 52 .0.0" , default-features = false , features = [
23+ datafusion = { version = " 53 .0.0" , default-features = false , features = [
2424 " nested_expressions" ,
2525 " sql" ,
2626] }
@@ -38,13 +38,12 @@ pedantic = { level = "deny", priority = -1 }
3838name = " main"
3939harness = false
4040
41-
42- [patch .crates-io ]
43- datafusion = { git = " https://github.com/apache/datafusion.git" , rev = " d47bd599ee911eb4be018595b860341ff437ccb1" }
44- datafusion-common = { git = " https://github.com/apache/datafusion.git" , rev = " d47bd599ee911eb4be018595b860341ff437ccb1" }
45- datafusion-expr = { git = " https://github.com/apache/datafusion.git" , rev = " d47bd599ee911eb4be018595b860341ff437ccb1" }
46- datafusion-execution = { git = " https://github.com/apache/datafusion.git" , rev = " d47bd599ee911eb4be018595b860341ff437ccb1" }
47- datafusion-sql = { git = " https://github.com/apache/datafusion.git" , rev = " d47bd599ee911eb4be018595b860341ff437ccb1" }
48- datafusion-proto = { git = " https://github.com/apache/datafusion.git" , rev = " d47bd599ee911eb4be018595b860341ff437ccb1" }
49- datafusion-datasource = { git = " https://github.com/apache/datafusion.git" , rev = " d47bd599ee911eb4be018595b860341ff437ccb1" }
50- datafusion-physical-expr-adapter = { git = " https://github.com/apache/datafusion.git" , rev = " d47bd599ee911eb4be018595b860341ff437ccb1" }
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