Updated dependencies

This commit is contained in:
2025-04-01 22:09:14 -04:00
parent 2db28fc0da
commit 20e3d30ef1

View File

@@ -13,6 +13,8 @@ tower = { version = "0.5.2" }
hyper = { version = "1.6.0" } hyper = { version = "1.6.0" }
sqlx = { version = "0.8.3", features = ["postgres", "runtime-tokio-native-tls"] } sqlx = { version = "0.8.3", features = ["postgres", "runtime-tokio-native-tls"] }
dotenv = { version = "0.15" } dotenv = { version = "0.15" }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.2.0" }
[dev-dependencies]
testcontainers = { version = "0.23.3" } testcontainers = { version = "0.23.3" }
testcontainers-modules = { version = "0.11.6", features = ["blocking", "postgres"] } testcontainers-modules = { version = "0.11.6", features = ["blocking", "postgres"] }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.2.0" }