From 3e929ba2700d5b9f4480067eab1fff5e5a85fcc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 23:45:11 +0000 Subject: [PATCH] Bump tree-sitter-fsharp from 0.1.0 to 0.2.2 Bumps [tree-sitter-fsharp](https://github.com/ionide/tree-sitter-fsharp) from 0.1.0 to 0.2.2. - [Release notes](https://github.com/ionide/tree-sitter-fsharp/releases) - [Commits](https://github.com/ionide/tree-sitter-fsharp/compare/v0.1.0...0.2.2) --- updated-dependencies: - dependency-name: tree-sitter-fsharp dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6827fe6..7a758bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1586,9 +1586,9 @@ dependencies = [ [[package]] name = "tree-sitter-fsharp" -version = "0.1.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2db500a0948bf37c43febe2c3d67bfb9ad690b06aaa20780a5106da6f620b41" +checksum = "bd296b6559884f6c7e78458632337a18b41e19c1c9daa04407ea5b8478372774" dependencies = [ "cc", "tree-sitter-language", diff --git a/Cargo.toml b/Cargo.toml index d6e03e5..0c9f2b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ tree-sitter-elixir = "0.3.4" tree-sitter-elm = "5.8.0" tree-sitter-erlang = "0.13.0" tree-sitter-fortran = "0.5.1" -tree-sitter-fsharp = "0.1.0" +tree-sitter-fsharp = "0.2.2" tree-sitter-gleam = "1.0.0" tree-sitter-go = "0.23.4" tree-sitter-haskell = "0.23.1"