From 62b48c8e9029c0a1aea4bdbf5de148e8bceb6df6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 9 Sep 2022 13:13:33 +0300 Subject: fix: bump dependency on textwrap Sponsored-by: author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2512f9e..6709bf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ anyhow = "1" clap = { version = "3.2.12", features = ["derive"] } serde = { version = "1.0.134", features = ["derive"] } serde_yaml = "0.8" -textwrap = "0.14" +textwrap = "0.15" thiserror = "1" -- cgit v1.2.1