diff --git a/Cargo.toml b/Cargo.toml index b71f1e0..0d985a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,14 +8,14 @@ license = "MIT" name = "etcd" readme = "README.md" repository = "https://github.com/jimmycuadra/rust-etcd" -version = "0.7.0" +version = "0.8.0" [lib] test = false [dependencies] futures = "0.1.14" -hyper = "0.11.1" +hyper = "0.11.2" serde = "1.0.9" serde_derive = "1.0.9" serde_json = "1.0.2"