diff --git a/Cargo.lock b/Cargo.lock index fd54633..a280b02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -781,7 +781,7 @@ dependencies = [ [[package]] name = "typos-codegen" -version = "1.0.1" +version = "1.0.2" dependencies = [ "codegenrs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/dict/typos/codegen/Cargo.toml b/dict/typos/codegen/Cargo.toml index 05399e4..dd63a47 100644 --- a/dict/typos/codegen/Cargo.toml +++ b/dict/typos/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-codegen" -version = "1.0.1" +version = "1.0.2" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"