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:
parent
5f26c94dce
commit
41fbbbee8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue