aboutsummaryrefslogtreecommitdiffstats
path: root/lib/auth-service/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-02-09 19:33:04 +0200
committerrtkay123 <dev@kanjala.com>2026-02-09 19:33:04 +0200
commit375da0e07f2b3e88c2f6db0e6f4565b3ad555b95 (patch)
treedd7e302e7385c4e7cff5021178f127c693bede9d /lib/auth-service/Cargo.toml
parenta9630ecdc459068ca51ee2d7be3837d609840842 (diff)
downloadsellershut-375da0e07f2b3e88c2f6db0e6f4565b3ad555b95.tar.bz2
sellershut-375da0e07f2b3e88c2f6db0e6f4565b3ad555b95.zip
feat(auth): route to provider
Diffstat (limited to 'lib/auth-service/Cargo.toml')
-rw-r--r--lib/auth-service/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"