From a739c89da3c122a5ffe0336dbcc3a84c677217ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 11:13:16 +0000 Subject: [PATCH 1/2] chore: bump which from 8.0.4 to 8.0.5 Bumps [which](https://github.com/harryfei/which-rs) from 8.0.4 to 8.0.5. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/8.0.4...8.0.5) --- updated-dependencies: - dependency-name: which dependency-version: 8.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e6250ee..03593fdd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1715,9 +1715,9 @@ dependencies = [ [[package]] name = "which" -version = "8.0.4" +version = "8.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d7cd18d4acb58fb3cdfe9ea54e6cd96a4e7d4cc45c56338b236e82dad47248" +checksum = "8f3ef584124b911bcc3875c2f1472e80f24361ceb789bd1c62b3e9a3df9ff43c" dependencies = [ "libc", ] From dda7bc0d614be5e94f9208be6b8717c4be8b42c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 1 Aug 2026 11:15:55 +0000 Subject: [PATCH 2/2] chore: updated generated code --- mdsf/src/filetype/generated_file_types.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mdsf/src/filetype/generated_file_types.rs b/mdsf/src/filetype/generated_file_types.rs index 7e8d3c97..685e9d9c 100644 --- a/mdsf/src/filetype/generated_file_types.rs +++ b/mdsf/src/filetype/generated_file_types.rs @@ -378,6 +378,8 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> { "glyph bitmap distribution format" => Some(".bdf"), "glyph" => Some(".glf"), "gn" => Some(".gn"), + "gno" => Some(".gno"), + "gnolang" => Some(".gno"), "gnu asm" => Some(".s"), "gnuplot" => Some(".gp"), "go template" => Some(".gohtml"), @@ -1544,6 +1546,8 @@ mod test_language_to_ext { ("glyph bitmap distribution format", ".bdf"), ("glyph", ".glf"), ("gn", ".gn"), + ("gno", ".gno"), + ("gnolang", ".gno"), ("gnu asm", ".s"), ("gnuplot", ".gp"), ("go template", ".gohtml"),