From 3ffb32c4a826772298a6782b56b89e92bef854fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:51:40 +0000 Subject: [PATCH] chore(deps): update rust crate utmpx to 0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0677dba..b410b2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ textwrap = { version = "0.16.0", features = ["terminal_size"] } xattr = "1.3.1" tempfile = "3.10.0" rand = { version = "0.8", features = ["small_rng"] } -utmpx = "0.1" +utmpx = "0.2" clap_mangen = "0.2.20" users = "0.11"