From a60e3d09d1a04a2be4949203bb8e9bf877a216fc Mon Sep 17 00:00:00 2001 From: Rickard Andersson Date: Mon, 20 Oct 2025 09:31:59 +0200 Subject: [PATCH 1/2] Release v0.1.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e6c218..22d668d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -288,7 +288,7 @@ dependencies = [ [[package]] name = "souper" -version = "0.1.9" +version = "0.1.10" dependencies = [ "clap", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 9248029..d26a74b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "souper" description = "CLI tool to manage metadata about software of unknown provinence (SOUP)" -version = "0.1.9" +version = "0.1.10" homepage = "https://github.com/DeviesDevelopment/souper" repository = "https://github.com/DeviesDevelopment/souper" readme = "README.md" From 9100edabe87923c7d902b005db92485cf593061a Mon Sep 17 00:00:00 2001 From: Rickard Andersson Date: Mon, 20 Oct 2025 09:32:28 +0200 Subject: [PATCH 2/2] Update soups.json --- soups.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/soups.json b/soups.json index 36bd4e8..9c3c1ab 100644 --- a/soups.json +++ b/soups.json @@ -2,7 +2,7 @@ "Cargo.toml": [ { "name": "clap", - "version": "4.5.48", + "version": "4.5.49", "meta": { "rationale": "Parse command-line arguments" } @@ -23,14 +23,14 @@ }, { "name": "regex", - "version": "1.11.2", + "version": "1.12.2", "meta": { "rationale": "Parse text files to identify SOUPs" } }, { "name": "serde", - "version": "1.0.226", + "version": "1.0.228", "meta": { "rationale": "Framework for serializing/deserializing data. Required by serde_json and toml." } @@ -44,7 +44,7 @@ }, { "name": "toml", - "version": "0.9.7", + "version": "0.9.8", "meta": { "rationale": "Parse TOML files to identify SOUPs" }