diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2024-01-02 14:17:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-02 14:17:16 -0700 |
| commit | 001f0df7ee3651d738111c11f97479e6f4256e9d (patch) | |
| tree | 4391aa240fbca61f41c42c8a44aa7e2503149434 /Cargo.lock | |
| parent | 60403faaf34d049a02beedc544b45c6db34642be (diff) | |
chore(ext/net): bump rustls-tokio-stream to fix panic (#21763)
Pull in https://github.com/denoland/rustls-tokio-stream/pull/22 to fix
https://github.com/denoland/deno/issues/21762
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index f8ef62fc4..017f92f36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4954,12 +4954,13 @@ dependencies = [ [[package]] name = "rustls-tokio-stream" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "897937c68ff975d028e8cc07bc887f2d5a9ec2bc952549f40db9a91dc557974c" +checksum = "ded7a36e8ac05b8ada77a84c5ceec95361942ee9dedb60a82f93f788a791aae8" dependencies = [ "futures", "rustls", + "socket2 0.5.5", "tokio", ] |
