diff --git a/rust/Cargo.lock b/rust/Cargo.lock index f363117..9097ac0 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1322,9 +1322,9 @@ dependencies = [ [[package]] name = "num-derive" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e6a0fd4f737c707bd9086cc16c925f294943eb62eb71499e9fd4cf71f8b9f4e" +checksum = "cfb77679af88f8b125209d354a202862602672222e7f2313fdd6dc349bad4712" dependencies = [ "proc-macro2", "quote", diff --git a/rust/sea_battle_cli_player/Cargo.toml b/rust/sea_battle_cli_player/Cargo.toml index 90d51ea..3d2790d 100644 --- a/rust/sea_battle_cli_player/Cargo.toml +++ b/rust/sea_battle_cli_player/Cargo.toml @@ -22,7 +22,7 @@ lazy_static = "1.4.0" tokio = "1.33.0" num = "0.4.1" num-traits = "0.2.17" -num-derive = "0.4.0" +num-derive = "0.4.1" textwrap = "0.16.0" tokio-tungstenite = { version = "0.20.1", features = ["__rustls-tls", "rustls-tls-native-roots"] } serde_urlencoded = "0.7.1"