We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d3fbc commit 4956e2bCopy full SHA for 4956e2b
Cargo.toml
@@ -1,17 +1,17 @@
1
[package]
2
name = "datafusion-functions-json"
3
-version = "0.43.0"
+version = "0.44.0"
4
edition = "2021"
5
description = "JSON functions for DataFusion"
6
readme = "README.md"
7
license = "Apache-2.0"
8
keywords = ["datafusion", "JSON", "SQL"]
9
categories = ["database-implementations", "parsing"]
10
repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"
11
-rust-version = "1.79.0"
+rust-version = "1.80.1"
12
13
[dependencies]
14
-datafusion = { version = "43", default-features = false }
+datafusion = { version = "44", default-features = false }
15
jiter = "0.8"
16
paste = "1"
17
log = "0.4"
0 commit comments