Skip to content

Commit

Permalink
build(deps): bump tree-sitter-swift from 0.4.1 to 0.4.3
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.4.1 to 0.4.3.
- [Release notes](https://github.com/alex-pinkus/tree-sitter-swift/releases)
- [Commits](alex-pinkus/tree-sitter-swift@0.4.1...0.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent 55ffc03 commit 10ed4cc
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.4.1" }
tree-sitter-swift = { version = "0.4.3" }
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.4.1" }
tree-sitter-swift = { version = "0.4.3" }

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

0 comments on commit 10ed4cc

Please sign in to comment.