From 6b9b437bc20a8661d62174b19fcb82b360496292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:29:26 +0000 Subject: [PATCH] Update typed-builder requirement from 0.17.0 to 0.18.0 Updates the requirements on [typed-builder](https://github.com/idanarye/rust-typed-builder) to permit the latest version. - [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md) - [Commits](https://github.com/idanarye/rust-typed-builder/commits) --- updated-dependencies: - dependency-name: typed-builder 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 7ce1124c..3cc27f04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ either = { version = "1.8.1", features = ["serde"] } num = "0.4.0" enum-iterator = "1.4.0" getrandom = { version = "0.2", features = ["js"] } -typed-builder = "0.17.0" +typed-builder = "0.18.0" pythonize = { version = "0.19", optional = true } [dev-dependencies]