From 288a220a7317b97f04ee37834c77215186617f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:17:42 +0000 Subject: [PATCH] Bump open from 5.1.0 to 5.1.1 Bumps [open](https://github.com/Byron/open-rs) from 5.1.0 to 5.1.1. - [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.1.0...v5.1.1) --- updated-dependencies: - dependency-name: open 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 4d466986..f8405c37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1526,9 +1526,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "open" -version = "5.1.0" +version = "5.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f2588edf622de56e7a1fed57bf203344f63c03f3d43472ba0434a92373c8f27" +checksum = "68b3fbb0d52bf0cbb5225ba3d2c303aa136031d43abff98284332a9981ecddec" 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"