From 2166b458381d177f0332cebb4adef65d09dd90ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 13:16:36 +0100 Subject: [PATCH] Update typed-builder requirement from 0.20.0 to 0.21.0 (#3096) Updates the requirements on [typed-builder](https://github.com/idanarye/rust-typed-builder) to permit the latest version. - [Release notes](https://github.com/idanarye/rust-typed-builder/releases) - [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md) - [Commits](https://github.com/idanarye/rust-typed-builder/compare/v0.20.0...v0.20.1) --- updated-dependencies: - dependency-name: typed-builder dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4eb1023bd3..48ae85af14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ static_assertions = "1.1.0" strum = "0.27.0" strum_macros = "0.27.0" toml = "0.8.19" # For parsing the injections toml file -typed-builder = "0.20.0" # Implement the builder pattern at compiletime +typed-builder = "0.21.0" # Implement the builder pattern at compiletime typeid = "1.0.0" # Safe type_eq that doesn't rely on std specialization unicorn-engine = "2.0.1" # Used in libafl_unicorn uuid = { version = "1.10.0", features = ["serde", "v4"] }