Instant message #24

Merged
phoenix merged 14 commits from instant_message into alot_of_changes 2026-06-20 20:07:19 -04:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 402453deb8 - Show all commits
Generated
-1
View File
@@ -2830,7 +2830,6 @@ dependencies = [
"futures",
"josekit",
"jsonwebtoken",
"reqwest",
"serde",
"serde_json",
"sqlx",
-1
View File
@@ -13,7 +13,6 @@ tokio = { version = "1.52.3", features = ["full"] }
tokio-util = { version = "0.7.18", features = ["io"] }
tower = { version = "0.5.3", features = ["full"] }
tower-http = { version = "0.6.11", features = ["cors", "timeout"] }
reqwest = { version = "0.13.4" }
tracing-subscriber = "0.3.23"
futures = { version = "0.3.32" }
uuid = { version = "1.23.3", features = ["v4", "serde"] }