From 9454ba666454b7183797bd75730630fe7f6f3425 Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 5 Mar 2023 09:14:24 -0400 Subject: [PATCH] Changed dev-dtos to new repo --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a90ac83..eb4d2aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -432,7 +432,7 @@ dependencies = [ [[package]] name = "dev-dtos" version = "0.1.0" -source = "git+https://git.franklinblanco.dev/franklinblanco/user-svc-dtos-rust.git#400f705ead30467cadc96d7aef6a3163f323df45" +source = "git+https://git.franklinblanco.dev/franklinblanco/dev-dtos.git#6ca6a736799e1d8479912f5ee110df66bc473d05" dependencies = [ "chrono", "serde", diff --git a/Cargo.toml b/Cargo.toml index 064b25b..f5c1d73 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://git.franklinblanco.dev/franklinblanco/err.git" } -dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/user-svc-dtos-rust.git" } +dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/dev-dtos.git" } actix-web-utils = { git = "https://git.franklinblanco.dev/franklinblanco/actix-web-utils.git" } \ No newline at end of file