From c1482c2813b05d1a549590e4742911c6c11cf1b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 13:07:19 +1200 Subject: [PATCH] Update terminfo requirement from 0.8.0 to 0.9.0 (#22) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79359d0..b00d65c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rust-version = "1.72.0" windows-console = [] [dependencies] -terminfo = "0.8.0" +terminfo = "0.9.0" thiserror = "1.0.38" which = "6.0.1"