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" 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" }