Skip to content

Commit 0210fad

Browse files
Update pyo3 requirement from 0.27 to 0.28
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.27.0...v0.27.2) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.27.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6aa4b33 commit 0210fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde = "1.0.171"
1414
regex = "1.10"
1515

1616
[dependencies.pyo3]
17-
version = "0.27"
17+
version = "0.28"
1818
features = ["extension-module"]
1919

2020
[dependencies.sqlparser]

0 commit comments

Comments
 (0)