diff --git a/plotly/Cargo.toml b/plotly/Cargo.toml index a86426ae..48cfef16 100644 --- a/plotly/Cargo.toml +++ b/plotly/Cargo.toml @@ -69,7 +69,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_repr = "0.1" serde_with = ">=2, <4" -rand = { version = "0.9", default-features = false, features = [ +rand = { version = "0.10", default-features = false, features = [ "small_rng", "alloc", ] } diff --git a/plotly_static/Cargo.toml b/plotly_static/Cargo.toml index 4e233cc7..0c355eba 100644 --- a/plotly_static/Cargo.toml +++ b/plotly_static/Cargo.toml @@ -22,7 +22,7 @@ debug = [] [dependencies] log = "0.4" serde = { version = "1.0", features = ["derive"] } -rand = "0.9" +rand = "0.10" serde_json = "1.0" base64 = "0.22" fantoccini = "0.22"