diff options
author | Isaac Parker <parrotmac@gmail.com> | 2020-06-28 20:03:31 +0000 |
---|---|---|
committer | Isaac Parker <parrotmac@gmail.com> | 2020-06-28 20:03:31 +0000 |
commit | aa503c46c384c13fb02bf0cc98438336a161fcd4 (patch) | |
tree | ac6f8b3376946d1801273f125967004d0cb62d2a /Cargo.lock | |
parent | Make clippy and cargo fmt happy (diff) | |
download | miniserve-aa503c46c384c13fb02bf0cc98438336a161fcd4.tar.gz miniserve-aa503c46c384c13fb02bf0cc98438336a161fcd4.zip |
Bind to random port when port 0 specified
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1753,6 +1753,7 @@ dependencies = [ "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "port_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)", "rstest 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "select 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |