From fe58dddd07f046b90ca455a4d09a6902bbab7fea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:10:36 +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 46069ec..de87ff5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ textwrap = { version = "0.16.1", features = ["terminal_size"] } xattr = "1.3.1" tempfile = "3.10.1" rand = { version = "0.8", features = ["small_rng"] } -utmpx = "0.1" +utmpx = "0.2" hostname = "0.3" [dependencies]