Skip to content

Commit f4263cc

Browse files
committed
save
1 parent bdf221e commit f4263cc

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Cargo.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
[package]
22
name = "datafusion-functions-json"
3-
version = "0.48.0"
3+
version = "0.49.0"
44
edition = "2021"
55
description = "JSON functions for DataFusion"
66
readme = "README.md"
77
license = "Apache-2.0"
88
keywords = ["datafusion", "JSON", "SQL"]
99
categories = ["database-implementations", "parsing"]
1010
repository = "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"
1916
log = "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"
2624
tokio = { version = "1.43", features = ["full"] }
2725

2826
[lints.clippy]

0 commit comments

Comments
 (0)