From aa0bde0999625a22ff912c3dcdd2434c67f6c896 Mon Sep 17 00:00:00 2001 From: Logan McNaughton <848146+loganmc10@users.noreply.github.com> Date: Thu, 11 Jun 2026 07:16:13 +0200 Subject: [PATCH] use tls-vendored (#1056) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ada7261..5df4b7b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9760,18 +9760,18 @@ checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524" [[package]] name = "zerocopy" -version = "0.8.50" +version = "0.8.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b065d4f0e55f82fae73202e189638116a87c55ab6b8e6c2721e13dd9d854ad1" +checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.50" +version = "0.8.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b631b19d36a892ab55420c92dbc83ccd79274f25be714855d3074aa71cab639" +checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index fb222665..e8fd19ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ spin_sleep = "1.3" encoding_rs = "0.8" mimalloc = "0.1" regex = "1.11" -tokio-tungstenite = { version = "0.29", features = ["native-tls"] } +tokio-tungstenite = { version = "0.29", features = ["native-tls-vendored"] } matchbox_socket = "0.14" ggrs = { git = "https://github.com/gschup/ggrs.git", features = ["sync-send"] } rustc-hash = "2.1"