Update rust #1

Merged
phoenix merged 17 commits from update_rust into main 2026-05-22 11:24:55 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit bf9f795dfd - Show all commits
Generated
+1 -1
View File
@@ -761,7 +761,7 @@ dependencies = [
[[package]] [[package]]
name = "icarus_auth" name = "icarus_auth"
version = "0.7.0" version = "0.8.0"
dependencies = [ dependencies = [
"argon2", "argon2",
"axum", "axum",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "icarus_auth" name = "icarus_auth"
version = "0.7.0" version = "0.8.0"
edition = "2024" edition = "2024"
rust-version = "1.95" rust-version = "1.95"