From d5342c415e6ecd56ff8f1146e5ab4c575a91ab74 Mon Sep 17 00:00:00 2001 From: Rickard Andersson Date: Tue, 4 Aug 2026 16:40:19 +0200 Subject: [PATCH] Release v0.1.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- soups.json | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ca31f0..9cd401e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -282,7 +282,7 @@ dependencies = [ [[package]] name = "souper" -version = "0.1.10" +version = "0.1.11" dependencies = [ "clap", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index eac144f..ff3047c 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.10" +version = "0.1.11" homepage = "https://github.com/DeviesDevelopment/souper" repository = "https://github.com/DeviesDevelopment/souper" readme = "README.md" diff --git a/soups.json b/soups.json index 9c3c1ab..493cbe6 100644 --- a/soups.json +++ b/soups.json @@ -2,7 +2,7 @@ "Cargo.toml": [ { "name": "clap", - "version": "4.5.49", + "version": "4.6.1", "meta": { "rationale": "Parse command-line arguments" } @@ -16,14 +16,14 @@ }, { "name": "quick-xml", - "version": "0.38.3", + "version": "0.41.0", "meta": { "rationale": "Parse XML-based files to identify SOUPs" } }, { "name": "regex", - "version": "1.12.2", + "version": "1.12.3", "meta": { "rationale": "Parse text files to identify SOUPs" } @@ -37,14 +37,14 @@ }, { "name": "serde_json", - "version": "1.0.145", + "version": "1.0.150", "meta": { "rationale": "Parse JSON files to identify SOUPs" } }, { "name": "toml", - "version": "0.9.8", + "version": "1.1.2", "meta": { "rationale": "Parse TOML files to identify SOUPs" }