From 0a0a7f70094dc17c77471738f799b0009d4d765f Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Sat, 2 Dec 2023 10:40:24 +0800 Subject: [PATCH] chore(examples): update deps --- examples/routing/openapi/Cargo.toml | 2 +- examples/static-routes/Cargo.toml | 2 +- examples/templates/tera/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/routing/openapi/Cargo.toml b/examples/routing/openapi/Cargo.toml index c2daeaf6..7e8ba191 100644 --- a/examples/routing/openapi/Cargo.toml +++ b/examples/routing/openapi/Cargo.toml @@ -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" diff --git a/examples/static-routes/Cargo.toml b/examples/static-routes/Cargo.toml index 3c13eb22..798134b7 100644 --- a/examples/static-routes/Cargo.toml +++ b/examples/static-routes/Cargo.toml @@ -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" diff --git a/examples/templates/tera/Cargo.toml b/examples/templates/tera/Cargo.toml index b02cf390..b69cb145 100644 --- a/examples/templates/tera/Cargo.toml +++ b/examples/templates/tera/Cargo.toml @@ -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"