tsk-51: Refresh token endpoint #54

Merged
phoenix merged 16 commits from tsk-51 into devel 2025-08-11 22:15:18 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c1f2a30069 - Show all commits

2
Cargo.lock generated
View File

@@ -728,7 +728,7 @@ dependencies = [
[[package]]
name = "icarus_auth"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"argon2",
"axum",

View File

@@ -1,6 +1,6 @@
[package]
name = "icarus_auth"
version = "0.4.2"
version = "0.4.3"
edition = "2024"
rust-version = "1.88"