Skip to content

Commit

Permalink
build(deps): bump tree-sitter-swift from 0.3.6 to 0.4.1
Browse files Browse the repository at this point in the history
Bumps [tree-sitter-swift](https://github.com/alex-pinkus/tree-sitter-swift) from 0.3.6 to 0.4.1.
- [Release notes](https://github.com/alex-pinkus/tree-sitter-swift/releases)
- [Commits](alex-pinkus/tree-sitter-swift@0.3.6...0.4.1)

---
updated-dependencies:
- dependency-name: tree-sitter-swift
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and langston-barrett committed Mar 5, 2024
1 parent 3c9e6da commit fdffc12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 treeedb-swift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ repository = "https://github.com/langston-barrett/treeedb"
[dependencies]
anyhow = "1.0"
treeedb = { version = "0.1.0", path = "../treeedb", features = ["cli"] }
tree-sitter-swift = { version = "0.3.4" }
tree-sitter-swift = { version = "0.4.1" }
2 changes: 1 addition & 1 deletion treeedbgen-souffle-swift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/langston-barrett/treeedb"
[dependencies]
anyhow = "1"
treeedbgen-souffle = { version = "0.1.0", path = "../treeedbgen-souffle", features = ["cli"] }
tree-sitter-swift = { version = "0.3.4" }
tree-sitter-swift = { version = "0.4.1" }

[dev-dependencies]
assert_cmd = "2.0"
Expand Down

0 comments on commit fdffc12

Please sign in to comment.