Skip to content

Commit

Permalink
chore(deps): Bump typed-builder from 0.18.2 to 0.20.0
Browse files Browse the repository at this point in the history
Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 0.18.2 to 0.20.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 2965c05 commit 9bc81e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tokio = { version = "1", features = [ "full" ] }
tokio-tungstenite = { version = "0.23.0", features = ["url"] }
chrono = { version = "0.4.19", features = ["serde"] }
futures = "0.3.16"
typed-builder = "0.18.0"
typed-builder = "0.20.0"
thiserror = "1.0.25"
regex = "1.8.3"
either = { version = "1.8.1", features = ["serde"]}
Expand Down

0 comments on commit 9bc81e1

Please sign in to comment.