From 7c57ff075310181c69731a84b2745141544db450 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 6 Apr 2024 00:13:46 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.115 --- 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 1791566..a52f18d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1811,9 +1811,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.114" +version = "1.0.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" +checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" dependencies = [ "itoa", "ryu", diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index b729ec7..1986f8b 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4.5.4", features = ["derive"] } log = "0.4.21" env_logger = "0.11.3" serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.114" +serde_json = "1.0.115" 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 3507bc5..f9f0871 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.114" +serde_json = "1.0.115" hostname = "0.4.0" rustls = "0.22.2" reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }