From 2cd4f2f684cd2f11619f6aec7794297bb41b1f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 02:12:43 +0000 Subject: [PATCH] chore(Cargo.toml): bump open from 5.3.4 to 5.3.5 Bumps [open](https://github.com/Byron/open-rs) from 5.3.4 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.4...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 eb5fbc8..a4f241d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1382,9 +1382,9 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "open" -version = "5.3.4" +version = "5.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f3bab717c29a857abf75fcef718d441ec7cb2725f937343c734740a985d37fd" +checksum = "2fbaa89d2ddc8473c78a3adf69eea8cffa28c483b8e02a971ef31527cd0fc92c" dependencies = [ "is-wsl", "libc", diff --git a/Cargo.toml b/Cargo.toml index 0844686..32b3011 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ chrono = { version = "0.4.44", features = ["serde"] } base64 = "0.22.1" urlencoding = "2.1.3" rand = "0.10.0" -open = "5.3.4" +open = "5.3.5" tokio-util = { version = "0.7.18", features = ["full"] } [dev-dependencies]