diff --git a/Cargo.toml b/Cargo.toml index 16ba75b..f30b708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,9 @@ name = "rphotosadm" path = "src/rphotosadm.rs" [dependencies] -nickel = "~0.9.0" -nickel-jwt-session = "^0.6" +nickel = "~0.10.0" +nickel-jwt-session = "~0.10.0" +hyper = "~0.10.0" env_logger = "*" log = "*" chrono = "^0.3" # Must match version used by diesel @@ -26,7 +27,6 @@ clap = "^2.19" typemap = "*" plugin = "*" image = "*" -hyper = "^0.9" time = "*" xml-rs = "*" rexif = "^0.3.4"