From 7db798387f56ebb0e43139c38c31e381510b5423 Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 6 Jul 2026 21:56:12 -0400 Subject: [PATCH] bump: textsender_auth --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c0f3dd..0cc4c35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1811,7 +1811,7 @@ dependencies = [ [[package]] name = "textsender_auth" -version = "0.2.1" +version = "0.2.2" dependencies = [ "argon2", "axum", diff --git a/Cargo.toml b/Cargo.toml index f2bf0a8..7de7b76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }