From b6298bcf4a37137943a0262d16ea868b06e00e32 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Tue, 20 Feb 2024 00:13:42 +0000 Subject: [PATCH] Update Rust crate semver to 1.0.22 --- 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 1b14d3f..cd3d451 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1802,9 +1802,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.21" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0" +checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" [[package]] name = "serde" diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index 49ccef0..cba6c97 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -26,7 +26,7 @@ uuid = { version = "1.7.0", features = ["v4"] } rand = "0.8.5" serde_with = "3.6.1" tokio = { version = "1", features = ["full"] } -semver = "1.0.21" +semver = "1.0.22" [dev-dependencies] #reqwest = { version = "0.11.11", default-features = false, features = ["json", "rustls-tls"] } -- 2.45.2