From 6a4462906f78c34671aa9f1c963a2042c66c1c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:26:43 +0000 Subject: [PATCH] chore(deps): bump getrandom from 0.3.4 to 0.4.2 Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.3.4 to 0.4.2. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.3.4...v0.4.2) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be6039f..af0ea95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2562,7 +2562,7 @@ dependencies = [ "clap", "dialoguer", "dirs 6.0.0", - "getrandom 0.3.4", + "getrandom 0.4.2", "hmac", "jiff", "libc", diff --git a/Cargo.toml b/Cargo.toml index efd8cc7..cc7476a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ hmac = "0.12" # Browser engine browser-engine = { git = "https://github.com/steel-dev/agent-browser", branch = "as-lib", package = "agent-browser" } aes-gcm = "0.10" -getrandom = "0.3" +getrandom = "0.4" libc = "0.2" tempfile = "3"