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"] }