diff --git a/transports/net/Cargo.toml b/transports/net/Cargo.toml index 37c2d3c..e206d1c 100644 --- a/transports/net/Cargo.toml +++ b/transports/net/Cargo.toml @@ -85,7 +85,7 @@ tracing.workspace = true viewit.workspace = true # tls -futures-rustls = { version = "0.25", optional = true } +futures-rustls = { version = "0.26", optional = true } # native-tls async-native-tls = { version = "0.5", optional = true }