Skip to content

Commit b9dfacd

Browse files
authored
Upgrade to DataFusion 47 (#80)
1 parent 6e231f2 commit b9dfacd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-functions-json"
3-
version = "0.46.0"
3+
version = "0.47.0"
44
edition = "2021"
55
description = "JSON functions for DataFusion"
66
readme = "README.md"
@@ -11,13 +11,13 @@ repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"
1111
rust-version = "1.82.0"
1212

1313
[dependencies]
14-
datafusion = { version = "46", default-features = false }
14+
datafusion = { version = "47", default-features = false }
1515
jiter = "0.9"
1616
paste = "1"
1717
log = "0.4"
1818

1919
[dev-dependencies]
20-
datafusion = { version = "46", default-features = false, features = ["nested_expressions"] }
20+
datafusion = { version = "47", default-features = false, features = ["nested_expressions"] }
2121
codspeed-criterion-compat = "2.6"
2222
criterion = "0.5.1"
2323
clap = "4"

0 commit comments

Comments
 (0)