diff --git a/Cargo.lock b/Cargo.lock index 7fd9ebdc..10ec34d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2292,7 +2292,7 @@ checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" [[package]] name = "zizmor" -version = "0.3.0" +version = "0.3.1" dependencies = [ "annotate-snippets", "anstream", diff --git a/Cargo.toml b/Cargo.toml index dbd44d45..7299ac71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zizmor" description = "Finds security issues in GitHub Actions setups" -version = "0.3.0" +version = "0.3.1" edition = "2021" repository = "https://github.com/woodruffw/zizmor" homepage = "https://github.com/woodruffw/zizmor"