From f5018cf729e2c594eb68dc2db2473b33286b40f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Aug 2022 10:20:02 +0200 Subject: [PATCH] build(deps): update pyo3 requirement from 0.16 to 0.17 (#81) 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](https://github.com/pyo3/pyo3/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a114a050..647b61e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ prometheus-client-derive-text-encode = { version = "0.3.0", path = "derive-text- async-std = { version = "1", features = ["attributes"] } criterion = "0.3" http-types = "2" -pyo3 = "0.16" +pyo3 = "0.17" quickcheck = "1" rand = "0.8.4" tide = "0.16"