mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 05:12:40 +03:00
deps: upgrade finl_unicode to 1.2
This commit is contained in:
parent
cd386804c4
commit
b1faba9d8a
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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"
|
||||
|
@ -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" }
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user