Skip to content

Commit cff4705

Browse files
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](rust-random/getrandom@v0.2.0...v0.2.15) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c63fbe commit cff4705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rinja = { version = "0.3", features = ["serde_json"] }
2929
rinja_axum = { version = "0.3", optional = true }
3030
dyn-clone = "1"
3131
erased-serde = "0.4"
32-
getrandom = { version = "0.2", features = ["js"], optional = true }
32+
getrandom = { version = "0.3", features = ["js"], optional = true }
3333
image = { version = "0.25", optional = true }
3434
js-sys = { version = "0.3", optional = true }
3535
plotly_derive = { version = "0.12", path = "../plotly_derive" }

0 commit comments

Comments
 (0)