aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-21 00:09:24 +0000
committerGitHub <noreply@github.com>2020-07-21 00:09:24 +0000
commitacd23720a96508aaa60b6d097c8b0ff1fa646166 (patch)
treee62925c09e5ae7d189df6d664a5670ca7b90eb94 /Cargo.toml
parentSwitch to GitHub Actions (#344) (diff)
downloadminiserve-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 27fca38..6e992d6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"