From 243f17921d7a0e72a8094196964b739aa5f7a859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 20:55:36 +0000 Subject: [PATCH] build(deps): bump predicates from 3.0.3 to 3.1.0 Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 3.0.3 to 3.1.0. - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/predicates-rs/compare/v3.0.3...v3.1.0) --- updated-dependencies: - dependency-name: predicates dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- Cargo.lock | 20 ++------------------ treeedbgen-souffle-c/Cargo.toml | 2 +- treeedbgen-souffle-csharp/Cargo.toml | 2 +- treeedbgen-souffle-java/Cargo.toml | 2 +- treeedbgen-souffle-javascript/Cargo.toml | 2 +- treeedbgen-souffle-rust/Cargo.toml | 2 +- treeedbgen-souffle-souffle/Cargo.toml | 2 +- treeedbgen-souffle-swift/Cargo.toml | 2 +- 8 files changed, 9 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 598f693..87a1b37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,12 +204,6 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" -[[package]] -name = "either" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" - [[package]] name = "errno" version = "0.3.8" @@ -241,15 +235,6 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - [[package]] name = "itoa" version = "1.0.6" @@ -297,14 +282,13 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "predicates" -version = "3.0.3" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9" +checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8" dependencies = [ "anstyle", "difflib", "float-cmp", - "itertools", "normalize-line-endings", "predicates-core", "regex", diff --git a/treeedbgen-souffle-c/Cargo.toml b/treeedbgen-souffle-c/Cargo.toml index bcef7e3..76d6783 100644 --- a/treeedbgen-souffle-c/Cargo.toml +++ b/treeedbgen-souffle-c/Cargo.toml @@ -17,5 +17,5 @@ tree-sitter-c = { version = "0.20" } [dev-dependencies] assert_cmd = "2.0" -predicates = "3.0" +predicates = "3.1" tempfile = "3" \ No newline at end of file diff --git a/treeedbgen-souffle-csharp/Cargo.toml b/treeedbgen-souffle-csharp/Cargo.toml index 718d380..2fc71d5 100644 --- a/treeedbgen-souffle-csharp/Cargo.toml +++ b/treeedbgen-souffle-csharp/Cargo.toml @@ -17,5 +17,5 @@ tree-sitter-c-sharp = { version = "0.20", git = "https://github.com/tree-sitter/ [dev-dependencies] assert_cmd = "2.0" -predicates = "3.0" +predicates = "3.1" tempfile = "3" \ No newline at end of file diff --git a/treeedbgen-souffle-java/Cargo.toml b/treeedbgen-souffle-java/Cargo.toml index bdcfa53..9980030 100644 --- a/treeedbgen-souffle-java/Cargo.toml +++ b/treeedbgen-souffle-java/Cargo.toml @@ -17,5 +17,5 @@ tree-sitter-java = { version = "0.20", git = 'https://github.com/tree-sitter/tre [dev-dependencies] assert_cmd = "2.0" -predicates = "3.0" +predicates = "3.1" tempfile = "3" \ No newline at end of file diff --git a/treeedbgen-souffle-javascript/Cargo.toml b/treeedbgen-souffle-javascript/Cargo.toml index 1f352e5..fe97656 100644 --- a/treeedbgen-souffle-javascript/Cargo.toml +++ b/treeedbgen-souffle-javascript/Cargo.toml @@ -17,5 +17,5 @@ tree-sitter-javascript = { version = "0.20" } [dev-dependencies] assert_cmd = "2.0" -predicates = "3.0" +predicates = "3.1" tempfile = "3" \ No newline at end of file diff --git a/treeedbgen-souffle-rust/Cargo.toml b/treeedbgen-souffle-rust/Cargo.toml index f534f94..14f285b 100644 --- a/treeedbgen-souffle-rust/Cargo.toml +++ b/treeedbgen-souffle-rust/Cargo.toml @@ -17,5 +17,5 @@ tree-sitter-rust = { version = "0.20" } [dev-dependencies] assert_cmd = "2.0" -predicates = "3.0" +predicates = "3.1" tempfile = "3" \ No newline at end of file diff --git a/treeedbgen-souffle-souffle/Cargo.toml b/treeedbgen-souffle-souffle/Cargo.toml index b39624a..4de1758 100644 --- a/treeedbgen-souffle-souffle/Cargo.toml +++ b/treeedbgen-souffle-souffle/Cargo.toml @@ -17,5 +17,5 @@ tree-sitter-souffle = { version = "0.4.0" } [dev-dependencies] assert_cmd = "2.0" -predicates = "3.0" +predicates = "3.1" tempfile = "3" \ No newline at end of file diff --git a/treeedbgen-souffle-swift/Cargo.toml b/treeedbgen-souffle-swift/Cargo.toml index 9d64f63..0209c4b 100644 --- a/treeedbgen-souffle-swift/Cargo.toml +++ b/treeedbgen-souffle-swift/Cargo.toml @@ -17,5 +17,5 @@ tree-sitter-swift = { version = "0.3.4" } [dev-dependencies] assert_cmd = "2.0" -predicates = "3.0" +predicates = "3.1" tempfile = "3" \ No newline at end of file