Skip to content

Commit 2166b45

Browse files
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](idanarye/rust-typed-builder@v0.20.0...v0.20.1) --- updated-dependencies: - dependency-name: typed-builder dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4130e38 commit 2166b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ static_assertions = "1.1.0"
123123
strum = "0.27.0"
124124
strum_macros = "0.27.0"
125125
toml = "0.8.19" # For parsing the injections toml file
126-
typed-builder = "0.20.0" # Implement the builder pattern at compiletime
126+
typed-builder = "0.21.0" # Implement the builder pattern at compiletime
127127
typeid = "1.0.0" # Safe type_eq that doesn't rely on std specialization
128128
unicorn-engine = "2.0.1" # Used in libafl_unicorn
129129
uuid = { version = "1.10.0", features = ["serde", "v4"] }

0 commit comments

Comments
 (0)