Update #2

Merged
phoenix merged 15 commits from update into main 2026-07-07 17:35:28 -04:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit ae2577d90e - Show all commits
Generated
+1 -1
View File
@@ -783,7 +783,7 @@ dependencies = [
[[package]]
name = "icarus_auth"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"argon2",
"axum",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "icarus_auth"
version = "0.8.0"
version = "0.8.1"
edition = "2024"
rust-version = "1.95"
@@ -15,7 +15,7 @@ tower = { version = "0.5.3", features = ["full"] }
tower-http = { version = "0.7.0", features = ["cors"] }
sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "tls-native-tls", "time", "uuid"] }
uuid = { version = "1.23.4", features = ["v4", "serde"] }
argon2 = { version = "0.5.3", features = ["std"] } # Use the latest 0.5.x version
argon2 = { version = "0.5.3", features = ["std"] }
time = { version = "0.3.53", features = ["macros", "serde"] }
josekit = { version = "0.10.3" }
utoipa = { version = "5.5.0", features = ["axum_extras"] }