From a1a8344d534a07366e8f6de758708c7d7fc0a736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:58:20 +0800 Subject: [PATCH] build(deps): bump getrandom from 0.2.10 to 0.3.1 (#4887) Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.10 to 0.3.1. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.10...v0.3.1) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 014977803e0df6..2a1a29f6180a35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -410,7 +410,7 @@ version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ - "getrandom 0.2.10", + "getrandom 0.2.15", "once_cell", "version_check", ] @@ -422,7 +422,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if 1.0.0", - "getrandom 0.2.10", + "getrandom 0.2.15", "once_cell", "version_check", "zerocopy", @@ -930,7 +930,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" dependencies = [ "futures-core", - "getrandom 0.2.10", + "getrandom 0.2.15", "instant", "pin-project-lite", "rand 0.8.5", @@ -2740,9 +2740,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.10" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -4946,7 +4946,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" dependencies = [ "bytes", - "getrandom 0.2.10", + "getrandom 0.2.15", "rand 0.8.5", "ring 0.17.3", "rustc-hash 2.0.0", @@ -5075,7 +5075,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.10", + "getrandom 0.2.15", ] [[package]] @@ -5180,7 +5180,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" dependencies = [ - "getrandom 0.2.10", + "getrandom 0.2.15", "redox_syscall 0.2.10", ] @@ -5318,7 +5318,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9babe80d5c16becf6594aa32ad2be8fe08498e7ae60b77de8df700e67f191d7e" dependencies = [ "cc", - "getrandom 0.2.10", + "getrandom 0.2.15", "libc", "spin 0.9.8", "untrusted 0.9.0", @@ -7941,7 +7941,7 @@ checksum = "203a473c569413392fcbae76e7c0cc316384f2231d22314a0e45f8bf49fdf33b" dependencies = [ "bincode", "borsh 1.5.5", - "getrandom 0.2.10", + "getrandom 0.2.15", "js-sys", "num-traits", "serde", @@ -8641,7 +8641,7 @@ dependencies = [ "bytemuck", "console_error_panic_hook", "console_log", - "getrandom 0.2.10", + "getrandom 0.2.15", "lazy_static", "log", "memoffset 0.9.1", @@ -8855,7 +8855,7 @@ dependencies = [ "bytemuck_derive", "curve25519-dalek 4.1.3", "five8_const", - "getrandom 0.2.10", + "getrandom 0.2.15", "js-sys", "num-traits", "rand 0.8.5", diff --git a/Cargo.toml b/Cargo.toml index fb59e9851a162b..9a0103ac4790aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -251,7 +251,7 @@ futures = "0.3.31" futures-util = "0.3.29" gag = "1.0.0" gethostname = "0.2.3" -getrandom = "0.2.10" +getrandom = "0.3.1" goauth = "0.13.1" governor = "0.6.3" hex = "0.4.3"