Run cargo autoinherit (#5460)

* cargo autoinherit

* sort
This commit is contained in:
Jon Häggblad
2025-02-17 16:05:27 +01:00
committed by GitHub
parent 7255f79b9c
commit eeaca9fc10
15 changed files with 49 additions and 42 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ tokio = { workspace = true, features = ["macros", "time"] }
tokio-util = { workspace = true }
utoipa = { workspace = true, features = ["axum_extras"] }
utoipa-swagger-ui = { workspace = true, features = ["axum"] }
tokio-postgres = "0.7"
tokio-postgres = { workspace = true }
# internal
nym-bin-common = { path = "../common/bin-common" }