From 2b4ee0c99c895685688df31a5b18e40140505f04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:21:15 +0000 Subject: [PATCH] fix(deps): update rust crate whoami to 1.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7571516..d79f76e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,6 @@ config = "0.14" clap = { version = "4.5.4", features = ["derive"] } serde_derive = "1" serde = { version = "1.0", features = ["derive"] } -whoami = "1" +whoami = "1.5.1" serde_json = "1" tokio = { version = "1.37.0", features = ["rt-multi-thread","time","macros"] }