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