From 9e70128ee0a192f9859ef5a864ab605fd6aeca8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:22:59 +0000 Subject: [PATCH] Bump open from 5.0.1 to 5.1.0 Bumps [open](https://github.com/Byron/open-rs) from 5.0.1 to 5.1.0. - [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.0.1...v5.1.0) --- updated-dependencies: - dependency-name: open dependency-type: direct:production update-type: version-update:semver-minor ... 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 2f360458..40bed1d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1526,9 +1526,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "open" -version = "5.0.1" +version = "5.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90878fb664448b54c4e592455ad02831e23a3f7e157374a8b95654731aac7349" +checksum = "1f2588edf622de56e7a1fed57bf203344f63c03f3d43472ba0434a92373c8f27" dependencies = [ "is-wsl", "libc", diff --git a/Cargo.toml b/Cargo.toml index 4eb8af41..a671e7d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ kamadak-exif = "0.5" lazy_static = "1.4" lexical-sort = "0.3" log = "0.4" -open = "5.0" +open = "5.1" pico-args = "0.5" rand = "0.8" resvg = "0.40"