diff options
| author | rtkay123 <dev@kanjala.com> | 2026-02-09 19:33:04 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-02-09 19:33:04 +0200 |
| commit | 375da0e07f2b3e88c2f6db0e6f4565b3ad555b95 (patch) | |
| tree | dd7e302e7385c4e7cff5021178f127c693bede9d /lib/auth-service/Cargo.toml | |
| parent | a9630ecdc459068ca51ee2d7be3837d609840842 (diff) | |
| download | sellershut-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.toml | 2 |
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" |
