diff --git a/rust/Cargo.lock b/rust/Cargo.lock index e30552f..5cda5ca 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1741,9 +1741,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" +checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" [[package]] name = "serde" diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index af6b8d0..aa7f27c 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -26,7 +26,7 @@ uuid = { version = "1.4.0", features = ["v4"] } rand = "0.8.5" serde_with = "3.0.0" tokio = { version = "1", features = ["full"] } -semver = "1.0.14" +semver = "1.0.18" [dev-dependencies] #reqwest = { version = "0.11.11", default-features = false, features = ["json", "rustls-tls"] }