summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-13 03:01:04 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-13 03:01:04 -0500
commit7e5b59d8eae5fa804b80b628e2f55921c5db8b3e (patch)
treec1a3bdbe24e015777033eac371ddab426ed8968d /Cargo.toml
parentf7e3f34adfbe3a9ff2adb92fe094ef9dff4c5dbb (diff)
downloadnbsh-7e5b59d8eae5fa804b80b628e2f55921c5db8b3e.tar.gz
nbsh-7e5b59d8eae5fa804b80b628e2f55921c5db8b3e.zip
bump deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 727bb9b..fd79fa7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,10 +10,10 @@ anyhow = "1.0.51"
async-std = { version = "1.10.0", features = ["unstable"] }
futures-lite = "1.12.0"
hostname = "0.3.1"
-libc = "0.2.109"
+libc = "0.2.111"
nix = "0.23.0"
pty-process = { version = "0.1.1", features = ["backend-async-std"] }
-signal-hook = "0.3.10"
+signal-hook = "0.3.12"
signal-hook-async-std = "0.2.1"
terminal_size = "0.1.17"
textmode = { path = "../textmode", version = "0.2.2", features = ["async"] }