From b72278847610685e61e725640948f3a0528e1f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 12:58:23 +0000 Subject: [PATCH] Bump getrandom from 0.2.8 to 0.2.9 Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.8 to 0.2.9. - [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.8...v0.2.9) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/fj-viewer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53b8e787c..ab11eb1a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1400,9 +1400,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" +checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" dependencies = [ "cfg-if", "js-sys", diff --git a/crates/fj-viewer/Cargo.toml b/crates/fj-viewer/Cargo.toml index bf2ef4ee4..765ed9c32 100644 --- a/crates/fj-viewer/Cargo.toml +++ b/crates/fj-viewer/Cargo.toml @@ -40,5 +40,5 @@ features = ["webgl"] # We don't depend on `getrandom` directly, but we need this to enable the `js` # feature when cross-compiling to WASM. Otherwise, `getrandom` will not build. [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] -version = "0.2.8" +version = "0.2.9" features = ["js"]