Skip to content

Commit

Permalink
Update typed-builder requirement in /crates/mux-client
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent c4dcdd3 commit 0cb245b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mux-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cfg-if = "1.0.0"
serde = { version = "1.0.103", features = ["derive"] }
ssh_format = "0.14.1"

typed-builder = "0.16.0"
typed-builder = "0.17.0"
once_cell = "1.10.0"

sendfd = { version = "0.4.1", features = ["tokio"] }
Expand Down

0 comments on commit 0cb245b

Please sign in to comment.