diff --git a/auth-service/Cargo.toml b/auth-service/Cargo.toml index 5a0e741..80eaa2c 100644 --- a/auth-service/Cargo.toml +++ b/auth-service/Cargo.toml @@ -24,7 +24,6 @@ mockall = "0.13.1" rand = "0.8.5" warp = "0.3.7" reqwest = { version = "0.12.9", features = ["json"] } -consul = "0.4.2" [build-dependencies] tonic-build = "0.12.3"