aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 1dd1f26..6a9f0b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ categories = ["asynchronous", "command-line-interface"]
license = "MIT"
[dependencies]
-itoa = "0.4.8"
+itoa = "1.0.1"
nix = "0.23.0"
terminal_size = "0.1.17"
vt100 = "0.14.0"
@@ -28,6 +28,6 @@ async = ["blocking", "futures-lite"]
assert_cmd = "2.0.2"
assert_fs = "1.0.6"
escargot = "0.5.6"
-libc = "0.2.109"
+libc = "0.2.112"
pty-process = { version = "0.1.1", features = ["backend-smol"] }
smol = "1.2.5"