From 650342186382d00e0852e967cf6bd64967fc3236 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 22:05:24 +0000 Subject: [PATCH] chore(deps): update rust crate rowan to 0.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00aea77..aa20555 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ num-derive = "0.4" num-traits = "0.2" ordered-float = "3.0" pretty_assertions = "1.2" -rowan = "0.15" +rowan = "0.16" rustc-hash = "1.1" salsa = { git = "https://github.com/salsa-rs/salsa", package = "salsa-2022", rev = "05b4e3ebdcdc47730cdd359e7e97fb2470527279" } serde = "1.0"