From e0822e358514a1d6b85671b314cdf9648d70075e Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 13 Jul 2023 00:15:53 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.102 --- 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 a90501f..90363ef 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1767,9 +1767,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.101" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e8ce1a9fbaeca48fe75743b1064d2a17ee0f88218edefa313c4d16e7c34f662" +checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed" dependencies = [ "itoa", "ryu", diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index a03fb3d..c0ba17f 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4.3.11", features = ["derive"] } log = "0.4.19" env_logger = "0.10.0" serde = { version = "1.0.171", features = ["derive"] } -serde_json = "1.0.101" +serde_json = "1.0.102" 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 88468d2..8fb8d4f 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.19.0", features = ["__rustls-tls", "rustls-tls-native-roots"] } serde_urlencoded = "0.7.1" futures = "0.3.23" -serde_json = "1.0.101" +serde_json = "1.0.102" hostname = "0.3.1" rustls = "0.21.5" hyper-rustls = { version = "0.24.1", features = ["rustls-native-certs"] } -- 2.47.2