From e683a58a538d1188258ca5f5284a8788a17d8f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:17:35 +0000 Subject: [PATCH] :arrow_up: Update pyo3 requirement from 0.21.2 to 0.22.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](https://github.com/pyo3/pyo3/compare/v0.21.2...v0.21.2) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 249ee42..8aae44e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1.0.82" dunce = "1.0.4" toml = "0.8.12" insta = { version = "1.38.0", features = ["yaml"] } -pyo3 = "0.21.2" +pyo3 = "0.22.0" quote = "1.0.36" serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116"