From f5cc6d0a0eef949b8d72ef3fd3646b57ef25a800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Sun, 23 Jan 2022 14:44:32 +0100 Subject: [PATCH] Update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d1cf5ee..f582f8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ exclude = [".gitignore"] [dependencies] chan = "0.1" -chan-signal = "0.2" -fd = "0.2.2" +chan-signal = "0.3" +fd = "0.2.3" libc = "0.2.*" -termios = "0.2.*" +termios = "0.3.*"