From 1d245f7b71ecca6a9f48a074f3f8acd6010ab28e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:58:07 +0000 Subject: [PATCH] build(deps): update getrandom requirement from 0.2 to 0.3 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.2.0...v0.3.1) --- updated-dependencies: - dependency-name: getrandom 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 4c976ce6ae..9ddc874a7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ elliptic-curve = { version = "0.13", default-features = false, features = [ ] } futures = { version = "0.3", default-features = false, optional = true } futures-util = { version = "0.3", default-features = false, optional = true } -getrandom = { version = "0.2", default-features = false, optional = true } +getrandom = { version = "0.3", default-features = false, optional = true } hex = { version = "0.4", default-features = false, optional = true, features = [ "std", ] }