From f18b57f02fe4d771d5999945bdac396a81f76336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:24:11 +0000 Subject: [PATCH] Bump getrandom from 0.2.7 to 0.2.8 Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.7 to 0.2.8. - [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.7...v0.2.8) --- 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 c42bbb5fbe..e42a8abb6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1291,9 +1291,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" +checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" dependencies = [ "cfg-if", "js-sys", diff --git a/crates/fj-viewer/Cargo.toml b/crates/fj-viewer/Cargo.toml index f8439798d8..9c18ed9e9c 100644 --- a/crates/fj-viewer/Cargo.toml +++ b/crates/fj-viewer/Cargo.toml @@ -28,5 +28,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.7" +version = "0.2.8" features = ["js"]