Update password endpoint #8

Merged
phoenix merged 9 commits from update_password into main 2026-06-12 13:08:35 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c03e2ba214 - Show all commits
Generated
+1 -1
View File
@@ -2213,7 +2213,7 @@ dependencies = [
[[package]]
name = "textsender_auth"
version = "0.1.18"
version = "0.1.19"
dependencies = [
"argon2",
"async-std",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "textsender_auth"
version = "0.1.18"
version = "0.1.19"
edition = "2024"
rust-version = "1.95"