File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
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"
77license = " Apache-2.0"
88keywords = [" datafusion" , " JSON" , " SQL" ]
99categories = [" database-implementations" , " parsing" ]
1010repository = " https://github.com/datafusion-contrib/datafusion-functions-json/"
11- rust-version = " 1.82.0 "
11+ rust-version = " 1.85.1 "
1212
1313[dependencies ]
14- datafusion = { version = " 48" , default-features = false }
15- # Jitter has a dependency on pyo3, which needs to match the version used in DataFusion
16- # https://github.com/pydantic/jiter/blob/v0.9.1/Cargo.toml
17- jiter = " 0.9"
18- paste = " 1"
14+ datafusion = { version = " 49" , default-features = false }
15+ jiter = " 0.10"
1916log = " 0.4"
17+ paste = " 1"
2018
2119[dev-dependencies ]
22- datafusion = { version = " 48" , default-features = false , features = [
20+ codspeed-criterion-compat = " 2.6"
21+ datafusion = { version = " 49" , default-features = false , features = [
2322 " nested_expressions" ,
2423] }
25- codspeed-criterion-compat = " 2.6"
2624tokio = { version = " 1.43" , features = [" full" ] }
2725
2826[lints .clippy ]
You can’t perform that action at this time.
0 commit comments