Skip to content

Commit

Permalink
chore(deps): Update derive_builder requirement from 0.12.0 to 0.13.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.12.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent f1345e1 commit 8fc6903
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 @@ -14,7 +14,7 @@ env_logger = "0.11.0"
log = "0.4.19"
thiserror = "1.0.40"
serde_json = "1.0.99"
derive_builder = "0.12.0"
derive_builder = "0.13.0"

[workspace.dependencies.serenity]
version = "0.12.0"
Expand Down

0 comments on commit 8fc6903

Please sign in to comment.