diff --git a/Cargo.lock b/Cargo.lock index 4c64a46..eb59a6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,7 +277,7 @@ dependencies = [ [[package]] name = "souper" -version = "0.1.7" +version = "0.1.8" dependencies = [ "clap", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index d2cfa43..6685dd5 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.7" +version = "0.1.8" homepage = "https://github.com/DeviesDevelopment/souper" repository = "https://github.com/DeviesDevelopment/souper" readme = "README.md" diff --git a/soups.json b/soups.json index 6b9e16c..28ca73e 100644 --- a/soups.json +++ b/soups.json @@ -2,7 +2,7 @@ "Cargo.toml": [ { "name": "clap", - "version": "4.5.42", + "version": "4.5.45", "meta": { "rationale": "Parse command-line arguments" } @@ -16,14 +16,14 @@ }, { "name": "quick-xml", - "version": "0.38.1", + "version": "0.38.3", "meta": { "rationale": "Parse XML-based files to identify SOUPs" } }, { "name": "regex", - "version": "1.11.1", + "version": "1.11.2", "meta": { "rationale": "Parse text files to identify SOUPs" } @@ -37,14 +37,14 @@ }, { "name": "serde_json", - "version": "1.0.142", + "version": "1.0.143", "meta": { "rationale": "Parse JSON files to identify SOUPs" } }, { "name": "toml", - "version": "0.9.4", + "version": "0.9.5", "meta": { "rationale": "Parse TOML files to identify SOUPs" }