tsk-63: Rust update #67

Merged
phoenix merged 7 commits from tsk-63 into main 2025-10-12 22:01:50 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6f95f9c676 - Show all commits

2
Cargo.lock generated
View File

@@ -778,7 +778,7 @@ dependencies = [
[[package]]
name = "icarus_auth"
version = "0.5.3"
version = "0.6.0"
dependencies = [
"argon2",
"axum",

View File

@@ -1,6 +1,6 @@
[package]
name = "icarus_auth"
version = "0.5.3"
version = "0.6.0"
edition = "2024"
rust-version = "1.90"