Remove once_cell from jwt example (#3014)

Signed-off-by: Hayashi Mikihiro <[email protected]>
This commit is contained in:
Hayashi Mikihiro
2024-11-11 16:57:10 +00:00
committed by GitHub
parent 59a2960e42
commit 0774e59704
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -8,7 +8,6 @@ publish = false
axum = { path = "../../axum" }
axum-extra = { path = "../../axum-extra", features = ["typed-header"] }
jsonwebtoken = "9.3"
once_cell = "1.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["full"] }