From 5a89185a1743978c8c97913b31c618dbf851cf89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 20:03:41 +0000 Subject: [PATCH] [DPNDBT]: Update whoami requirement from 1.5 to 2.0 Updates the requirements on [whoami](https://github.com/ardaku/whoami) to permit the latest version. - [Release notes](https://github.com/ardaku/whoami/releases) - [Commits](https://github.com/ardaku/whoami/compare/v1.5.0...v2.0.0) --- updated-dependencies: - dependency-name: whoami dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rast-agent/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rast-agent/Cargo.toml b/rast-agent/Cargo.toml index 2647ca2..000dfb6 100644 --- a/rast-agent/Cargo.toml +++ b/rast-agent/Cargo.toml @@ -20,4 +20,4 @@ tracing-subscriber = { workspace = true } async-trait = { workspace = true } ulid = { workspace = true } -whoami = { version = "1.5" } +whoami = { version = "2.0" }