From 2a068cacb72b99b3d5fdf5f1114955bf0cec70f6 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 13 May 2024 12:29:19 -0700 Subject: [PATCH] deps: update terminfo --- Cargo.lock | 25 ++----------------------- lua-api-crates/termwiz-funcs/Cargo.toml | 2 +- mux/Cargo.toml | 2 +- term/Cargo.toml | 2 +- termwiz/Cargo.toml | 2 +- wezterm-gui/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01586492f..9490f2603 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1309,15 +1309,6 @@ dependencies = [ "crypto-common", ] -[[package]] -name = "dirs" -version = "4.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" -dependencies = [ - "dirs-sys", -] - [[package]] name = "dirs-next" version = "2.0.0" @@ -1328,17 +1319,6 @@ dependencies = [ "dirs-sys-next", ] -[[package]] -name = "dirs-sys" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" -dependencies = [ - "libc", - "redox_users", - "winapi", -] - [[package]] name = "dirs-sys-next" version = "0.1.2" @@ -5241,11 +5221,10 @@ dependencies = [ [[package]] name = "terminfo" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "666cd3a6681775d22b200409aad3b089c5b99fb11ecdd8a204d9d62f8148498f" +checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662" dependencies = [ - "dirs", "fnv", "nom", "phf", diff --git a/lua-api-crates/termwiz-funcs/Cargo.toml b/lua-api-crates/termwiz-funcs/Cargo.toml index b7f264132..7618ec13a 100644 --- a/lua-api-crates/termwiz-funcs/Cargo.toml +++ b/lua-api-crates/termwiz-funcs/Cargo.toml @@ -10,7 +10,7 @@ publish = false anyhow = "1.0" config = { path = "../../config" } finl_unicode = "1.2" -terminfo = "0.8" +terminfo = "0.9" wezterm-dynamic = { path = "../../wezterm-dynamic" } wezterm-input-types = { path = "../../wezterm-input-types" } luahelper = { path = "../../luahelper" } diff --git a/mux/Cargo.toml b/mux/Cargo.toml index f34958257..e63e56f3e 100644 --- a/mux/Cargo.toml +++ b/mux/Cargo.toml @@ -39,7 +39,7 @@ serde = {version="1.0", features = ["rc", "derive"]} serial = "0.4" shell-words = "1.1" smol = "2.0" -terminfo = "0.8" +terminfo = "0.9" termwiz = { path = "../termwiz" } termwiz-funcs = { path = "../lua-api-crates/termwiz-funcs" } textwrap = "0.16" diff --git a/term/Cargo.toml b/term/Cargo.toml index c06c6a7c7..7460c0345 100644 --- a/term/Cargo.toml +++ b/term/Cargo.toml @@ -29,7 +29,7 @@ lru = "0.12" num-traits = "0.2" ordered-float = "4.1" serde = {version="1.0", features = ["rc"]} -terminfo = "0.8" +terminfo = "0.9" unicode-normalization = "0.1.21" url = "2" wezterm-bidi = { path = "../bidi" } diff --git a/termwiz/Cargo.toml b/termwiz/Cargo.toml index d461307dc..e9f536de0 100644 --- a/termwiz/Cargo.toml +++ b/termwiz/Cargo.toml @@ -38,7 +38,7 @@ serde = {version="1.0", features = ["rc", "derive"], optional=true} siphasher = "0.3" sha2 = "0.10" tempfile = "3.4" -terminfo = "0.8" +terminfo = "0.9" thiserror = "1.0" unicode-segmentation = "1.8" ucd-trie = "0.1" diff --git a/wezterm-gui/Cargo.toml b/wezterm-gui/Cargo.toml index e2b512a6c..edd8f0f1d 100644 --- a/wezterm-gui/Cargo.toml +++ b/wezterm-gui/Cargo.toml @@ -81,7 +81,7 @@ shlex = "1.1" smol = "2.0" tabout = { path = "../tabout" } tempfile = "3.4" -terminfo = "0.8" +terminfo = "0.9" termwiz = { path = "../termwiz" } termwiz-funcs = { path = "../lua-api-crates/termwiz-funcs" } textwrap = "0.16"