Skip to content

Commit 0685b9c

Browse files
chore(deps): reorder cors
1 parent 0ca31e9 commit 0685b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/actix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ sqlx = "0.6.3"
1414

1515
# actix
1616
actix-web = "4.3.1"
17+
actix-cors = "0.6.4"
1718
# utils
1819
dotenv = "0.15"
1920
# tracing
2021
tracing = "0.1"
2122
tracing-subscriber = { version= "0.3", features = ["env-filter", "json", "time"] }
22-
actix-cors = "0.6.4"

0 commit comments

Comments
 (0)