chore(cargo): update typed-builder requirement from 0.11 to 0.12 (#108)
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/commits) --- 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>
This commit is contained in:
parent
3e4bf7ddb7
commit
cf64487d81
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ serde_derive = "1.0.141"
|
|||
serde_json = "1"
|
||||
sha2 = "0.10"
|
||||
thiserror = "1.0"
|
||||
typed-builder = "0.11"
|
||||
typed-builder = "0.12"
|
||||
typetag = "0.2"
|
||||
uuid = { version = "1.1", features = ["v4"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue