diff options
| author | bors <bors@rust-lang.org> | 2021-06-23 18:49:31 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-06-23 18:49:31 +0000 |
| commit | 417401f849faacfcbc9151a7ec816eefd9441109 (patch) | |
| tree | 6f254d81ce1efec3aea79514defab00973c2783e | |
| parent | 48fa1dc8bb843aaa7b912beed1666ca9c90f5363 (diff) | |
| parent | 9301ffbe352c856ae476689521b7e9c0cd4f0586 (diff) | |
| download | rust-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.toml | 2 |
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" |
