From 65d904518688e5b93590fa02cc3667523eb90385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 03:31:05 +0000 Subject: [PATCH] chore(Cargo.toml): 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 97eba67..85a41bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1392,9 +1392,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 f3facd3..d7f37b3 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.3" +open = "5.3.4" tokio-util = { version = "0.7.18", features = ["full"] } [dev-dependencies]