From 242d8540bd90afc117674738134ccbdc16e13349 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 16 Mar 2023 00:33:12 +0000 Subject: [PATCH] Update Rust crate semver to 1.0.17 --- 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 e6a4849..24f9900 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1637,9 +1637,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.14" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4" +checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" [[package]] name = "serde" diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index f64bace..29f26de 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -26,7 +26,7 @@ uuid = { version = "1.1.2", features = ["v4"] } rand = "0.8.5" serde_with = "2.0.1" tokio = { version = "1", features = ["full"] } -semver = "1.0.14" +semver = "1.0.17" [dev-dependencies] #reqwest = { version = "0.11.11", default-features = false, features = ["json", "rustls-tls"] }