File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " datafusion-functions-json"
3- version = " 0.48 .0"
3+ version = " 0.49 .0"
44edition = " 2021"
55description = " JSON functions for DataFusion"
66readme = " README.md"
@@ -11,16 +11,16 @@ repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"
1111rust-version = " 1.82.0"
1212
1313[dependencies ]
14- datafusion = { version = " 48 " , default-features = false }
14+ datafusion = { version = " 49 " , default-features = false }
1515jiter = " 0.10"
16- paste = " 1"
1716log = " 0.4"
17+ paste = " 1"
1818
1919[dev-dependencies ]
20- datafusion = { version = " 48" , default-features = false , features = [
20+ codspeed-criterion-compat = " 2.6"
21+ datafusion = { version = " 49" , default-features = false , features = [
2122 " nested_expressions" ,
2223] }
23- codspeed-criterion-compat = " 2.6"
2424tokio = { version = " 1.43" , features = [" full" ] }
2525
2626[lints .clippy ]
You can’t perform that action at this time.
0 commit comments