From f52beea53057867b20ca4c6827bd80bb4a71a4d4 Mon Sep 17 00:00:00 2001 From: Andrew Lilley Brinker Date: Tue, 10 Sep 2024 12:40:18 -0700 Subject: [PATCH] chore: Release hipcheck-v3.6.3 --- Cargo.lock | 2 +- hipcheck/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3bf57585..9d9578f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1149,7 +1149,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hipcheck" -version = "3.6.2" +version = "3.6.3" dependencies = [ "anyhow", "async-stream", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 5f22f071..a9d8b17b 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -6,7 +6,7 @@ Automatically assess and score software packages for supply chain risk. keywords = ["security", "sbom"] categories = ["command-line-utilities", "development-tools"] readme = "../README.md" -version = "3.6.2" +version = "3.6.3" edition = "2021" license = "Apache-2.0" homepage = "https://mitre.github.io/hipcheck"