From 6e6f37a84f5943359ead9419588d424638516ab2 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Tue, 6 Sep 2022 10:33:40 -0700 Subject: [PATCH] updated wez term dependency --- Cargo.lock | 2 +- crates/terminal/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8528935898bfc3cce2070bfa42953205af5516b2..14476e1b04eb22057e4b943b21b63632cb88f628 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3834,7 +3834,7 @@ dependencies = [ [[package]] name = "procinfo" version = "0.1.0" -source = "git+https://github.com/zed-industries/wezterm?rev=40a7dbf93542fbe4178c2e4b4bd438126a6432b9#40a7dbf93542fbe4178c2e4b4bd438126a6432b9" +source = "git+https://github.com/zed-industries/wezterm?rev=5cd757e5f2eb039ed0c6bb6512223e69d5efc64d#5cd757e5f2eb039ed0c6bb6512223e69d5efc64d" dependencies = [ "libc", "log", diff --git a/crates/terminal/Cargo.toml b/crates/terminal/Cargo.toml index c69ad1f40be89812ab089a20a405988f1bbe0913..7831be1c5af47f1dd9e80bac7f5be5d070e21e51 100644 --- a/crates/terminal/Cargo.toml +++ b/crates/terminal/Cargo.toml @@ -9,7 +9,7 @@ doctest = false [dependencies] alacritty_terminal = { git = "https://github.com/zed-industries/alacritty", rev = "a51dbe25d67e84d6ed4261e640d3954fbdd9be45" } -procinfo = { git = "https://github.com/zed-industries/wezterm", rev = "40a7dbf93542fbe4178c2e4b4bd438126a6432b9", default-features = false } +procinfo = { git = "https://github.com/zed-industries/wezterm", rev = "5cd757e5f2eb039ed0c6bb6512223e69d5efc64d", default-features = false } editor = { path = "../editor" } util = { path = "../util" } gpui = { path = "../gpui" }