From 26cf43c0d5a31755c8cdff0bc1c83061889b25da Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 23 Mar 2024 00:28:22 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.114 --- 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 005234b..4c8d4d7 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1847,9 +1847,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.111" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" +checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ "itoa", "ryu", diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index 5478364..8e69fc6 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4.5.3", features = ["derive"] } log = "0.4.21" env_logger = "0.10.2" serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.110" +serde_json = "1.0.114" actix-web = "4.5.1" actix-cors = "0.7.0" actix = "0.13.3" diff --git a/rust/sea_battle_cli_player/Cargo.toml b/rust/sea_battle_cli_player/Cargo.toml index a853115..1ff17f3 100644 --- a/rust/sea_battle_cli_player/Cargo.toml +++ b/rust/sea_battle_cli_player/Cargo.toml @@ -27,7 +27,7 @@ textwrap = "0.16.1" tokio-tungstenite = { version = "0.21.0", 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.114" hostname = "0.3.1" rustls = "0.22.2" reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }