1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 18:57:59 +03:00

deps: update finl_unicode

This commit is contained in:
Wez Furlong 2022-09-16 07:47:33 -07:00
parent 10cd78a81a
commit 85db555b37
7 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View File

@ -1385,9 +1385,9 @@ dependencies = [
[[package]]
name = "finl_unicode"
version = "1.0.2"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69152938fc3cf544c50065ed78d321d0c5bf3433344f227eb2323bcf78370d34"
checksum = "c7a5bc434676f696758465b59d15977aeda4943ed39cb6ae54db012e1d09dee8"
[[package]]
name = "fixedbitset"

View File

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
config = { path = "../../config" }
finl_unicode = "1.0.2"
finl_unicode = "1.1"
terminfo = "0.7"
wezterm-dynamic = { path = "../../wezterm-dynamic" }
luahelper = { path = "../../luahelper" }

View File

@ -17,7 +17,7 @@ config = { path = "../config" }
crossbeam = "0.8"
downcast-rs = "1.0"
filedescriptor = { version="0.8", path = "../filedescriptor" }
finl_unicode = "1.0.2"
finl_unicode = "1.1"
hostname = "0.3"
lazy_static = "1.4"
libc = "0.2"

View File

@ -18,7 +18,7 @@ anyhow = "1.0"
bitflags = "1.3"
csscolorparser = "0.6"
miniz_oxide = "0.4"
finl_unicode = "1.0.2"
finl_unicode = "1.1"
hex = "0.4"
image = "0.24"
lazy_static = "1.4"

View File

@ -18,7 +18,7 @@ cassowary = {version="0.3", optional=true}
cfg-if = "1.0"
anyhow = "1.0"
filedescriptor = { version="0.8", path = "../filedescriptor" }
finl_unicode = "1.0.2"
finl_unicode = "1.1"
fixedbitset = "0.4"
fnv = {version="1.0", optional=true}
hex = "0.4"

View File

@ -18,7 +18,7 @@ config = { path = "../config" }
encoding_rs = "0.8"
enum-display-derive = "0.1"
euclid = "0.22"
finl_unicode = "1.0.2"
finl_unicode = "1.1"
freetype = { path = "../deps/freetype" }
harfbuzz = { path = "../deps/harfbuzz" }
lazy_static = "1.4"

View File

@ -46,7 +46,7 @@ env-bootstrap = { path = "../env-bootstrap" }
euclid = "0.22"
fastrand = "1.6"
filedescriptor = { version="0.8", path = "../filedescriptor" }
finl_unicode = "1.0.2"
finl_unicode = "1.1"
fnv = "1.0"
frecency = { path = "../frecency" }
futures = "0.3"