From cff4705ba6b6f89297f54e48bcbdafdab608315f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 03:30:17 +0000 Subject: [PATCH] Update getrandom requirement from 0.2 to 0.3 Updates the requirements on [getrandom](https://github.com/rust-random/getrandom) to permit the latest version. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.0...v0.2.15) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plotly/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/Cargo.toml b/plotly/Cargo.toml index 921675e0..b8c0db0e 100644 --- a/plotly/Cargo.toml +++ b/plotly/Cargo.toml @@ -29,7 +29,7 @@ rinja = { version = "0.3", features = ["serde_json"] } rinja_axum = { version = "0.3", optional = true } dyn-clone = "1" erased-serde = "0.4" -getrandom = { version = "0.2", features = ["js"], optional = true } +getrandom = { version = "0.3", features = ["js"], optional = true } image = { version = "0.25", optional = true } js-sys = { version = "0.3", optional = true } plotly_derive = { version = "0.12", path = "../plotly_derive" }