From 9d4564e68e0a1694f7864ba7801c75db4b2c22b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:56:05 +0000 Subject: [PATCH] Update typed-builder requirement in /crates/mux-client --- updated-dependencies: - dependency-name: typed-builder dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/mux-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }