From 123193d0321b9f3d7a55af1a226df9c76a82b3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 7 Jun 2022 13:56:26 +0200 Subject: [PATCH] Update simd-json version from 0.4 to 0.5 --- Cargo.lock | 4 ++-- aquatic_ws_protocol/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 262ea3c..aa1fe5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2437,9 +2437,9 @@ dependencies = [ [[package]] name = "simd-json" -version = "0.4.15" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0c3aaa7729b636ed4843efa96722f0d5823825b4f388d74c83757a3227f64d4" +checksum = "3868f37d8473eb1410c71a8b88a5411778f72ae82bd72340b2355d1c133f2b6a" dependencies = [ "halfbrown", "serde", diff --git a/aquatic_ws_protocol/Cargo.toml b/aquatic_ws_protocol/Cargo.toml index fd91881..2b196ae 100644 --- a/aquatic_ws_protocol/Cargo.toml +++ b/aquatic_ws_protocol/Cargo.toml @@ -23,7 +23,7 @@ anyhow = "1" hashbrown = { version = "0.12", features = ["serde"] } serde = { version = "1", features = ["derive"] } serde_json = "1" -simd-json = { version = "0.4", features = ["allow-non-simd"] } +simd-json = { version = "0.5", features = ["allow-non-simd"] } tungstenite = "0.17" [dev-dependencies]