diff --git a/Cargo.lock b/Cargo.lock index 479963f..24553bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -762,9 +762,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "utmpx" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41adce4fa88980ec51d3fb705065deebb7ad27106d58772bdde6c34d74dc582b" +checksum = "24cad6c2dc8471d43e380e6c3bbb8057639e81529419adb17330c28669c6835b" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 4b34ff3..1e24fd4 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.9.0" rand = { version = "0.8", features = ["small_rng"] } -utmpx = "0.1" +utmpx = "0.2" [dependencies] clap = { workspace = true }