aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-15 12:18:40 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-15 12:18:40 -0500
commit6f308e0004ba2e190aa4789bfe6a299ad2a735ce (patch)
tree55a88f26054dc996693e46783ce59dea5374890e
parent886207eadf6c0acf4a2945ff7e6555b36c49d2a2 (diff)
downloadttyrec-bin-6f308e0004ba2e190aa4789bfe6a299ad2a735ce.tar.gz
ttyrec-bin-6f308e0004ba2e190aa4789bfe6a299ad2a735ce.zip
bump deps
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml4
2 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c497071..c161c33 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -387,9 +387,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.109"
+version = "0.2.112"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01"
+checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
[[package]]
name = "log"
@@ -560,9 +560,9 @@ dependencies = [
[[package]]
name = "signal-hook"
-version = "0.3.10"
+version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c98891d737e271a2954825ef19e46bd16bdb98e2746f2eec4f7a4ef7946efd1"
+checksum = "c35dfd12afb7828318348b8c408383cf5071a086c1d4ab1c0f9840ec92dbb922"
dependencies = [
"libc",
"signal-hook-registry",
diff --git a/Cargo.toml b/Cargo.toml
index 829fba3..1711bb3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,10 +14,10 @@ license = "MIT"
[dependencies]
anyhow = "1.0.51"
async-std = { version = "1.10.0", features = ["unstable"] }
-libc = "0.2.109"
+libc = "0.2.112"
paw = "1.0.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"
structopt = { version = "0.3.25", features = ["paw", "wrap_help"] }
terminal_size = "0.1.17"