From b1faba9d8af832343bacc95b04fa1a5fb53b6b75 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 23 Oct 2022 12:07:00 -0700 Subject: [PATCH] deps: upgrade finl_unicode to 1.2 --- Cargo.lock | 4 ++-- lua-api-crates/termwiz-funcs/Cargo.toml | 2 +- mux/Cargo.toml | 2 +- term/Cargo.toml | 2 +- termwiz/Cargo.toml | 2 +- wezterm-font/Cargo.toml | 2 +- wezterm-gui/Cargo.toml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c0a6ff84..7fac52835 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1436,9 +1436,9 @@ dependencies = [ [[package]] name = "finl_unicode" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7a5bc434676f696758465b59d15977aeda4943ed39cb6ae54db012e1d09dee8" +checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" [[package]] name = "fixedbitset" diff --git a/lua-api-crates/termwiz-funcs/Cargo.toml b/lua-api-crates/termwiz-funcs/Cargo.toml index 7af66bbe1..6cf9decfe 100644 --- a/lua-api-crates/termwiz-funcs/Cargo.toml +++ b/lua-api-crates/termwiz-funcs/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] anyhow = "1.0" config = { path = "../../config" } -finl_unicode = "1.1" +finl_unicode = "1.2" terminfo = "0.7" wezterm-dynamic = { path = "../../wezterm-dynamic" } luahelper = { path = "../../luahelper" } diff --git a/mux/Cargo.toml b/mux/Cargo.toml index 6c99d73d6..53d9d708b 100644 --- a/mux/Cargo.toml +++ b/mux/Cargo.toml @@ -17,7 +17,7 @@ config = { path = "../config" } crossbeam = "0.8" downcast-rs = "1.0" filedescriptor = { version="0.8", path = "../filedescriptor" } -finl_unicode = "1.1" +finl_unicode = "1.2" hostname = "0.3" lazy_static = "1.4" libc = "0.2" diff --git a/term/Cargo.toml b/term/Cargo.toml index d2cf8ba93..c6ff78b7a 100644 --- a/term/Cargo.toml +++ b/term/Cargo.toml @@ -18,7 +18,7 @@ anyhow = "1.0" bitflags = "1.3" csscolorparser = "0.6" miniz_oxide = "0.4" -finl_unicode = "1.1" +finl_unicode = "1.2" hex = "0.4" image = "0.24" lazy_static = "1.4" diff --git a/termwiz/Cargo.toml b/termwiz/Cargo.toml index e843bac26..0705e3175 100644 --- a/termwiz/Cargo.toml +++ b/termwiz/Cargo.toml @@ -17,7 +17,7 @@ bitflags = "1.3" cassowary = {version="0.3", optional=true} anyhow = "1.0" filedescriptor = { version="0.8", path = "../filedescriptor" } -finl_unicode = "1.1" +finl_unicode = "1.2" fixedbitset = "0.4" fnv = {version="1.0", optional=true} hex = "0.4" diff --git a/wezterm-font/Cargo.toml b/wezterm-font/Cargo.toml index fa40b8fcb..59cbf5b3f 100644 --- a/wezterm-font/Cargo.toml +++ b/wezterm-font/Cargo.toml @@ -18,7 +18,7 @@ config = { path = "../config" } encoding_rs = "0.8" enum-display-derive = "0.1" euclid = "0.22" -finl_unicode = "1.1" +finl_unicode = "1.2" freetype = { path = "../deps/freetype" } harfbuzz = { path = "../deps/harfbuzz" } lazy_static = "1.4" diff --git a/wezterm-gui/Cargo.toml b/wezterm-gui/Cargo.toml index e49497a7b..9f9bcf226 100644 --- a/wezterm-gui/Cargo.toml +++ b/wezterm-gui/Cargo.toml @@ -45,7 +45,7 @@ env-bootstrap = { path = "../env-bootstrap" } euclid = "0.22" fastrand = "1.6" filedescriptor = { version="0.8", path = "../filedescriptor" } -finl_unicode = "1.1" +finl_unicode = "1.2" fnv = "1.0" frecency = { path = "../frecency" } futures = "0.3"