build(deps): update rowan requirement from 0.15 to 0.16

Updates the requirements on [rowan](https://github.com/rust-analyzer/rowan) to permit the latest version.
- [Commits](https://github.com/rust-analyzer/rowan/compare/v0.15.0...v0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-18 09:30:52 +00:00 committed by GitHub
parent 5f26c94dce
commit 41fbbbee8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]