diff --git a/Cargo.lock b/Cargo.lock index 711bcfee3..ac21fe292 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/mux/Cargo.toml b/mux/Cargo.toml index 53d9d708b..d3f8129b0 100644 --- a/mux/Cargo.toml +++ b/mux/Cargo.toml @@ -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" } diff --git a/wezterm-client/Cargo.toml b/wezterm-client/Cargo.toml index f33a2dea3..3619b44c2 100644 --- a/wezterm-client/Cargo.toml +++ b/wezterm-client/Cargo.toml @@ -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" diff --git a/wezterm-gui/Cargo.toml b/wezterm-gui/Cargo.toml index 9f9bcf226..c46e1dde2 100644 --- a/wezterm-gui/Cargo.toml +++ b/wezterm-gui/Cargo.toml @@ -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" } diff --git a/wezterm/Cargo.toml b/wezterm/Cargo.toml index d799fa0ff..129cd219c 100644 --- a/wezterm/Cargo.toml +++ b/wezterm/Cargo.toml @@ -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" }