From 375da0e07f2b3e88c2f6db0e6f4565b3ad555b95 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Mon, 9 Feb 2026 19:33:04 +0200 Subject: feat(auth): route to provider --- lib/auth-service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/auth-service/Cargo.toml') diff --git a/lib/auth-service/Cargo.toml b/lib/auth-service/Cargo.toml index d35d17e..c3b9be7 100644 --- a/lib/auth-service/Cargo.toml +++ b/lib/auth-service/Cargo.toml @@ -7,7 +7,7 @@ readme.workspace = true documentation.workspace = true [dependencies] -async-session = "3.0.0" +async-session.workspace = true async-trait.workspace = true oauth2 = "5.0.0" secrecy = "0.10.3" -- cgit v1.2.3