From 92a4f8b2f71c9b373de84948ce65162ac92eb9f7 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 23 Sep 2023 00:09:28 +0000 Subject: [PATCH] Update Rust crate semver to 1.0.19 --- 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 db2ad75..758f791 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1768,9 +1768,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.18" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" +checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0" [[package]] name = "serde" diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index 87ca1bf..3f28fa5 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.18" +semver = "1.0.19" [dev-dependencies] #reqwest = { version = "0.11.11", default-features = false, features = ["json", "rustls-tls"] }