From 11428c8982b0621e8dd5346b419406a4af95038d Mon Sep 17 00:00:00 2001 From: Behrang Shafei <50267830+bertiqwerty@users.noreply.github.com> Date: Sun, 9 Jun 2024 15:06:58 +0200 Subject: [PATCH] update dependencies --- Cargo.lock | 4 ++-- Cargo.toml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0ab45c..3219a92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1653,9 +1653,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.114" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" +checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index f80bcd9..bbb3574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } @@ -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", @@ -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]