From 02b81f5b80c26e4b6db7595e86b275aea0e5bf7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 15:47:40 +0000 Subject: [PATCH] chore(deps): bump rowan from 0.16.1 to 0.17.0 Bumps [rowan](https://github.com/rust-analyzer/rowan) from 0.16.1 to 0.17.0. - [Commits](https://github.com/rust-analyzer/rowan/commits) --- updated-dependencies: - dependency-name: rowan dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++++-- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 213acda..5278b20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -833,6 +833,15 @@ version = "2.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" +[[package]] +name = "memoffset" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" +dependencies = [ + "autocfg", +] + [[package]] name = "miniz_oxide" version = "0.8.9" @@ -1105,12 +1114,13 @@ dependencies = [ [[package]] name = "rowan" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "417a3a9f582e349834051b8a10c8d71ca88da4211e4093528e36b9845f6b5f21" +checksum = "14b574c58582fa59fa43a2feb6608b8744184659f08a2e0117e4b8224d95ed61" dependencies = [ "countme", "hashbrown 0.14.5", + "memoffset", "rustc-hash", "text-size", ] diff --git a/Cargo.toml b/Cargo.toml index d73ddf8..e9c24ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } # syntax logos = "0.16" -rowan = "0.16" +rowan = "0.17" # server tower-lsp = "0.20"