diff --git a/plotly_static/Cargo.toml b/plotly_static/Cargo.toml index b63408a6..a5f0c149 100644 --- a/plotly_static/Cargo.toml +++ b/plotly_static/Cargo.toml @@ -29,7 +29,7 @@ fantoccini = "0.22" tokio = { version = "1", features = ["full"] } anyhow = "1.0" urlencoding = "2" -reqwest = { version = "0.12", features = ["blocking"] } +reqwest = { version = "0.13", features = ["blocking"] } [dev-dependencies] plotly_static = { path = "." }