Skip to content

Commit

Permalink
[Cargo.toml] update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionizing committed Apr 9, 2024
1 parent f4c5b00 commit ef12b2a
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 38 deletions.
194 changes: 158 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ ndarray = "0.15"
ndarray-npy = "0.8"
anyhow = "1.0"
flate2 = "1.0"
config = { git = "https://github.com/mehcode/config-rs", rev = "68e00251318cc17b1ccfa227f1b108ccab22d5de" }
config = "0.14.0"
directories = "4.0"
serde = "1.0"
plotly = { git = "https://github.com/Ionizing/plotly", rev = "25c41e39a8290f28429a7767404270ac91914110", features = ["plotly_ndarray"] }
toml = "0.5"
indexmap = { version = "1.8", features = ["serde"] }
rand = "0.8"
byteorder = "1.4"
ndrustfft = { git = "https://github.com/preiter93/ndrustfft", rev = "0f431451b6c60eed27f5632b245a3c933d02182c" }
ndrustfft = "0.4.2"
paste = "1.0"
memchr = "2.6.4"
enum_dispatch = "0.3.12"
Expand Down

0 comments on commit ef12b2a

Please sign in to comment.