1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-03 17:57:26 +03:00

deps: update terminfo

This commit is contained in:
Wez Furlong 2024-05-13 12:29:19 -07:00
parent b07ebd4f09
commit 2a068cacb7
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
6 changed files with 7 additions and 28 deletions

25
Cargo.lock generated
View File

@ -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",

View File

@ -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" }

View File

@ -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"

View File

@ -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" }

View File

@ -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"

View File

@ -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"