diff options
| author | Eric Huss <eric@huss.org> | 2021-06-22 16:22:16 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2021-06-22 16:22:16 -0700 |
| commit | 9301ffbe352c856ae476689521b7e9c0cd4f0586 (patch) | |
| tree | 6f254d81ce1efec3aea79514defab00973c2783e | |
| parent | 48fa1dc8bb843aaa7b912beed1666ca9c90f5363 (diff) | |
| download | rust-9301ffbe352c856ae476689521b7e9c0cd4f0586.tar.gz rust-9301ffbe352c856ae476689521b7e9c0cd4f0586.zip | |
Update opener.
| -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" |
