typos 1.13.18 -> 1.14.3 https://github.com/crate-ci/typos/releases attrpath: typos Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-VbYCZJlaW5jdEXZ0gtAhWfFbHcLyNHSqk245HX1ST5Y= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A typos nix build failed.  Compiling edit-distance v2.1.0  Compiling typos-cli v1.14.3 (/build/source/crates/typos-cli)  Compiling misspell-dict v0.4.0 (/build/source/crates/misspell-dict)  Compiling codespell-dict v0.4.0 (/build/source/crates/codespell-dict)  Compiling wikipedia-dict v0.4.0 (/build/source/crates/wikipedia-dict)  Finished release [optimized] target(s) in 1m 04s  Running unittests src/lib.rs (target/x86_64-unknown-linux-gnu/release/deps/codespell_dict-f9ec5d8d89d87cbe) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s  Running tests/codegen.rs (target/x86_64-unknown-linux-gnu/release/deps/codegen-cc0bd25ebd8d7166) running 1 test test codegen ... FAILED failures: ---- codegen stdout ---- thread 'codegen' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', crates/codespell-dict/tests/codegen.rs:9:54 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: codegen test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s error: test failed, to rerun pass `-p codespell-dict --test codegen`