switched libs around

This commit is contained in:
Franklin 2022-10-23 00:06:44 -04:00
parent 6c337448f3
commit a4d99562c3
1 changed files with 1 additions and 1 deletions

View File

@ -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" }