summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2015-06-26 00:46:06 -0400
committersoftprops <d.tangren@gmail.com>2015-06-26 00:46:06 -0400
commit558a7720197e30455c79ad3e8ee7371ecb4fdd09 (patch)
treed54d71700cbf4078eff8f40c7635144e131666d4 /Cargo.toml
parenta2c9a6b8206616cfbc3c713bee062ab332400ada (diff)
updated deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e340b9b..d46e338 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,10 +12,10 @@ license = "MIT"
[dependencies]
mime = "0.0.11"
-httparse = "0.1.1"
+httparse = "0.1.3"
hyper = "0.5.2"
-jed = "0.1.1"
+jed = "0.1.2"
openssl = "0.6.2"
-unix_socket = "0.4.2"
+unix_socket = "0.4.3"
url = "0.2.34"
-rustc-serialize = "0.3.14" \ No newline at end of file
+rustc-serialize = "0.3.15" \ No newline at end of file