diff --git a/Cargo.toml b/Cargo.toml index ed04064..e380288 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,17 @@ [package] name = "docker-registry-api" version = "0.1.0" authors = ["Sébastien Santoro "] edition = "2018" [dependencies] env_logger = "^0.5.13" lazy_static = "1.1.0" -limiting-factor = { path = "../limiting-factor", features = ["minimal"] } +limiting-factor = { version="^0.4.0", features = ["minimal"] } log = "^0.4.5" regex = "1.0.5" rocket = "^0.3.16" rocket_codegen = "^0.3.16" rocket_contrib = { version = "*", features = ["json"] } serde = "1.0" serde_derive = "1.0"