Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Jun 9, 2024
1 parent 6d938f4 commit 11428c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["simulation", "finance"]
include = ["**/*.rs", "Cargo.toml"]

[dependencies]
csv = "1.2.2"
csv = "1.3.0"
egui = "0.27"
rand = { version = "0.8.5", default-features = false, features = ["std_rng"] }
rand_distr = { version = "0.4.3", default-features = false }
Expand All @@ -27,7 +27,7 @@ eframe = { version = "0.27", default-features = false, features = [
] }
serde = { version = "1", features = ["derive"] }
exmex = { version = "0.20.1", features = ["serde", "value"] }
web-sys = { version = "0.3.64", features = [
web-sys = { version = "0.3.69", features = [
"Window",
"Document",
"Url",
Expand All @@ -39,11 +39,11 @@ web-sys = { version = "0.3.64", features = [
] }
serde-wasm-bindgen = "0.6"
wasm-bindgen-futures = "0.4"
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.92"
js-sys = "0.3.64"
# wasm-bindgen-test = "0.3.33"
ehttp = "0.5.0"
serde_json = "1.0.105"
serde_json = "1.0.117"
egui_plot = "0.27"
# native:
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down

0 comments on commit 11428c8

Please sign in to comment.