From 2dc7793ba3945a0ab4106b004ff681c1e32ca556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:42:08 +0000 Subject: [PATCH] chore(deps): bump open from 5.3.3 to 5.3.4 Bumps [open](https://github.com/Byron/open-rs) from 5.3.3 to 5.3.4. - [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.4) --- updated-dependencies: - dependency-name: open dependency-version: 5.3.4 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 77ad20b..9cacd27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1174,9 +1174,9 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "open" -version = "5.3.3" +version = "5.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc" +checksum = "9f3bab717c29a857abf75fcef718d441ec7cb2725f937343c734740a985d37fd" dependencies = [ "is-wsl", "libc", diff --git a/Cargo.toml b/Cargo.toml index 4f905dc..e00a728 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ tokio = { version = "1.51.1", features = ["full"] } axum = { version = "0.8.8", features = ["ws"]} futures = "0.3.32" mime_guess = "2.0.5" -open = "5.3.3" +open = "5.3.4" ignore = "0.4.25" path-absolutize = "3.1.1"