summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-19 05:30:10 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-19 05:46:15 +0000
commit0f3a58352f4e84718b95bfb42340348cfc60ee25 (patch)
tree094a3241c457e72f31e438596d301a82deefa66d
parentd1fd4e5c86183bec1ae5f48541c6d15cde98449c (diff)
build(deps): bump open from 1.6.0 to 1.7.0
Bumps [open](https://github.com/Byron/open-rs) from 1.6.0 to 1.7.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/v1.6.0...v1.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 09b959f67..41a954ff5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1039,9 +1039,9 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[package]]
name = "open"
-version = "1.6.0"
+version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a7e9f1bdf15cd1f5a00cc9002a733a6ee6d0ff562491852d59652471c4a389f7"
+checksum = "1711eb4b31ce4ad35b0f316d8dfba4fe5c7ad601c448446d84aae7a896627b20"
dependencies = [
"which",
"winapi",
diff --git a/Cargo.toml b/Cargo.toml
index 404611832..40f8b666e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,7 +56,7 @@ pest_derive = "2.1.0"
regex = "1.4.5"
os_info = "3.0.2"
urlencoding = "1.1.1"
-open = "1.6.0"
+open = "1.7.0"
unicode-width = "0.1.8"
term_size = "0.3.2"
quick-xml = "0.22.0"