aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a7095d6..0436405 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,10 +12,9 @@ name = "sersve"
path = "src/sersve.rs"
[dependencies]
-iron = "*"
-glob = "*"
-conduit-mime-types = "*"
-lazy_static = "~0.1.1"
+iron = "~0.0.5"
+glob = "~0.1.0"
+conduit-mime-types = "~0.5.0"
[dependencies.persistent]
git = "https://github.com/iron/persistent"