From a4d99562c36b389315558915ab060a3dc17ac507 Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 23 Oct 2022 00:06:44 -0400 Subject: [PATCH] switched libs around --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bdd6ed3..0876571 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ serde = { version = "1.0", features = ["derive"] } #openssl = { version = "0.10", features = ["vendored"] } err = { git = "https://github.com/franklinblanco/err.git" } -dev-dtos = { git = "https://github.com/franklinblanco/user-dtos.git" } +dev-dtos = { git = "https://github.com/franklinblanco/user-svc-dtos-rust.git" } actix-web-utils = { git = "https://github.com/franklinblanco/actix-web-utils.git" } \ No newline at end of file