From 41fbbbee8b8843cc452e004e6679bdd0ed7ae431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:30:52 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3fdaa8f..c54efd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]