diff --git a/crates/mux-client/Cargo.toml b/crates/mux-client/Cargo.toml index 4a4a171..2512c2d 100644 --- a/crates/mux-client/Cargo.toml +++ b/crates/mux-client/Cargo.toml @@ -18,7 +18,7 @@ cfg-if = "1.0.0" serde = { version = "1.0.103", features = ["derive"] } ssh_format = "0.14.1" -typed-builder = "0.18.0" +typed-builder = "0.19.1" once_cell = "1.10.0" sendfd = { version = "0.4.1", features = ["tokio"] }