From 55e7fe60508c77364f90c3eb2bdd0bd8e35030f8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 15 Dec 2021 02:53:50 -0500 Subject: bump deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-54-g00ecf