From 0352806dfabf690dfc9631aa000aa06b9a7b38e0 Mon Sep 17 00:00:00 2001 From: dalance Date: Wed, 28 Sep 2022 10:13:36 +0900 Subject: [PATCH] Update pager-rs #366 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 526f8367c..e1e58a04a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1103,9 +1103,9 @@ checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4" [[package]] name = "pager" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05c7d08cf0d0b55c4f0ffedb5e06569ea212e85d622975071370393970491968" +checksum = "2599211a5c97fbbb1061d3dc751fa15f404927e4846e07c643287d6d1f462880" dependencies = [ "errno", "libc", diff --git a/Cargo.toml b/Cargo.toml index 85afe0369..2de67eb82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ toml = "0.5" unicode-width = "0.1" [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies] -pager = "0.16" +pager = "0.16.1" procfs = "0.14.1" users = "0.11" which = "4"