From 290b3c7d69f3cc5394082f37e4402ef9181dbeef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:45:37 +0000 Subject: [PATCH] Update typed-builder requirement from 0.16.0 to 0.17.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 39b267824..d504a4dd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ sha2 = {version = "0.10.2", optional = true} shallow-tees = "0.1.1" smallvec = "1.6.1" takes = "0.1.0" -typed-builder = "0.16.0" +typed-builder = "0.17.0" walkdir = "2.3.1" [features]