From 4e5fb8a8481ff79021b9f5b58413af3da4fa135e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 3 Jun 2023 18:33:01 +0200 Subject: [PATCH] ws protocol: remove a Cargo.toml comment --- aquatic_ws_protocol/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/aquatic_ws_protocol/Cargo.toml b/aquatic_ws_protocol/Cargo.toml index 4868de0..68d8d09 100644 --- a/aquatic_ws_protocol/Cargo.toml +++ b/aquatic_ws_protocol/Cargo.toml @@ -24,8 +24,6 @@ anyhow = "1" hashbrown = { version = "0.13", features = ["serde"] } serde = { version = "1", features = ["derive"] } serde_json = "1" -# simd-json version 0.7 seems to have bugs in string parsing -# with custom visitor, where it includes quotes in strings simd-json = { version = "0.10", features = ["allow-non-simd"] } tungstenite = "0.19"