From dd285caa093d52faf6935b3359640ef96cbcb503 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 10 Nov 2022 00:24:14 +0000 Subject: [PATCH] Update Rust crate textwrap to 0.16.0 --- 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 e6a4849..0804b0c 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1829,9 +1829,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16" +checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" dependencies = [ "smawk", "unicode-linebreak", diff --git a/rust/sea_battle_cli_player/Cargo.toml b/rust/sea_battle_cli_player/Cargo.toml index c1c8fd8..763f3ce 100644 --- a/rust/sea_battle_cli_player/Cargo.toml +++ b/rust/sea_battle_cli_player/Cargo.toml @@ -23,7 +23,7 @@ tokio = "1.21.2" num = "0.4.0" num-traits = "0.2.15" num-derive = "0.3.3" -textwrap = "0.15.1" +textwrap = "0.16.0" tokio-tungstenite = { version = "0.17.2", features = ["__rustls-tls", "rustls-tls-native-roots"] } serde_urlencoded = "0.7.1" futures = "0.3.23" -- 2.47.2