diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-07-21 00:09:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 00:09:24 +0000 |
commit | acd23720a96508aaa60b6d097c8b0ff1fa646166 (patch) | |
tree | e62925c09e5ae7d189df6d664a5670ca7b90eb94 /Cargo.toml | |
parent | Switch to GitHub Actions (#344) (diff) | |
download | miniserve-acd23720a96508aaa60b6d097c8b0ff1fa646166.tar.gz miniserve-acd23720a96508aaa60b6d097c8b0ff1fa646166.zip |
Bump select from 0.4.3 to 0.5.0
Bumps [select](https://github.com/utkarshkukreti/select.rs) from 0.4.3 to 0.5.0.
- [Release notes](https://github.com/utkarshkukreti/select.rs/releases)
- [Commits](https://github.com/utkarshkukreti/select.rs/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ qrcodegen = "1.6.0" assert_cmd = "1.0" reqwest = { version = "0.10", features = ["blocking"] } assert_fs = "1.0" -select = "0.4" +select = "0.5" rstest = "0.6" regex = "1.3.9" pretty_assertions = "0.6" |