aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2018-08-10 05:05:11 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2018-08-10 05:05:21 +0000
commitb58624818372c63a74028c1e0830b8186a3abcbf (patch)
tree7ff4d653731a472ac8b4d0654a2803b6dcae59fe /Cargo.lock
parentMerge pull request #14 from colindean/colindean/better-make (diff)
downloadminiserve-0.2.0.tar.gz
miniserve-0.2.0.zip
Allow for multiple interfaces to be specified at the same timev0.2.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4af52ed..1a7ede6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -657,7 +657,7 @@ dependencies = [
[[package]]
name = "miniserve"
-version = "0.1.5"
+version = "0.2.0"
dependencies = [
"actix 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-web 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",