From 0f9a6fa489d0d21c0771fea9345f38fa5be981c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:05:28 +0000 Subject: [PATCH] Update pythonize requirement from 0.21 to 0.22 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.21.0...v0.21.1) --- 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 c61c29a0..16f6a1de 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.20.0" -pythonize = { version = "0.21", optional = true } +pythonize = { version = "0.22", optional = true } snafu = { version = "0.8.3", features = ["backtrace"] } serde_dhall = "0.12" toml = "0.8.14"