bump: textsender_auth
Rust Build / Check (pull_request) Successful in 54s
Rust Build / Rustfmt (pull_request) Successful in 1m32s
Rust Build / Clippy (pull_request) Failing after 1m59s

This commit is contained in:
2026-07-06 21:56:12 -04:00
parent 463a2e869b
commit 7db798387f
2 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -1811,7 +1811,7 @@ dependencies = [
[[package]]
name = "textsender_auth"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"argon2",
"axum",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "textsender_auth"
version = "0.2.1"
version = "0.2.2"
edition = "2024"
rust-version = "1.96.1"
@@ -13,7 +13,7 @@ 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"] }
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"] }