Skip to content

Commit

Permalink
chore(deps): Update derive_builder requirement from 0.13.0 to 0.20.0
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.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 18, 2024
1 parent 03f77b5 commit e048786
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 @@ -37,7 +37,7 @@ async-trait = "0.1"
bimap = "0.6"
bitvec = "1.0.1"
chrono = "0.4"
derive_builder = "0.13.0"
derive_builder = "0.20.0"
either = "1"
env_logger = "0.11.0"
futures = "0.3"
Expand Down

0 comments on commit e048786

Please sign in to comment.