From 12b347c9a5e4d3830ee66056e122acb1ba79df87 Mon Sep 17 00:00:00 2001 From: David Peter Date: Tue, 24 Sep 2024 15:22:14 +0200 Subject: [PATCH] Update plotly to 0.10 --- Cargo.lock | 10 ++++++---- numbat-wasm/Cargo.lock | 10 ++++++---- numbat/Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c931ea63..9e1e170e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1190,8 +1190,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "plotly" -version = "0.9.1" -source = "git+https://github.com/plotly/plotly.rs#5d265b7ac77680a56fb2c7009b773f2783afd006" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e1ffd11c8a6ef0b730b9d3e46ad2404f79905825cb20223fa0547434a2dff54" dependencies = [ "dyn-clone", "erased-serde", @@ -1207,8 +1208,9 @@ dependencies = [ [[package]] name = "plotly_derive" -version = "0.9.1" -source = "git+https://github.com/plotly/plotly.rs#5d265b7ac77680a56fb2c7009b773f2783afd006" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69e940d8d8db30c6f4cc37dab9aab61f4c9cc1e6efb6d18902ab88fa09c03560" dependencies = [ "darling", "proc-macro2", diff --git a/numbat-wasm/Cargo.lock b/numbat-wasm/Cargo.lock index 561dfc04..c3fa7115 100644 --- a/numbat-wasm/Cargo.lock +++ b/numbat-wasm/Cargo.lock @@ -693,8 +693,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "plotly" -version = "0.9.0" -source = "git+https://github.com/sharkdp/plotly.rs?branch=add-no_embed-feature#6fff5dea05b3a1ee79afe9f5a1c1adc08f48756b" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e1ffd11c8a6ef0b730b9d3e46ad2404f79905825cb20223fa0547434a2dff54" dependencies = [ "dyn-clone", "erased-serde", @@ -710,8 +711,9 @@ dependencies = [ [[package]] name = "plotly_derive" -version = "0.9.0" -source = "git+https://github.com/sharkdp/plotly.rs?branch=add-no_embed-feature#6fff5dea05b3a1ee79afe9f5a1c1adc08f48756b" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69e940d8d8db30c6f4cc37dab9aab61f4c9cc1e6efb6d18902ab88fa09c03560" dependencies = [ "darling", "proc-macro2", diff --git a/numbat/Cargo.toml b/numbat/Cargo.toml index acc7b35b..69420a40 100644 --- a/numbat/Cargo.toml +++ b/numbat/Cargo.toml @@ -36,7 +36,7 @@ rand = "0.8.5" strfmt = "0.2.4" indexmap = "2.2.6" mendeleev = "0.8.1" -plotly = { version = "0.9.1", git = "https://github.com/plotly/plotly.rs" } +plotly = "0.10.0" [features] default = ["fetch-exchangerates"]