From a2e882a7cb2b0194b414c2335dc50e95557041d3 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 18 Jul 2021 19:10:46 -0700 Subject: [PATCH] deps: cargo update, and a couple of dependabot suggestions --- Cargo.lock | 69 ++++++++++++++++++--------------------- codec/Cargo.toml | 2 +- mux/Cargo.toml | 2 +- term/Cargo.toml | 2 +- termwiz/Cargo.toml | 2 +- wezterm-client/Cargo.toml | 2 +- wezterm-font/Cargo.toml | 4 +-- wezterm-gui/Cargo.toml | 4 +-- window/Cargo.toml | 2 +- 9 files changed, 42 insertions(+), 47 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90baf2395..9e230c006 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -29,6 +29,17 @@ version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" +[[package]] +name = "ahash" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98" +dependencies = [ + "getrandom 0.2.3", + "once_cell", + "version_check", +] + [[package]] name = "aho-corasick" version = "0.7.18" @@ -533,9 +544,9 @@ checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" [[package]] name = "cc" -version = "1.0.68" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787" +checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2" dependencies = [ "jobserver", ] @@ -1861,7 +1872,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" dependencies = [ - "ahash", + "ahash 0.4.7", ] [[package]] @@ -2271,9 +2282,9 @@ dependencies = [ [[package]] name = "luajit-src" -version = "210.1.4+resty8404d7f" +version = "210.2.0+resty5f13855" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd98051767391af4fa24b5d3a9b6dace632bf2d92c6a6e0abf566109649aa75b" +checksum = "49f85722ea9e022305a077b916c9271011a195ee8dc9b2b764fc78b0378e3b72" dependencies = [ "cc", ] @@ -2385,13 +2396,13 @@ dependencies = [ [[package]] name = "metrics" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c0a7fa53d812d26e59d2baf7a6f77442041454ab32908eb304447f00f0dd4de" +checksum = "a00f42f354a2ed4894db863b3a4db47aef2d2e4435b937221749bd37a8a7aaa8" dependencies = [ + "ahash 0.7.4", "metrics-macros", "proc-macro-hack", - "t1ha", ] [[package]] @@ -2850,11 +2861,11 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "open" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1711eb4b31ce4ad35b0f316d8dfba4fe5c7ad601c448446d84aae7a896627b20" +checksum = "dcea7a30d6b81a2423cc59c43554880feff7b57d12916f231a79f8d6d9470201" dependencies = [ - "which", + "pathdiff", "winapi 0.3.9", ] @@ -2903,9 +2914,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dea6388d3d5498ec651701f14edbaf463c924b5d8829fb2848ccf0bcc7b3c69" +checksum = "039f02eb0f69271f26abe3202189275d7aa2258b903cb0281b5de710a2570ff3" dependencies = [ "num-traits", ] @@ -3000,6 +3011,12 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "pathdiff" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34" + [[package]] name = "pem" version = "0.8.3" @@ -4185,18 +4202,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "t1ha" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa44aa51ae1a544e2c35a38831ba54ae40591f21384816f531b84f3e984b9ccc" -dependencies = [ - "cfg-if 0.1.10", - "lazy_static", - "num-traits", - "rustc_version", -] - [[package]] name = "tabout" version = "0.3.0" @@ -5161,9 +5166,9 @@ dependencies = [ [[package]] name = "wgpu-core" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af5c8acd3ae5781a277cdf65a17f3a7135de5ae782775620e74ea16c9d47770" +checksum = "958a8a5e418492723ab4e7933bf6dbdf06f5dc87274ba2ae0e4f9c891aac579c" dependencies = [ "arrayvec", "bitflags", @@ -5198,16 +5203,6 @@ dependencies = [ "bitflags", ] -[[package]] -name = "which" -version = "4.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe" -dependencies = [ - "either", - "libc", -] - [[package]] name = "winapi" version = "0.2.8" diff --git a/codec/Cargo.toml b/codec/Cargo.toml index 1c13626ba..8d72ba564 100644 --- a/codec/Cargo.toml +++ b/codec/Cargo.toml @@ -11,7 +11,7 @@ anyhow = "1.0" config = { path = "../config" } leb128 = "0.2" log = "0.4" -metrics = { version="0.16", features=["std"]} +metrics = { version="0.17", features=["std"]} mux = { path = "../mux" } portable-pty = { path = "../pty", features = ["serde_support"]} rangeset = { path = "../rangeset" } diff --git a/mux/Cargo.toml b/mux/Cargo.toml index b001297ac..641efc501 100644 --- a/mux/Cargo.toml +++ b/mux/Cargo.toml @@ -19,7 +19,7 @@ lazy_static = "1.4" libc = "0.2" log = "0.4" luahelper = { path = "../luahelper" } -metrics = { version="0.16", features=["std"]} +metrics = { version="0.17", features=["std"]} portable-pty = { path = "../pty", features = ["serde_support"]} promise = { path = "../promise" } rangeset = { path = "../rangeset" } diff --git a/term/Cargo.toml b/term/Cargo.toml index b77a37b88..f9f852833 100644 --- a/term/Cargo.toml +++ b/term/Cargo.toml @@ -21,7 +21,7 @@ lazy_static = "1.4" log = "0.4" lru = "0.6" num-traits = "0.2" -ordered-float = "2.5" +ordered-float = "2.7" palette = "0.5" serde = {version="1.0", features = ["rc"]} sha2 = "0.9" diff --git a/termwiz/Cargo.toml b/termwiz/Cargo.toml index 73c89fe8a..71d9c5729 100644 --- a/termwiz/Cargo.toml +++ b/termwiz/Cargo.toml @@ -23,7 +23,7 @@ libc = "0.2" log = "0.4" memmem = "0.1" num-traits = "0.2" -ordered-float = "2.5" +ordered-float = "2.7" regex = "1" semver = "0.11" serde = {version="1.0", features = ["rc", "derive"], optional=true} diff --git a/wezterm-client/Cargo.toml b/wezterm-client/Cargo.toml index 6f540aebe..b8e1e153e 100644 --- a/wezterm-client/Cargo.toml +++ b/wezterm-client/Cargo.toml @@ -16,7 +16,7 @@ filedescriptor = { version="0.8", path = "../filedescriptor" } futures = "0.3" log = "0.4" lru = "0.6" -metrics = { version="0.16", features=["std"]} +metrics = { version="0.17", features=["std"]} mux = { path = "../mux" } openssl = "0.10" portable-pty = { path = "../pty", features = ["serde_support"]} diff --git a/wezterm-font/Cargo.toml b/wezterm-font/Cargo.toml index a81a0279d..8ebf8988f 100644 --- a/wezterm-font/Cargo.toml +++ b/wezterm-font/Cargo.toml @@ -18,9 +18,9 @@ harfbuzz = { path = "../deps/harfbuzz" } lazy_static = "1.4" log = "0.4" memmap2 = "0.2" -metrics = { version="0.16", features=["std"]} +metrics = { version="0.17", features=["std"]} mux = { path = "../mux" } -ordered-float = "2.5" +ordered-float = "2.7" rangeset = { path = "../rangeset" } termwiz = { path = "../termwiz" } thiserror = "1.0" diff --git a/wezterm-gui/Cargo.toml b/wezterm-gui/Cargo.toml index 8d618f2ef..8b62e60da 100644 --- a/wezterm-gui/Cargo.toml +++ b/wezterm-gui/Cargo.toml @@ -38,11 +38,11 @@ libc = "0.2" log = "0.4" lru = "0.6" luahelper = { path = "../luahelper" } -metrics = { version="0.16", features=["std"]} +metrics = { version="0.17", features=["std"]} mlua = "0.5" mux = { path = "../mux" } open = "1.4" -ordered-float = "2.5" +ordered-float = "2.7" palette = "0.5" percent-encoding = "2" portable-pty = { path = "../pty", features = ["serde_support", "ssh"]} diff --git a/window/Cargo.toml b/window/Cargo.toml index a1bfd4fd7..cd8b2554d 100644 --- a/window/Cargo.toml +++ b/window/Cargo.toml @@ -36,7 +36,7 @@ lazy_static = "1.4" libloading = "0.6" line_drawing = "0.8" log = "0.4" -metrics = { version="0.16", features=["std"]} +metrics = { version="0.17", features=["std"]} promise = { path = "../promise" } raw-window-handle = "0.3" resize = "0.5"