From a7f5a6e592320b2ccec643e7ea6f6118f329d7c4 Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 5 Mar 2023 09:15:18 -0400 Subject: [PATCH] Updated dev-dtos version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0649a7d..fc71a1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -336,7 +336,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 5179c6c..11d4678 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ chrono = { version = "0.4", features = [ "serde" ] } sqlx = { version = "0.6.0", features = [ "runtime-tokio-rustls", "mysql", "chrono", "decimal", "offline" ] } serde_json = { version = "1" } -dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/user-svc-dtos-rust.git" } \ No newline at end of file +dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/dev-dtos.git" } \ No newline at end of file