From b7bc501851245888d3a16f956bac56a5cd0b34e8 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 5 Apr 2025 13:22:33 -0400 Subject: [PATCH] Updated dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83dda4e..9d17bdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "icarus_auth" version = "0.2.0" edition = "2024" -rust-version = "1.85" +rust-version = "1.86" [dependencies] axum = { version = "0.8.3" }