Skip to content

Commit

Permalink
build(deps): update rowan requirement from 0.15 to 0.16
Browse files Browse the repository at this point in the history
Updates the requirements on [rowan](https://github.com/rust-analyzer/rowan) to permit the latest version.
- [Commits](rust-analyzer/rowan@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: rowan
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 5f26c94 commit 41fbbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ indexmap = { version = "2.1", optional = true }
jetscii = "0.5"
memchr = "2.5"
nom = { version = "7.1", default-features = false, features = ["std"] }
rowan = "0.15"
rowan = "0.16"
tracing = { version = "0.1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 41fbbbe

Please sign in to comment.