From 5bc5e8da2a9bee3968a2e1286f17868db2e840a8 Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Mon, 26 May 2025 17:45:45 +0200 Subject: [PATCH] Trying to lock openapiv3 to 2.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4198c5..78a2243 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde = { version = "1.0.189", features = ["derive"] } serde_yaml = "0.9.29" indoc = "2.0.4" itertools = "0.12.0" -openapiv3 = "2.0.0" +openapiv3 = "=2.0.0" convert_case = "0.6.0" indexmap = "2.1.0" clap = { version = "4.4.12", features = ["derive"] }