diff --git a/Cargo.lock b/Cargo.lock index ff64766..3667cc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2850,7 +2850,7 @@ dependencies = [ "chrono", "chrono-tz", "gloo-net 0.7.0", - "gloo-utils 0.2.0", + "gloo-utils 0.3.0", "js-sys", "pulldown-cmark 0.13.3", "rustmail_types", diff --git a/crates/rustmail_panel/Cargo.toml b/crates/rustmail_panel/Cargo.toml index 39bd788..6ecd7fb 100644 --- a/crates/rustmail_panel/Cargo.toml +++ b/crates/rustmail_panel/Cargo.toml @@ -10,7 +10,7 @@ yew = { version = "0.23.0", features = ["csr"] } yew-router = "0.20.0" wasm-bindgen-futures = "0.4.56" gloo-net = "0.7.0" -gloo-utils = "0.2.0" +gloo-utils = "0.3.0" web-sys = { version = "0.3.83", features = ["HtmlSelectElement", "File", "FileList", "FileReader", "HtmlInputElement", "DragEvent", "DataTransfer"] } serde_json = "1.0.149" serde = { version = "1.0.228", features = ["derive"] }