From 4571ee81409312dfa2b1df75e07d181cc546944b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 12:33:55 +0200 Subject: [PATCH] Bump getrandom from 0.2.13 to 0.2.14 (#80) Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.13 to 0.2.14. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.13...v0.2.14) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- filegram-web/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51a0774..283b280 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -507,9 +507,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a06fddc2749e0528d2813f95e050e87e52c8cbbae56223b9babf73b3e53b0cc6" +checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c" dependencies = [ "cfg-if", "js-sys", diff --git a/filegram-web/Cargo.toml b/filegram-web/Cargo.toml index c0ccb0c..b8bbecb 100644 --- a/filegram-web/Cargo.toml +++ b/filegram-web/Cargo.toml @@ -19,4 +19,4 @@ serde_json = "1.0.115" [dev-dependencies] wasm-bindgen-test = "0.3.40" -getrandom = { version = "0.2.12", features = ["js"] } +getrandom = { version = "0.2.14", features = ["js"] }