Skip to content

Commit eaa1b15

Browse files
deps(core): bump the all group across 1 directory with 2 updates
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) and [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) to permit the latest version. Updates `pyo3` to 0.29.0 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.26.0...v0.29.0) Updates `sqlparser` to 0.62.0 - [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](apache/datafusion-sqlparser-rs@v0.58.0...v0.62.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.28.3 dependency-type: direct:production dependency-group: all - dependency-name: sqlparser dependency-version: 0.61.0 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aab727f commit eaa1b15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/wren-core-base/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ python-binding = ["dep:pyo3"]
1414
default = []
1515

1616
[dependencies]
17-
pyo3 = { version = "0.26.0", features = ["extension-module"], optional = true }
17+
pyo3 = { version = "0.29.0", features = ["extension-module"], optional = true }
1818
serde = { version = "1.0.201", features = ["derive", "rc"] }
1919
wren-manifest-macro = { path = "manifest-macro", version = "0.2.0" }
2020
serde_json = { version = "1.0.117" }
2121
serde_with = { version = "3.11.0" }
22-
sqlparser = { version = "0.58.0", features = ["visitor"] }
22+
sqlparser = { version = "0.62.0", features = ["visitor"] }
2323

2424

2525
[lib]

0 commit comments

Comments
 (0)