From 2abe1c95d02ed903063fd425fe4864636ec66233 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 1 Apr 2023 00:09:32 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.95 --- rust/Cargo.lock | 4 ++-- rust/sea_battle_backend/Cargo.toml | 2 +- rust/sea_battle_cli_player/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 4ccaea4..df4ce04 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1761,9 +1761,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" +checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" dependencies = [ "itoa", "ryu", diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index e898a1e..4633e29 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4.0.16", features = ["derive"] } log = "0.4.17" env_logger = "0.10.0" serde = { version = "1.0.159", features = ["derive"] } -serde_json = "1.0.85" +serde_json = "1.0.95" actix-web = "4.1.0" actix-cors = "0.6.2" actix = "0.13.0" diff --git a/rust/sea_battle_cli_player/Cargo.toml b/rust/sea_battle_cli_player/Cargo.toml index c90c4bb..7729cdd 100644 --- a/rust/sea_battle_cli_player/Cargo.toml +++ b/rust/sea_battle_cli_player/Cargo.toml @@ -27,7 +27,7 @@ textwrap = "0.16.0" tokio-tungstenite = { version = "0.18.0", features = ["__rustls-tls", "rustls-tls-native-roots"] } serde_urlencoded = "0.7.1" futures = "0.3.23" -serde_json = "1.0.85" +serde_json = "1.0.95" hostname = "0.3.1" rustls = "0.20.6" hyper-rustls = { version = "0.23.0", features = ["rustls-native-certs"] } -- 2.45.2