From d93b490dac93e020c53551a851b822dc17306c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:40:57 +0000 Subject: [PATCH] build(deps): update pyo3 requirement from 0.19.0 to 0.20.1 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.19.0...v0.20.1) --- 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 0d60bc5..8a26008 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] http = "1.0.0" lazy_static = "1.4.0" -pyo3 = "0.19.0" +pyo3 = "0.20.1" pyo3-log = { version = "0.8.1"} log = { version = "0.4.17" } tokio = { version = "1.32.0", features = ["net", "signal", "rt", "macros", "io-util"] }