Skip to content

Commit

Permalink
build(cargo): update typed-builder requirement from 0.13 to 0.14 (#104)
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.
- [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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2023
1 parent 4587f73 commit e86bcca
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 @@ -59,7 +59,7 @@ async-telegram-trait = ["async-trait"]

[dependencies]
thiserror = "1"
typed-builder = "0.13"
typed-builder = "0.14"

[dependencies.async-trait]
version = "0.1"
Expand Down

0 comments on commit e86bcca

Please sign in to comment.