From 1387707853171192536bd1b321aab69cb8447f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 11:28:46 +0000 Subject: [PATCH] Bump open from 5.1.2 to 5.1.3 Bumps [open](https://github.com/Byron/open-rs) from 5.1.2 to 5.1.3. - [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.2...v5.1.3) --- 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 6d98d67..35bbd36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1756,9 +1756,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "open" -version = "5.1.2" +version = "5.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32" +checksum = "2eb49fbd5616580e9974662cb96a3463da4476e649a7e4b258df0de065db0657" dependencies = [ "is-wsl", "libc", diff --git a/Cargo.toml b/Cargo.toml index 7312426..6b77751 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.41"