From 273c75270e5883af734b88a57d4523d4dd310741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:37:17 +0000 Subject: [PATCH] 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 099a99eb..293f5417 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2522,9 +2522,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 24067e63..09218432 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ md5 = "0.8.0" newline-converter = "0.3.0" oauth2 = { version = "5.0.0", default-features = false } oauth2-reqwest = "0.1.0-alpha.3" -open = "5.3.4" +open = "5.3.5" oxide = { path = "sdk", version = "0.16.0" } oxide-httpmock = { path = "sdk-httpmock", version = "0.16.0" } oxnet = "0.1.5"