Skip to content

Commit a8d88c2

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.27.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.27.0) Updates `sqlparser` to 0.59.0 - [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](apache/datafusion-sqlparser-rs@v0.58.0...v0.59.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.27.0 dependency-type: direct:production dependency-group: all - dependency-name: sqlparser dependency-version: 0.59.0 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0973140 commit a8d88c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wren-core-base/Cargo.toml

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

1010
[dependencies]
11-
pyo3 = { version = "0.26.0", features = ["extension-module"], optional = true }
11+
pyo3 = { version = "0.27.0", features = ["extension-module"], optional = true }
1212
serde = { version = "1.0.201", features = ["derive", "rc"] }
1313
wren-manifest-macro = { path = "manifest-macro" }
1414
serde_json = { version = "1.0.117" }
1515
serde_with = { version = "3.11.0" }
16-
sqlparser = { version = "0.58.0", features = ["visitor"] }
16+
sqlparser = { version = "0.59.0", features = ["visitor"] }
1717

1818

1919
[lib]

0 commit comments

Comments
 (0)