1
1
mirror of https://github.com/wez/wezterm.git synced 2025-01-03 11:11:43 +03:00

deps: textwrap -> 0.16

closes: https://github.com/wez/wezterm/pull/2664
This commit is contained in:
Wez Furlong 2022-10-23 20:50:47 -07:00
parent 7063cba250
commit 43f2265ef1
5 changed files with 10 additions and 10 deletions

12
Cargo.lock generated
View File

@ -2730,7 +2730,7 @@ dependencies = [
"terminfo",
"termwiz",
"termwiz-funcs",
"textwrap 0.15.1",
"textwrap 0.16.0",
"thiserror",
"url",
"wezterm-dynamic",
@ -4794,9 +4794,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",
@ -5472,7 +5472,7 @@ dependencies = [
"tempfile",
"termios 0.3.3",
"termwiz",
"textwrap 0.15.1",
"textwrap 0.16.0",
"umask",
"url",
"wezterm-client",
@ -5515,7 +5515,7 @@ dependencies = [
"ratelim",
"smol",
"termwiz",
"textwrap 0.15.1",
"textwrap 0.16.0",
"thiserror",
"uds_windows",
"umask",
@ -5658,7 +5658,7 @@ dependencies = [
"terminfo",
"termwiz",
"termwiz-funcs",
"textwrap 0.15.1",
"textwrap 0.16.0",
"thiserror",
"tiny-skia",
"uds_windows",

View File

@ -39,7 +39,7 @@ smol = "1.2"
terminfo = "0.7"
termwiz = { path = "../termwiz" }
termwiz-funcs = { path = "../lua-api-crates/termwiz-funcs" }
textwrap = "0.15"
textwrap = "0.16"
thiserror = "1.0"
url = "2"
wezterm-ssh = { path = "../wezterm-ssh" }

View File

@ -33,7 +33,7 @@ rangeset = { path = "../rangeset" }
ratelim= { path = "../ratelim" }
smol = "1.2"
termwiz = { path = "../termwiz" }
textwrap = "0.15"
textwrap = "0.16"
thiserror = "1.0"
umask = { path = "../umask" }
url = "2"

View File

@ -77,7 +77,7 @@ tabout = { path = "../tabout" }
terminfo = "0.7"
termwiz = { path = "../termwiz" }
termwiz-funcs = { path = "../lua-api-crates/termwiz-funcs" }
textwrap = "0.15"
textwrap = "0.16"
thiserror = "1.0"
tiny-skia = "0.8"
umask = { path = "../umask" }

View File

@ -32,7 +32,7 @@ smol = "1.2"
tabout = { path = "../tabout" }
tempfile = "3.3"
termwiz = { path = "../termwiz" }
textwrap = "0.15"
textwrap = "0.16"
umask = { path = "../umask" }
url = "2"
wezterm-client = { path = "../wezterm-client" }