Skip to content

Commit

Permalink
Merge pull request #240 from crate-ci/dependabot/cargo/codegenrs-1.0.0
Browse files Browse the repository at this point in the history
chore(deps): Bump codegenrs from 0.1.5 to 1.0.0
  • Loading branch information
epage authored May 1, 2021
2 parents cec8508 + d72fa7a commit 3b9061d
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 101 deletions.
139 changes: 45 additions & 94 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/codespell-dict/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ phf = { version = "0.8", features = ["unicase"] }
phf_codegen = "0.8"
unicase = "2.5"
itertools = "0.10"
codegenrs = "0.1"
codegenrs = "1.0"
structopt = "0.3"
2 changes: 1 addition & 1 deletion crates/misspell-dict/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ phf = { version = "0.8", features = ["unicase"] }
phf_codegen = "0.8"
unicase = "2.5"
itertools = "0.10"
codegenrs = "0.1"
codegenrs = "1.0"
structopt = "0.3"
regex = "1"
2 changes: 1 addition & 1 deletion crates/typos-dict/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ phf = { version = "0.8", features = ["unicase"] }
phf_codegen = "0.8"
csv = "1.1"
unicase = "2.5"
codegenrs = "0.1"
codegenrs = "1.0"
structopt = "0.3"
2 changes: 1 addition & 1 deletion crates/typos-dict/verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ codecov = { repository = "crate-ci/typos" }
[dependencies]
csv = "1.1"
unicase = "2.5"
codegenrs = "0.1"
codegenrs = "1.0"
structopt = "0.3"
varcon = { version = "^0.3", path = "../../varcon" }
itertools = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion crates/typos-vars/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ varcon = { version = "^0.3", path = "../../varcon", features = ["flags"] }
varcon-core = { version = "1.0", path = "../../varcon-core", features = ["flags"] }
typos = { version = "^0.4", path = "../../typos" }
unicase = "2.5"
codegenrs = "0.1"
codegenrs = "1.0"
structopt = "0.3"
clap = "2"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/varcon/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ azure-devops = { project = "crate-ci", pipeline = "typos" }
codecov = { repository = "crate-ci/typos" }

[dependencies]
codegenrs = "0.1"
codegenrs = "1.0"
structopt = "0.3"
varcon-core = { version = "1.0", path = "../../varcon-core", features = ["parser"] }
2 changes: 1 addition & 1 deletion crates/wikipedia-dict/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ phf = { version = "0.8", features = ["unicase"] }
phf_codegen = "0.8"
unicase = "2.5"
itertools = "0.10"
codegenrs = "0.1"
codegenrs = "1.0"
structopt = "0.3"

0 comments on commit 3b9061d

Please sign in to comment.