From 6c2565be5db01259ee9bda78e3e03831c2dbb168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:41:58 +0000 Subject: [PATCH] Update pythonize requirement from 0.20 to 0.21 Updates the requirements on [pythonize](https://github.com/davidhewitt/pythonize) to permit the latest version. - [Release notes](https://github.com/davidhewitt/pythonize/releases) - [Changelog](https://github.com/davidhewitt/pythonize/blob/main/CHANGELOG.md) - [Commits](https://github.com/davidhewitt/pythonize/compare/v0.20.0...v0.20.0) --- updated-dependencies: - dependency-name: pythonize 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 6b7ec393..c7b0b8dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ num = "0.4.0" enum-iterator = "2.0.0" getrandom = { version = "0.2", features = ["js"] } typed-builder = "0.18.0" -pythonize = { version = "0.20", optional = true } +pythonize = { version = "0.21", optional = true } snafu = { version = "0.8.0", features = ["backtrace"] } [dev-dependencies]