summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-11 05:19:33 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-11 05:35:17 +0000
commit3bc3c00313be11c8258c18bb5a89075c7dda6521 (patch)
treeed49ebb521b822568274a0ff8dee80acce4f6d91 /Cargo.toml
parent206e53bf21fa4c086993ae1458cbcdba8aeea32c (diff)
build(deps): bump open from 1.5.1 to 1.6.0
Bumps [open](https://github.com/Byron/open-rs) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/master/changelog.md) - [Commits](https://github.com/Byron/open-rs/compare/v1.5.1...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 555d8e683..9b77fe8ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ pest_derive = "2.1.0"
regex = "1.4.3"
os_info = "3.0.1"
urlencoding = "1.1.1"
-open = "1.5.1"
+open = "1.6.0"
unicode-width = "0.1.8"
term_size = "0.3.2"
quick-xml = "0.22.0"