examples: Update to oauth2 5 (#3462)

This commit is contained in:
tottoto
2025-09-11 15:34:41 +02:00
committed by GitHub
parent 5d5ba01be9
commit e4550d23b1
4 changed files with 90 additions and 233 deletions
-4
View File
@@ -25,8 +25,6 @@ skip-tree = [
{ name = "spin" },
# lots still pulls in syn 1.x
{ name = "syn" },
# until 1.0 is out we're pulling in both 0.14 and 1.0-rc.x
{ name = "hyper" },
# pulled in by tracing-subscriber
{ name = "regex-syntax" },
# pulled in by tracing-subscriber
@@ -36,8 +34,6 @@ skip-tree = [
# hyper-util hasn't upgraded to 0.5 yet, but it's the same service / layer
# crates beneath
{ name = "tower" },
# tower hasn't upgraded to 1.0 yet
{ name = "sync_wrapper" },
# pulled in by quickcheck and cookie
{ name = "rand" },
]