diff --git a/Cargo.lock b/Cargo.lock index 2a53da7..d6e0398 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,7 +221,7 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "openapi-parser" -version = "0.4.4" +version = "0.4.5" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 93ebc2e..fc235a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Extract schemas definitions tree from OpenAPI documents" authors = ["Pierre Hubert "] license = "MIT" repository = "https://gitea.communiquons.org/pierre/OpenAPI-Parser" -version = "0.4.4" +version = "0.4.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html