From 466ed505821868590376c8c5190301ad2f9dd7a2 Mon Sep 17 00:00:00 2001
From: Pierre Hubert <pierre@noreply.localhost>
Date: Sun, 24 Dec 2023 00:22:04 +0000
Subject: [PATCH] Update Rust crate tokio to 1.35.1

---
 rust/Cargo.lock                       | 4 ++--
 rust/sea_battle_cli_player/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 5afd3f4..40ac725 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2064,9 +2064,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
 
 [[package]]
 name = "tokio"
-version = "1.35.0"
+version = "1.35.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c"
+checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
 dependencies = [
  "backtrace",
  "bytes",
diff --git a/rust/sea_battle_cli_player/Cargo.toml b/rust/sea_battle_cli_player/Cargo.toml
index b3d7e46..73ba646 100644
--- a/rust/sea_battle_cli_player/Cargo.toml
+++ b/rust/sea_battle_cli_player/Cargo.toml
@@ -19,7 +19,7 @@ env_logger = "0.10.1"
 tui = "0.19.0"
 crossterm = "0.27.0"
 lazy_static = "1.4.0"
-tokio = "1.35.0"
+tokio = "1.35.1"
 num = "0.4.1"
 num-traits = "0.2.17"
 num-derive = "0.4.1"
-- 
2.47.2