Browse Source

Update to official repo

David Peter 1 year ago
parent
commit
1b5ad1793a
2 changed files with 5 additions and 5 deletions
  1. 4 4
      Cargo.lock
  2. 1 1
      numbat/Cargo.toml

+ 4 - 4
Cargo.lock

@@ -1190,8 +1190,8 @@ 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.9.1"
+source = "git+https://github.com/plotly/plotly.rs#5d265b7ac77680a56fb2c7009b773f2783afd006"
 dependencies = [
  "dyn-clone",
  "erased-serde",
@@ -1207,8 +1207,8 @@ 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.9.1"
+source = "git+https://github.com/plotly/plotly.rs#5d265b7ac77680a56fb2c7009b773f2783afd006"
 dependencies = [
  "darling",
  "proc-macro2",

+ 1 - 1
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.0", features = ["plotly_noembed"], git = "https://github.com/sharkdp/plotly.rs", branch = "add-no_embed-feature" }
+plotly = { version = "0.9.1", git = "https://github.com/plotly/plotly.rs" }
 
 [features]
 default = ["fetch-exchangerates"]