bump: textsender_auth
pr Build / Rustfmt (pull_request) Successful in 45s
pr Build / Check (pull_request) Successful in 1m12s
pr Build / Clippy (pull_request) Successful in 2m12s

This commit is contained in:
2026-07-10 17:38:43 -04:00
parent d7ff8fae69
commit cc51756c84
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -1819,7 +1819,7 @@ dependencies = [
[[package]] [[package]]
name = "textsender_auth" name = "textsender_auth"
version = "0.2.2" version = "0.2.3"
dependencies = [ dependencies = [
"argon2", "argon2",
"axum", "axum",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "textsender_auth" name = "textsender_auth"
version = "0.2.2" version = "0.2.3"
edition = "2024" edition = "2024"
rust-version = "1.97" rust-version = "1.97"