diff --git a/Cargo.toml b/Cargo.toml index 65e62e7..7e7dc3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ readme = "README.md" [dependencies] chrono = "0.2.17" -hyper = "0.6" +hyper = "0.7.0" rustc-serialize = "0.3.16" url = "0.5.0"