diff --git a/Cargo.toml b/Cargo.toml index 4e907be..b42b467 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ futures = "0.3" tokio = { version = "1", features = ["net"] } tokio-util = { version = "0.7", features = ["codec"] } winnow = "0.7" -typed-builder = "0.22.0" +typed-builder = "0.23.0" tokio-rustls = "0.26.2" webpki-roots = "1.0.2" rustls = "0.23.31"