summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-01-18 00:11:05 -0500
committerJesse Luehrs <doy@tozt.net>2022-01-18 00:11:05 -0500
commit5105fb8752b00da8da7d4f27b41e0f3deae9858a (patch)
treee098c6a5815da1aeff63ba1209278a320783299e /Cargo.toml
parent2472e512c344c77383b85714a343cf2b3ab5d637 (diff)
downloadnbsh-5105fb8752b00da8da7d4f27b41e0f3deae9858a.tar.gz
nbsh-5105fb8752b00da8da7d4f27b41e0f3deae9858a.zip
bump deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }