summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-01 06:26:23 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-01 06:48:28 +0000
commit4bcc6ba9e151326f76250bf461408e1426b4757d (patch)
tree5f303b8682b19bf307f020e52b2159f98e154fc9 /Cargo.lock
parente8e6a6ba989b85cfdc49edff5c76cced0f4a9b7b (diff)
build(deps): bump open from 1.4.0 to 1.5.0
Bumps [open](https://github.com/Byron/open-rs) from 1.4.0 to 1.5.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.4.0...v1.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 770fc1581..ef445eae4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -992,10 +992,11 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[package]]
name = "open"
-version = "1.4.0"
+version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
+checksum = "8e288ead50d896dde82f3c18b64e40a2bf3e941225aa5c6b35a3e8e7b6b21d6f"
dependencies = [
+ "which",
"winapi",
]