From bf5467da7740348d427f702e12fffd9eac6a9a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 06:06:59 +0000 Subject: [PATCH] cargo(deps): bump gloo-utils from 0.2.0 to 0.3.0 Bumps [gloo-utils](https://github.com/rustwasm/gloo) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/rustwasm/gloo/releases) - [Changelog](https://github.com/ranile/gloo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustwasm/gloo/compare/0.2.0...gloo-utils-v0.3.0) --- updated-dependencies: - dependency-name: gloo-utils dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/rustmail_panel/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"] }