diff --git a/Cargo.lock b/Cargo.lock index 3e6c218..22d668d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -288,7 +288,7 @@ dependencies = [ [[package]] name = "souper" -version = "0.1.9" +version = "0.1.10" dependencies = [ "clap", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 9248029..d26a74b 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.9" +version = "0.1.10" homepage = "https://github.com/DeviesDevelopment/souper" repository = "https://github.com/DeviesDevelopment/souper" readme = "README.md" diff --git a/soups.json b/soups.json index 36bd4e8..9c3c1ab 100644 --- a/soups.json +++ b/soups.json @@ -2,7 +2,7 @@ "Cargo.toml": [ { "name": "clap", - "version": "4.5.48", + "version": "4.5.49", "meta": { "rationale": "Parse command-line arguments" } @@ -23,14 +23,14 @@ }, { "name": "regex", - "version": "1.11.2", + "version": "1.12.2", "meta": { "rationale": "Parse text files to identify SOUPs" } }, { "name": "serde", - "version": "1.0.226", + "version": "1.0.228", "meta": { "rationale": "Framework for serializing/deserializing data. Required by serde_json and toml." } @@ -44,7 +44,7 @@ }, { "name": "toml", - "version": "0.9.7", + "version": "0.9.8", "meta": { "rationale": "Parse TOML files to identify SOUPs" }