From 6b6e413bfe66a982a92438ea88aa5909c3456fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 02:26:29 +0000 Subject: [PATCH] build(deps): bump getrandom from 0.2.3 to 0.2.5 Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.3 to 0.2.5. - [Release notes](https://github.com/rust-random/getrandom/releases) - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.3...v0.2.5) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec87e27..ea48bca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -750,9 +750,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.3" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" +checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77" dependencies = [ "cfg-if 1.0.0", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index cf2f699..95e8137 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ serde_json = "1.0.73" flate2 = { version = "1.0.22", features = ["rust_backend"], default-features = false } zip = { version = "0.5.13", features = ["deflate"], default-features = false } image = "0.23.14" -getrandom = { version = "0.2.3", features = ["js"] } +getrandom = { version = "0.2.5", features = ["js"] } rand = "0.8.4" rand_pcg = "0.3.1" base64 = "0.13.0"