From 332880801b72e71561b0a1ccd2446c23ca86ec32 Mon Sep 17 00:00:00 2001 From: Rickard Andersson Date: Tue, 3 Jun 2025 09:24:43 +0200 Subject: [PATCH 1/2] Update version to v0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7486e1f..6c90e62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,7 +277,7 @@ dependencies = [ [[package]] name = "souper" -version = "0.1.3" +version = "0.1.4" dependencies = [ "clap", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 0c5dba9..9e795a5 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.3" +version = "0.1.4" homepage = "https://github.com/DeviesDevelopment/souper" repository = "https://github.com/DeviesDevelopment/souper" readme = "README.md" From c037e0cb66e357e3042fb1bff17e852465f50249 Mon Sep 17 00:00:00 2001 From: Rickard Andersson Date: Tue, 3 Jun 2025 09:24:52 +0200 Subject: [PATCH 2/2] Update soups.json --- soups.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/soups.json b/soups.json index 641e6fc..1573c5e 100644 --- a/soups.json +++ b/soups.json @@ -2,49 +2,49 @@ "Cargo.toml": [ { "name": "clap", - "version": "4.5.36", + "version": "4.5.39", "meta": { "rationale": "Parse command-line arguments" } }, { "name": "lazy_static", - "version": "1.4.0", + "version": "1.5.0", "meta": { "rationale": "Avoid compiling regex more than once" } }, { "name": "quick-xml", - "version": "0.23.0", + "version": "0.37.5", "meta": { "rationale": "Parse XML-based files to identify SOUPs" } }, { "name": "regex", - "version": "1.6.0", + "version": "1.11.1", "meta": { "rationale": "Parse text files to identify SOUPs" } }, { "name": "serde", - "version": "1.0.140", + "version": "1.0.219", "meta": { "rationale": "Framework for serializing/deserializing data. Required by serde_json and toml." } }, { "name": "serde_json", - "version": "1.0.82", + "version": "1.0.140", "meta": { "rationale": "Parse JSON files to identify SOUPs" } }, { "name": "toml", - "version": "0.5.9", + "version": "0.8.22", "meta": { "rationale": "Parse TOML files to identify SOUPs" }