Update rust #21

Merged
phoenix merged 8 commits from update_rust into main 2026-07-10 17:42:38 -04:00
Showing only changes of commit 68d8e0949e - Show all commits
+1 -1
View File
@@ -12,7 +12,7 @@ tokio = { version = "1.52.3", features = ["rt-multi-thread"] }
tracing-subscriber = { version = "0.3.23" }
tower-http = { version = "0.7.0", features = ["cors"] }
sqlx = { version = "0.9.0", features = ["runtime-tokio", "tls-native-tls", "postgres", "time", "uuid"] }
uuid = { version = "1.23.3", features = ["v4", "serde"] }
uuid = { version = "1.23.4", features = ["v4", "serde"] }
argon2 = { version = "0.5.3", features = ["std"] }
time = { version = "0.3.53", features = ["macros", "serde"] }
josekit = { version = "0.10.3" }