From 70e6a3db6ef489c129f81c5229bb3edce4f63e69 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Mon, 15 Aug 2022 13:00:50 +0200 Subject: [PATCH] update --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a26cd7417..560a353137 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -543,7 +543,7 @@ dependencies = [ "serde", "simplelog", "syntect", - "textwrap 0.14.2", + "textwrap 0.15.0", "tui", "unicode-segmentation", "unicode-truncate", @@ -1404,9 +1404,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.14.2" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" +checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" dependencies = [ "smawk", "unicode-linebreak", diff --git a/Cargo.toml b/Cargo.toml index 1caea38c83..0ed0860512 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ scopetime = { path = "./scopetime", version = "0.1" } serde = "1.0" simplelog = { version = "0.11", default-features = false } syntect = { version = "5.0", default-features = false, features = ["parsing", "default-syntaxes", "default-themes", "html", "regex-fancy"] } -textwrap = "0.14" +textwrap = "0.15" tui = { version = "0.16", default-features = false, features = ['crossterm', 'serde'] } unicode-segmentation = "1.9" unicode-truncate = "0.2"