diff --git a/Cargo.lock b/Cargo.lock index 9d38797cb..8f5efce91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1637,7 +1637,7 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" [[package]] name = "typos" -version = "0.10.14" +version = "0.10.15" dependencies = [ "anyhow", "bstr", diff --git a/crates/typos/Cargo.toml b/crates/typos/Cargo.toml index 53ea8fdc2..30fc01bc1 100644 --- a/crates/typos/Cargo.toml +++ b/crates/typos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos" -version = "0.10.14" +version = "0.10.15" description = "Source Code Spelling Correction" readme = "../../README.md" categories = ["development-tools", "text-processing"]