Skip to content

Commit

Permalink
Update typed-builder requirement from 0.17.0 to 0.18.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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 20, 2023
1 parent 311a015 commit 6b9b437
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 @@ -74,7 +74,7 @@ either = { version = "1.8.1", features = ["serde"] }
num = "0.4.0"
enum-iterator = "1.4.0"
getrandom = { version = "0.2", features = ["js"] }
typed-builder = "0.17.0"
typed-builder = "0.18.0"
pythonize = { version = "0.19", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 6b9b437

Please sign in to comment.