aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-06-29 13:45:32 +0000
committerGitHub <noreply@github.com>2020-06-29 13:45:32 +0000
commit865e8cce79f3a03151418519d5614403fb2dc9af (patch)
treeadf1141de7bf6fae74f492f1e8a519d77c42fe25 /Cargo.lock
parentStart 0.8.0 (diff)
parentCast port to u16 (diff)
downloadminiserve-865e8cce79f3a03151418519d5614403fb2dc9af.tar.gz
miniserve-865e8cce79f3a03151418519d5614403fb2dc9af.zip
Merge pull request #327 from parrotmac/ip/0-random-port
Bind to random available port when port 0 specified
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ddcdb74..96fe95f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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)",