From 19505bceb210a9c96d4e5b603f6714f2227d7f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:21:50 +0000 Subject: [PATCH] Bump open from 5.3.3 to 5.3.5 Bumps [open](https://github.com/Byron/open-rs) from 5.3.3 to 5.3.5. - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md) - [Commits](https://github.com/Byron/open-rs/compare/v5.3.3...v5.3.5) --- updated-dependencies: - dependency-name: open dependency-version: 5.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48a823f..4764ec9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2589,9 +2589,9 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "open" -version = "5.3.3" +version = "5.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc" +checksum = "2fbaa89d2ddc8473c78a3adf69eea8cffa28c483b8e02a971ef31527cd0fc92c" dependencies = [ "is-wsl", "libc", diff --git a/Cargo.toml b/Cargo.toml index 62c16d3..599d8d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ notify-rust = "4.11" tray-icon = { version = "0.21.1", default-features = false } winit = { version = "0.30", features = ["rwh_06"], default-features = false } failsafe = "1.3.0" -open = "5.3.2" +open = "5.3.5" serde = { version = "1.0", features = ["derive"]} toml = "0.9.7" auto-launch = "0.5"