about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-06-23 18:49:31 +0000
committerbors <bors@rust-lang.org>2021-06-23 18:49:31 +0000
commit417401f849faacfcbc9151a7ec816eefd9441109 (patch)
tree6f254d81ce1efec3aea79514defab00973c2783e
parent48fa1dc8bb843aaa7b912beed1666ca9c90f5363 (diff)
parent9301ffbe352c856ae476689521b7e9c0cd4f0586 (diff)
downloadrust-417401f849faacfcbc9151a7ec816eefd9441109.tar.gz
rust-417401f849faacfcbc9151a7ec816eefd9441109.zip
Auto merge of #7394 - ehuss:update-opener, r=ehuss
Update opener.

This updates the opener dependency, to try to reduce the duplicate dependencies in the rust-lang/rust repo.  The changelog is [here](https://github.com/Seeker14491/opener/blob/master/CHANGELOG.md#050---2021-06-11), and I don't expect it to have much of a change to anyone.

changelog: none
-rw-r--r--clippy_dev/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_dev/Cargo.toml b/clippy_dev/Cargo.toml
index b1844e29b32..5c6c106e0e6 100644
--- a/clippy_dev/Cargo.toml
+++ b/clippy_dev/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2018"
 bytecount = "0.6"
 clap = "2.33"
 itertools = "0.9"
-opener = "0.4"
+opener = "0.5"
 regex = "1"
 shell-escape = "0.1"
 walkdir = "2"