File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " datafusion-functions-json"
3
- version = " 0.44.2 "
3
+ version = " 0.45.0 "
4
4
edition = " 2021"
5
5
description = " JSON functions for DataFusion"
6
6
readme = " README.md"
7
7
license = " Apache-2.0"
8
8
keywords = [" datafusion" , " JSON" , " SQL" ]
9
9
categories = [" database-implementations" , " parsing" ]
10
10
repository = " https://github.com/datafusion-contrib/datafusion-functions-json/"
11
- rust-version = " 1.80.1 "
11
+ rust-version = " 1.81.0 "
12
12
13
13
[dependencies ]
14
- datafusion = { version = " 44 " , default-features = false }
14
+ datafusion = { version = " 45 " , default-features = false }
15
15
jiter = " 0.8"
16
16
paste = " 1"
17
17
log = " 0.4"
18
18
19
19
[dev-dependencies ]
20
- datafusion = { version = " 44 " , default-features = false , features = [" nested_expressions" ] }
20
+ datafusion = { version = " 45 " , default-features = false , features = [" nested_expressions" ] }
21
21
codspeed-criterion-compat = " 2.6"
22
22
criterion = " 0.5.1"
23
23
clap = " 4"
You can’t perform that action at this time.
0 commit comments