From 331218bc3b325b10083c6a8b9825f9263b9cef75 Mon Sep 17 00:00:00 2001 From: Andrew Lilley Brinker Date: Thu, 20 Jun 2024 13:10:44 -0700 Subject: [PATCH] chore: Release hipcheck-v3.3.0 --- Cargo.lock | 2 +- hipcheck/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 169bc0fc..0945eee5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,7 +525,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hipcheck" -version = "3.2.1" +version = "3.3.0" dependencies = [ "anyhow", "chrono", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 3d90f513..443e7076 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -4,7 +4,7 @@ description = "Automatically assess and score software repositories for supply c keywords = ["security", "sbom"] categories = ["command-line-utilities", "development-tools"] readme = "../README.md" -version = "3.2.1" +version = "3.3.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/mitre/hipcheck"