aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-15 02:53:50 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-15 02:53:50 -0500
commit55e7fe60508c77364f90c3eb2bdd0bd8e35030f8 (patch)
treeebf5e35772cbc9e7758c261062d70a04c5c24a50 /Cargo.toml
parente7460a17474c679e6b25d9184848c1b1ef11a433 (diff)
downloadtextmode-55e7fe60508c77364f90c3eb2bdd0bd8e35030f8.tar.gz
textmode-55e7fe60508c77364f90c3eb2bdd0bd8e35030f8.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 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"