From d5c78d00907b47d1781520c31a4975dd49a24b22 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 03:14:00 +0000 Subject: [PATCH] Update Rust crate textwrap to 0.16.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08f95c3..0e7f480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ slog = "2.7.0" slog-async = "2.8.0" tabwriter = "1.4.0" tap = "1.0.1" -textwrap = "0.16.0" +textwrap = "0.16.1" thiserror = "1.0.58" tokio = "1.35.1" toml = "0.8.12"