From 608d7517e587ed678cb97779393efb88ead3a5d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:07:33 +0000 Subject: [PATCH] Bump getrandom from 0.2.14 to 0.2.15 Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.14 to 0.2.15. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.14...v0.2.15) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crates/gosub_shared/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0cbd5388d..87a6359be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1293,9 +1293,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "js-sys", @@ -2104,9 +2104,9 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" [[package]] name = "libc" -version = "0.2.153" +version = "0.2.155" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" +checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "libfuzzer-sys" diff --git a/Cargo.toml b/Cargo.toml index 9cdc53e79..4d5c31356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ console_log = "1.0.0" console_error_panic_hook = "0.1.7" wasm-bindgen = "0.2.92" wasm-bindgen-futures = "0.4.42" -getrandom = { version = "0.2.3", features = ["js"] } +getrandom = { version = "0.2.15", features = ["js"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] diff --git a/crates/gosub_shared/Cargo.toml b/crates/gosub_shared/Cargo.toml index 2212cff8d..06232eaf4 100644 --- a/crates/gosub_shared/Cargo.toml +++ b/crates/gosub_shared/Cargo.toml @@ -17,7 +17,7 @@ rand = "0.9.0-alpha.1" [target.'cfg(target_arch = "wasm32")'.dependencies] js-sys = "0.3.69" -getrandom = { version = "0.2.14", features = ["js"] } +getrandom = { version = "0.2.15", features = ["js"] } web-sys = { version = "0.3.69", features = ["Performance", "Window"] } [dev-dependencies]