1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 13:21:38 +03:00

deps: ordered-float -> 2.8

This commit is contained in:
Wez Furlong 2021-09-05 23:25:37 -07:00
parent 3f5fb5b76f
commit 545a8fc8a7
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ lazy_static = "1.4"
log = "0.4"
lru = "0.6"
num-traits = "0.2"
ordered-float = "2.7"
ordered-float = "2.8"
palette = "0.5"
serde = {version="1.0", features = ["rc"]}
terminfo = "0.7"

View File

@ -25,7 +25,7 @@ libc = "0.2"
log = "0.4"
memmem = "0.1"
num-traits = "0.2"
ordered-float = "2.7"
ordered-float = "2.8"
regex = "1"
semver = "0.11"
serde = {version="1.0", features = ["rc", "derive"], optional=true}

View File

@ -20,7 +20,7 @@ log = "0.4"
memmap2 = "0.2"
metrics = { version="0.17", features=["std"]}
mux = { path = "../mux" }
ordered-float = "2.7"
ordered-float = "2.8"
rangeset = { path = "../rangeset" }
termwiz = { path = "../termwiz" }
thiserror = "1.0"

View File

@ -44,7 +44,7 @@ metrics = { version="0.17", features=["std"]}
mlua = "0.5"
mux = { path = "../mux" }
open = "2.0"
ordered-float = "2.7"
ordered-float = "2.8"
palette = "0.5"
percent-encoding = "2"
portable-pty = { path = "../pty", features = ["serde_support", "ssh"]}