Skip to content

Commit

Permalink
chore(examples): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 2, 2023
1 parent ebbd771 commit 0a0a7f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/routing/openapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ serde_json.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }

utoipa = "4"
utoipa-swagger-ui = "4"
utoipa-swagger-ui = "5"
2 changes: 1 addition & 1 deletion examples/static-routes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ viz.workspace = true

hyper.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
once_cell = "1.17"
once_cell = "1.18"
2 changes: 1 addition & 1 deletion examples/templates/tera/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ viz.workspace = true
serde.workspace = true
tokio = { workspace = true, features = [ "rt-multi-thread", "macros" ] }
tera = "1.18"
once_cell = "1.17"
once_cell = "1.18"

0 comments on commit 0a0a7f7

Please sign in to comment.