diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-11-15 16:12:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-15 16:12:46 -0700 |
| commit | 6b42cecc064d01d87aae978ecd7eb372bfe9a34e (patch) | |
| tree | 3fb7f0e4be0c1e8184dde61f96324c7a8419d6b9 /ext/net/Cargo.toml | |
| parent | 40726721e287b2d6c44839d9081dccb408886cab (diff) | |
feat(ext/net): use rustls_tokio_stream (#21205)
Fixes #21121 and #19498
Migrates fully to rustls_tokio_stream. We no longer need to maintain our
own TlsStream implementation to properly support duplex.
This should fix a number of errors with TLS and websockets, HTTP and
"other" places where it's failing.
Diffstat (limited to 'ext/net/Cargo.toml')
| -rw-r--r-- | ext/net/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index 20dde8718..c9c30b9a2 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -21,6 +21,7 @@ deno_tls.workspace = true enum-as-inner = "=0.5.1" log.workspace = true pin-project.workspace = true +rustls-tokio-stream.workspace = true serde.workspace = true socket2.workspace = true tokio.workspace = true |
