From 42bea6bba42a1f4f864ea87b08cfc432447d03be Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Wed, 12 Jul 2023 00:16:13 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.101 --- 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 670ccca..a90501f 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1767,9 +1767,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.100" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" +checksum = "9e8ce1a9fbaeca48fe75743b1064d2a17ee0f88218edefa313c4d16e7c34f662" dependencies = [ "itoa", "ryu", diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index c04bf81..a03fb3d 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.100" +serde_json = "1.0.101" 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 7da8ce8..88468d2 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.100" +serde_json = "1.0.101" hostname = "0.3.1" rustls = "0.21.5" hyper-rustls = { version = "0.24.1", features = ["rustls-native-certs"] }