From 92abbec2ce1fc88a2908cabb744b94c8e147b288 Mon Sep 17 00:00:00 2001 From: Rickard Andersson Date: Mon, 4 Aug 2025 13:22:41 +0200 Subject: [PATCH 1/2] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21303dd..aa7901d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,7 +277,7 @@ dependencies = [ [[package]] name = "souper" -version = "0.1.6" +version = "0.1.7" dependencies = [ "clap", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index dc53d14..7f58866 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.6" +version = "0.1.7" homepage = "https://github.com/DeviesDevelopment/souper" repository = "https://github.com/DeviesDevelopment/souper" readme = "README.md" From 45f3befd0b6b380f3a228586853bde97ac1612ac Mon Sep 17 00:00:00 2001 From: Rickard Andersson Date: Mon, 4 Aug 2025 13:22:48 +0200 Subject: [PATCH 2/2] Run souper --- soups.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/soups.json b/soups.json index 1573c5e..6b9e16c 100644 --- a/soups.json +++ b/soups.json @@ -2,7 +2,7 @@ "Cargo.toml": [ { "name": "clap", - "version": "4.5.39", + "version": "4.5.42", "meta": { "rationale": "Parse command-line arguments" } @@ -16,7 +16,7 @@ }, { "name": "quick-xml", - "version": "0.37.5", + "version": "0.38.1", "meta": { "rationale": "Parse XML-based files to identify SOUPs" } @@ -37,14 +37,14 @@ }, { "name": "serde_json", - "version": "1.0.140", + "version": "1.0.142", "meta": { "rationale": "Parse JSON files to identify SOUPs" } }, { "name": "toml", - "version": "0.8.22", + "version": "0.9.4", "meta": { "rationale": "Parse TOML files to identify SOUPs" }