From 63db4a0bc1991111cdaf42ab6466fac2061cc706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 22:50:51 +0000 Subject: [PATCH] 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 5a92dd31..9a570a01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2501,9 +2501,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 c0ca7bf0..46a8af9e 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.3" +open = "5.3.4" oxide = { path = "sdk", version = "0.16.0" } oxide-httpmock = { path = "sdk-httpmock", version = "0.16.0" } oxnet = "0.1.4"