Skip to content

Commit

Permalink
build(deps): update typed-builder requirement from 0.14.0 to 0.16.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent d0a563c commit 2e5a6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extension-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ etheryal-identifier = { workspace = true }
getset = "0.1.2"
semver = { workspace = true, features = ["serde"] }
serde = { version = "1.0.160", features = ["derive"] }
typed-builder = "0.14.0"
typed-builder = "0.16.0"

0 comments on commit 2e5a6cd

Please sign in to comment.