From 18308de3c0a198e776dc790abf2d3ce777c333fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 01:43:17 +0000 Subject: [PATCH] chore(deps): update compatible --- Cargo.lock | 102 +++++++++++++------------------ crates/codespell-dict/Cargo.toml | 2 +- crates/misspell-dict/Cargo.toml | 2 +- crates/typos-cli/Cargo.toml | 18 +++--- crates/typos-dict/Cargo.toml | 4 +- crates/typos-vars/Cargo.toml | 2 +- crates/typos/Cargo.toml | 4 +- crates/varcon-core/Cargo.toml | 2 +- crates/varcon/Cargo.toml | 2 +- crates/wikipedia-dict/Cargo.toml | 2 +- 10 files changed, 62 insertions(+), 78 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a900bfd..fe5bb61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -41,9 +41,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.11" +version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5" +checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" dependencies = [ "anstyle", "anstyle-parse", @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2faccea4cc4ab4a667ce676a30e8ec13922a692c99bb8f5b11f1502c72e04220" +checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" [[package]] name = "anstyle-parse" @@ -169,9 +169,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.18" +version = "4.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c" +checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da" dependencies = [ "clap_builder", "clap_derive", @@ -179,9 +179,9 @@ dependencies = [ [[package]] name = "clap-verbosity-flag" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5fdbb015d790cfb378aca82caf9cc52a38be96a7eecdb92f31b4366a8afc019" +checksum = "bb9b20c0dd58e4c2e991c8d203bbeb76c11304d1011659686b5b644bc29aa478" dependencies = [ "clap", "log", @@ -189,22 +189,22 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.18" +version = "4.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7" +checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb" dependencies = [ "anstream", "anstyle", "clap_lex", - "strsim", + "strsim 0.11.0", "terminal_size", ] [[package]] name = "clap_derive" -version = "4.4.7" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" +checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" dependencies = [ "heck", "proc-macro2", @@ -214,9 +214,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" +checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "codegenrs" @@ -353,7 +353,7 @@ dependencies = [ "ident_case", "proc-macro2", "quote", - "strsim", + "strsim 0.10.0", "syn 2.0.38", ] @@ -417,9 +417,9 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "divan" -version = "0.1.11" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5398159ee27f2b123d89b856bad61725442f37df5fb98c30cd570c318d594aee" +checksum = "a0d567df2c9c2870a43f3f2bd65aaeb18dbce1c18f217c3e564b4fbaeb3ee56c" dependencies = [ "cfg-if", "clap", @@ -431,9 +431,9 @@ dependencies = [ [[package]] name = "divan-macros" -version = "0.1.11" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5092f66eb3563a01e85552731ae82c04c934ff4efd7ad1a0deae7b948f4b3ec4" +checksum = "27540baf49be0d484d8f0130d7d8da3011c32a44d4fc873368154f1510e574a2" dependencies = [ "proc-macro2", "quote", @@ -670,9 +670,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.2" +version = "2.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520" +checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" dependencies = [ "equivalent", "hashbrown", @@ -1136,9 +1136,9 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" [[package]] name = "snapbox" -version = "0.5.0" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8269b717f21b142c0377f1e617e80999e3ef6b1c010959b44fd93320722d2cba" +checksum = "4a99efa20de5053229642a477436cdb39828c7651c614622eb4888f9688523e6" dependencies = [ "anstream", "anstyle", @@ -1177,6 +1177,12 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" +[[package]] +name = "strsim" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" + [[package]] name = "syn" version = "1.0.109" @@ -1250,9 +1256,9 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" +checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" dependencies = [ "cfg-if", "once_cell", @@ -1260,14 +1266,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.9" +version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325" +checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.21.1", + "toml_edit", ] [[package]] @@ -1279,19 +1285,6 @@ dependencies = [ "serde", ] -[[package]] -name = "toml_edit" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" -dependencies = [ - "indexmap", - "serde", - "serde_spanned", - "toml_datetime", - "winnow 0.5.40", -] - [[package]] name = "toml_edit" version = "0.22.5" @@ -1302,7 +1295,7 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.0", + "winnow", ] [[package]] @@ -1318,7 +1311,7 @@ dependencies = [ "serde", "shlex", "snapbox", - "toml_edit 0.22.5", + "toml_edit", ] [[package]] @@ -1340,7 +1333,7 @@ dependencies = [ "thiserror", "unicode-segmentation", "unicode-xid", - "winnow 0.6.0", + "winnow", ] [[package]] @@ -1477,9 +1470,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-segmentation" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" +checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-width" @@ -1522,7 +1515,7 @@ name = "varcon-core" version = "4.0.5" dependencies = [ "enumflags2", - "winnow 0.6.0", + "winnow", ] [[package]] @@ -1732,18 +1725,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "winnow" -version = "0.5.40" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" -dependencies = [ - "memchr", -] - -[[package]] -name = "winnow" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b1dbce9e90e5404c5a52ed82b1d13fc8cfbdad85033b6f57546ffd1265f8451" +checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" dependencies = [ "memchr", ] diff --git a/crates/codespell-dict/Cargo.toml b/crates/codespell-dict/Cargo.toml index a9447b6..65dd5f0 100644 --- a/crates/codespell-dict/Cargo.toml +++ b/crates/codespell-dict/Cargo.toml @@ -24,5 +24,5 @@ unicase = "2.7" itertools = "0.12" codegenrs = "3.0" dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] } -snapbox = { version = "0.5.0", features = ["path"] } +snapbox = { version = "0.5.7", features = ["path"] } typos = { path = "../typos" } diff --git a/crates/misspell-dict/Cargo.toml b/crates/misspell-dict/Cargo.toml index fbffa02..615cf71 100644 --- a/crates/misspell-dict/Cargo.toml +++ b/crates/misspell-dict/Cargo.toml @@ -24,4 +24,4 @@ itertools = "0.12" codegenrs = "3.0" regex = "1" dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] } -snapbox = { version = "0.5.0", features = ["path"] } +snapbox = { version = "0.5.7", features = ["path"] } diff --git a/crates/typos-cli/Cargo.toml b/crates/typos-cli/Cargo.toml index bc357d2..4d13617 100644 --- a/crates/typos-cli/Cargo.toml +++ b/crates/typos-cli/Cargo.toml @@ -45,11 +45,11 @@ typos-dict = { version = "^0.11", path = "../typos-dict", optional = true } typos-vars = { version = "^0.8", path = "../typos-vars", optional = true } unicase = "2.7" anyhow = "1.0" -clap = { version = "4.4.18", features = ["derive"] } -clap-verbosity-flag = "2.1" +clap = { version = "4.5.1", features = ["derive"] } +clap-verbosity-flag = "2.2" ignore = "0.4" serde = { version = "1.0", features = ["derive"] } -toml = "0.8.9" +toml = "0.8.10" log = "0.4" env_logger = { version = "0.11", default-features = false, features = ["auto-color"] } bstr = "1.9" @@ -58,7 +58,7 @@ difflib = "0.4" proc-exit = "2.0" human-panic = "1.2.3" content_inspector = "0.2.4" -unicode-segmentation = "1.10.1" +unicode-segmentation = "1.11.0" derive_more = "0.99.17" derive_setters = "0.1" itertools = "0.12" @@ -68,10 +68,10 @@ typed-arena = "2.0.2" maplit = "1.0" unicode-width = "0.1.11" unic-emoji-char = "0.9.0" -thread_local = "1.1.7" +thread_local = "1.1.8" globset = "0.4.14" -anstyle = "1.0.5" -anstream = "0.6.11" +anstyle = "1.0.6" +anstream = "0.6.13" colorchoice-clap = "1.0.3" serde_regex = "1.1.0" regex = "1.10.3" @@ -79,8 +79,8 @@ encoding_rs = "0.8.33" [dev-dependencies] assert_fs = "1.1" -divan = "0.1.11" -snapbox = "0.5.0" +divan = "0.1.14" +snapbox = "0.5.7" trycmd = "0.15.0" [[bench]] diff --git a/crates/typos-dict/Cargo.toml b/crates/typos-dict/Cargo.toml index ef1960f..5cf5115 100644 --- a/crates/typos-dict/Cargo.toml +++ b/crates/typos-dict/Cargo.toml @@ -23,5 +23,5 @@ unicase = "2.7" codegenrs = "3.0" dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] } varcon = { version = "^0.7", path = "../varcon" } -snapbox = { version = "0.5.0", features = ["path"] } -indexmap = "2.2.2" +snapbox = { version = "0.5.7", features = ["path"] } +indexmap = "2.2.5" diff --git a/crates/typos-vars/Cargo.toml b/crates/typos-vars/Cargo.toml index 6035bd2..f7d62b7 100644 --- a/crates/typos-vars/Cargo.toml +++ b/crates/typos-vars/Cargo.toml @@ -24,4 +24,4 @@ unicase = "2.7" codegenrs = "3.0" itertools = "0.12" dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] } -snapbox = { version = "0.5.0", features = ["path"] } +snapbox = { version = "0.5.7", features = ["path"] } diff --git a/crates/typos/Cargo.toml b/crates/typos/Cargo.toml index 7984c97..c51bf3d 100644 --- a/crates/typos/Cargo.toml +++ b/crates/typos/Cargo.toml @@ -14,11 +14,11 @@ include.workspace = true [dependencies] anyhow = "1.0" thiserror = "1.0" -winnow = "0.6.0" +winnow = "0.6.5" unicode-xid = "0.2.4" once_cell = "1.19.0" serde = { version = "1.0", features = ["derive"] } simdutf8 = "0.1.4" itertools = "0.12" -unicode-segmentation = "1.10.1" +unicode-segmentation = "1.11.0" bstr = "1.9" diff --git a/crates/varcon-core/Cargo.toml b/crates/varcon-core/Cargo.toml index aed9e6e..de7dc99 100644 --- a/crates/varcon-core/Cargo.toml +++ b/crates/varcon-core/Cargo.toml @@ -16,7 +16,7 @@ parser = ["dep:winnow"] flags = ["dep:enumflags2"] [dependencies] -winnow = { version = "0.6.0", optional = true } +winnow = { version = "0.6.5", optional = true } enumflags2 = { version = "0.7", optional = true } [package.metadata.docs.rs] diff --git a/crates/varcon/Cargo.toml b/crates/varcon/Cargo.toml index e8f3f41..6746055 100644 --- a/crates/varcon/Cargo.toml +++ b/crates/varcon/Cargo.toml @@ -22,4 +22,4 @@ varcon-core = { version = "^4.0", path = "../varcon-core" } [dev-dependencies] codegenrs = "3.0" varcon-core = { version = "^4.0", path = "../varcon-core", features = ["parser"] } -snapbox = { version = "0.5.0", features = ["path"] } +snapbox = { version = "0.5.7", features = ["path"] } diff --git a/crates/wikipedia-dict/Cargo.toml b/crates/wikipedia-dict/Cargo.toml index 637ad21..74f28a0 100644 --- a/crates/wikipedia-dict/Cargo.toml +++ b/crates/wikipedia-dict/Cargo.toml @@ -24,4 +24,4 @@ unicase = "2.7" itertools = "0.12" codegenrs = "3.0" dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] } -snapbox = { version = "0.5.0", features = ["path"] } +snapbox = { version = "0.5.7", features = ["path"] }