From 847f8834ae051c1c6177e9166cac855ccff113f0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 10 Nov 2021 12:46:34 -0500 Subject: fix some dependencies --- Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9bed95f..dfb8dc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,15 +3,17 @@ name = "nbsh" version = "0.1.0" edition = "2021" +license = "MIT" + [dependencies] anyhow = "1.0.45" -async-process = "1.2.0" +async-process = "1.3.0" async-std = "1.10.0" futures = "0.3.17" libc = "0.2.107" nix = "0.23.0" -pty-process = { version = "0.1.0", features = ["backend-async-std"] } -textmode = { version = "0.1.0", features = ["async"] } +pty-process = { version = "0.1.1", features = ["backend-async-std"] } +textmode = { version = "0.1.1", features = ["async"] } vt100 = "0.12.0" [features] -- cgit v1.2.3