diff --git a/Cargo.lock b/Cargo.lock index 4339270..3f650ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -775,7 +775,7 @@ dependencies = [ "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "typos 0.3.0", - "typos-dict 0.2.0", + "typos-dict 0.2.1", "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -793,7 +793,7 @@ dependencies = [ [[package]] name = "typos-dict" -version = "0.2.0" +version = "0.2.1" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/dict/typos/Cargo.toml b/dict/typos/Cargo.toml index 92833b6..e7c7c29 100644 --- a/dict/typos/Cargo.toml +++ b/dict/typos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-dict" -version = "0.2.0" +version = "0.2.1" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"