@@ -41,24 +41,24 @@ plot_span = { version = "0.1.0", path = "examples/plot_span" }
4141save_plot = { version = " 0.1.0" , path = " examples/save_plot" }
4242stacked_bar = { version = " 0.1.0" , path = " examples/stacked_bar" }
4343
44- ahash = { version = " 0.8.11 " , default-features = false , features = [
44+ ahash = { version = " 0.8.12 " , default-features = false , features = [
4545 " no-rng" , # we don't need DOS-protection, so we let users opt-in to it instead
4646 " std" ,
4747] }
48- document-features = " 0.2.10 "
49- eframe = { version = " 0.33.0 " , default-features = false }
50- egui = { version = " 0.33.0 " , default-features = false }
51- egui_kittest = { version = " 0.33.0 " , default-features = false }
52- emath = { version = " 0.33.0 " , default-features = false }
53- env_logger = { version = " 0.11.6 " , default-features = false , features = [
48+ document-features = " 0.2.12 "
49+ eframe = { version = " 0.33" , default-features = false }
50+ egui = { version = " 0.33" , default-features = false }
51+ egui_kittest = { version = " 0.33" , default-features = false }
52+ emath = { version = " 0.33" , default-features = false }
53+ env_logger = { version = " 0.11.8 " , default-features = false , features = [
5454 " auto-color" ,
5555 " humantime" ,
5656] }
5757image = { version = " 0.25" , default-features = false }
5858log = " 0.4"
5959serde = { version = " 1" , features = [" derive" ] }
6060wasm-bindgen-futures = " 0.4"
61- web-sys = " 0.3.70 "
61+ web-sys = " 0.3.83 "
6262
6363
6464[patch .crates-io ]
0 commit comments