From e9e272c19ce6b21d25dea674ca39a999dc294491 Mon Sep 17 00:00:00 2001
From: Pierre Hubert <pierre@noreply.localhost>
Date: Tue, 10 Oct 2023 00:07:43 +0000
Subject: [PATCH] Update Rust crate semver to 1.0.20

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

diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index f4776e4..52a30b5 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -1768,9 +1768,9 @@ dependencies = [
 
 [[package]]
 name = "semver"
-version = "1.0.19"
+version = "1.0.20"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"
+checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
 
 [[package]]
 name = "serde"
diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml
index 9cbdabc..5db5101 100644
--- a/rust/sea_battle_backend/Cargo.toml
+++ b/rust/sea_battle_backend/Cargo.toml
@@ -26,7 +26,7 @@ uuid = { version = "1.4.1", features = ["v4"] }
 rand = "0.8.5"
 serde_with = "3.3.0"
 tokio = { version = "1", features = ["full"] }
-semver = "1.0.19"
+semver = "1.0.20"
 
 [dev-dependencies]
 #reqwest = { version = "0.11.11", default-features = false, features = ["json", "rustls-tls"] }
-- 
2.47.2