From d2842022d58ba36290527924bb088ecab43ee240 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Fri, 5 Jan 2024 00:10:57 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.111 --- 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 8ed2c0c..6c50ede 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1808,9 +1808,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.110" +version = "1.0.111" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257" +checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" dependencies = [ "itoa", "ryu", diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index de3d128..da534af 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4.4.12", features = ["derive"] } log = "0.4.20" env_logger = "0.10.1" serde = { version = "1.0.194", features = ["derive"] } -serde_json = "1.0.110" +serde_json = "1.0.111" actix-web = "4.4.1" actix-cors = "0.6.5" actix = "0.13.1" diff --git a/rust/sea_battle_cli_player/Cargo.toml b/rust/sea_battle_cli_player/Cargo.toml index b271896..19ccbd3 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.20.1", features = ["__rustls-tls", "rustls-tls-native-roots"] } serde_urlencoded = "0.7.1" futures = "0.3.30" -serde_json = "1.0.110" +serde_json = "1.0.111" hostname = "0.3.1" rustls = "0.21.9" hyper-rustls = { version = "0.24.2", features = ["rustls-native-certs"] }