From 79b0da4fd00ea43c007b70f92a292578447cd6ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:24:14 +0000 Subject: [PATCH] Bump open from 5.0.0 to 5.0.1 Bumps [open](https://github.com/Byron/open-rs) from 5.0.0 to 5.0.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.0.0...v5.0.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 496fd9db..764eb73c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2001,9 +2001,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "open" -version = "5.0.0" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8" +checksum = "90878fb664448b54c4e592455ad02831e23a3f7e157374a8b95654731aac7349" dependencies = [ "is-wsl", "libc", diff --git a/Cargo.toml b/Cargo.toml index 9fd724a5..35d1742a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ humantime = "2.1.0" indicatif = { version = "0.17.7", features = ["rayon"] } itertools = "0.12.0" log = { version = "0.4.20", features = ["max_level_debug", "release_max_level_warn"] } -open = "5.0.0" +open = "5.0.1" parking_lot = { version = "0.12.1", features = ["serde", "deadlock_detection"] } percent-encoding = "2.3.0" preferences = "1.1.0"