From 50e2db5256c08fcaf81a31e93fb01501d8313fbc Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Wed, 12 Jul 2023 00:16:01 +0000 Subject: [PATCH] Update Rust crate num to 0.4.1 --- rust/Cargo.lock | 4 ++-- rust/sea_battle_cli_player/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index afaacbf..670ccca 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1260,9 +1260,9 @@ dependencies = [ [[package]] name = "num" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606" +checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af" dependencies = [ "num-bigint", "num-complex", diff --git a/rust/sea_battle_cli_player/Cargo.toml b/rust/sea_battle_cli_player/Cargo.toml index e5abc10..7da8ce8 100644 --- a/rust/sea_battle_cli_player/Cargo.toml +++ b/rust/sea_battle_cli_player/Cargo.toml @@ -20,7 +20,7 @@ tui = "0.19.0" crossterm = "0.26.1" lazy_static = "1.4.0" tokio = "1.29.1" -num = "0.4.0" +num = "0.4.1" num-traits = "0.2.15" num-derive = "0.4.0" textwrap = "0.16.0" -- 2.47.2