From 15de8b40736733a7bd93eed0dad17bdd9a99b766 Mon Sep 17 00:00:00 2001 From: Artem Medvedev Date: Tue, 28 Nov 2023 00:53:57 +0100 Subject: [PATCH] chore(deps): update dev-dependency --- poem-grants/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poem-grants/Cargo.toml b/poem-grants/Cargo.toml index 1175314..cbe6b80 100644 --- a/poem-grants/Cargo.toml +++ b/poem-grants/Cargo.toml @@ -26,6 +26,6 @@ thiserror = "1" [dev-dependencies] poem = {version = "1", features = ["test"]} -poem-openapi = "2.0.26" +poem-openapi = "3.0.6" serde = {version = "1.0", features = ["derive"]} tokio = {version = "1.34.0", features = ["rt-multi-thread"]}