Skip to content

Commit 5432bc5

Browse files
Update pyo3 requirement from 0.19.0 to 0.20.0
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.19.0...v0.19.2) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 286f3ca commit 5432bc5

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
@@ -56,7 +56,7 @@ rayon = "1.6"
5656
lazy_static = "1.4.0"
5757
approx = "0.5"
5858
rand_pcg = "0.3"
59-
pyo3 = { version = "0.19.0", optional = true, features = ["extension-module"] }
59+
pyo3 = { version = "0.20.0", optional = true, features = ["extension-module"] }
6060
pyo3-log = { version = "0.9.0", optional = true }
6161
numpy = { version = "0.19", optional = true }
6262
indicatif = { version = "0.17", features = ["rayon"] }

0 commit comments

Comments
 (0)