From 5105fb8752b00da8da7d4f27b41e0f3deae9858a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 18 Jan 2022 00:11:05 -0500 Subject: bump deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 99f0202..1e8de55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ pest = "2.1.3" pest_derive = "2.1.0" pty-process = { version = "0.2.0", features = ["async"] } serde = { version = "1.0.133", features = ["derive"] } -signal-hook-async-std = "0.2.1" +signal-hook-async-std = "0.2.2" structopt = { version = "0.3.25", features = ["paw", "wrap_help"] } terminal_size = "0.1.17" textmode = { version = "0.3.0", features = ["async"] } -- cgit v1.2.3-54-g00ecf