Skip to content

Commit

Permalink
build(deps): bump predicates from 3.0.3 to 3.1.0
Browse files Browse the repository at this point in the history
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](assert-rs/predicates-rs@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>
  • Loading branch information
dependabot[bot] authored and langston-barrett committed Feb 2, 2024
1 parent 43a348b commit 243f179
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 25 deletions.
20 changes: 2 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion treeedbgen-souffle-c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ tree-sitter-c = { version = "0.20" }

[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.0"
predicates = "3.1"
tempfile = "3"
2 changes: 1 addition & 1 deletion treeedbgen-souffle-csharp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion treeedbgen-souffle-java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion treeedbgen-souffle-javascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ tree-sitter-javascript = { version = "0.20" }

[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.0"
predicates = "3.1"
tempfile = "3"
2 changes: 1 addition & 1 deletion treeedbgen-souffle-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ tree-sitter-rust = { version = "0.20" }

[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.0"
predicates = "3.1"
tempfile = "3"
2 changes: 1 addition & 1 deletion treeedbgen-souffle-souffle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion treeedbgen-souffle-swift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 243f179

Please sign in to comment.