Skip to content

Commit

Permalink
src: webpage: cargo: Update wasm-bindgen-futures and ewebsock
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Nov 4, 2024
1 parent 84d23bd commit c2b4233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webpage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ egui_dock = { version = "0.14", features = ["serde"] }
egui_extras = { version = "0.29", features = ["chrono", "serde"] }
egui_plot = "0.29.0"
egui-modal = "0.5.0"
ewebsock = "0.6.0"
ewebsock = "0.7.0"
humantime = "2.1.0"
log = "0.4"
rfd = "0.15"
# Help with persistent data
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.128"
tokio_with_wasm = "0.7.1"
tokio_with_wasm = "0.7.2"
url = "2.5.2"
wasm-bindgen-futures = "0.4"
web-sys = { version = "0.3", features = ["Window", "Location"] }
Expand Down

0 comments on commit c2b4233

Please sign in to comment.