From f52365d954dc233a0915a6bbd1448e1b591193b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 02:09:51 +0000 Subject: [PATCH] [DPNDBT]: Update whoami requirement from 1.5 to 2.1 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.1.0) --- updated-dependencies: - dependency-name: whoami dependency-version: 2.1.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..2c7f140 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.1" }