From 2e6d5acae2c3f7b8ba7571f49a7a59006bb58358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 18 Jul 2022 18:47:28 +0200 Subject: [PATCH] Update simd-json to version 0.6.0 --- Cargo.lock | 10 +++++----- aquatic_ws_protocol/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 616cdef..a2d79a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2420,9 +2420,9 @@ dependencies = [ [[package]] name = "simd-json" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d67c573ee0994adb422b5f9ea7c55693ee943c39f4eb20aa76475a5b7039bb87" +checksum = "9bd78b840b9de64fa3f7d72909b76343849f68e8c3d32608db8d38e4e5481f84" dependencies = [ "halfbrown", "serde", @@ -3019,13 +3019,13 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] name = "value-trait" -version = "0.2.12" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fe40a74a6f052b10668ef021c8c3ae56ab38269f9c0f401daa6ed36f96662fd" +checksum = "c0a635407649b66e125e4d2ffd208153210179f8c7c8b71c030aa2ad3eeb4c8f" dependencies = [ "float-cmp", "halfbrown", - "itoa 0.4.8", + "itoa 1.0.2", "ryu", ] diff --git a/aquatic_ws_protocol/Cargo.toml b/aquatic_ws_protocol/Cargo.toml index 2b196ae..5ce41e1 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.5", features = ["allow-non-simd"] } +simd-json = { version = "0.6", features = ["allow-non-simd"] } tungstenite = "0.17" [dev-dependencies]