From 8c1379c209a8f66959d8e21f20f2911baf5ad6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 05:37:47 +0000 Subject: [PATCH] build(deps): update getrandom requirement from 0.3.3 to 0.4.2 Updates the requirements on [getrandom](https://github.com/rust-random/getrandom) to permit the latest version. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.3.3...v0.4.2) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f07ddc..3df33b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ serde = "^1.0" serde_derive = "1.0.115" serde_json = "1.0" hex = "0.4.2" -getrandom = "0.3.3" \ No newline at end of file +getrandom = "0.4.2" \ No newline at end of file