Skip to content

Commit

Permalink
Update derive_builder requirement from 0.13 to 0.20
Browse files Browse the repository at this point in the history
Updates the requirements on [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) to permit the latest version.
- [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases)
- [Commits](colin-kiegel/rust-derive-builder@v0.13.0...v0.20.0)

---
updated-dependencies:
- dependency-name: derive_builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent eac8347 commit 56b1ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ average = "0.14"
itertools = "0.12"
approx = "0.5"
indicatif = "0.17"
derive_builder = "0.13"
derive_builder = "0.20"

0 comments on commit 56b1ca2

Please sign in to comment.