mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(deps): update compatible
This commit is contained in:
parent
d399e2ea33
commit
5131fb8167
10 changed files with 41 additions and 32 deletions
47
Cargo.lock
generated
47
Cargo.lock
generated
|
@ -38,6 +38,15 @@ dependencies = [
|
|||
"memchr",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "aho-corasick"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "anes"
|
||||
version = "0.1.6"
|
||||
|
@ -46,9 +55,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|||
|
||||
[[package]]
|
||||
name = "anstream"
|
||||
version = "0.3.0"
|
||||
version = "0.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9e579a7752471abc2a8268df8b20005e3eadd975f585398f17efcfd8d4927371"
|
||||
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
|
||||
dependencies = [
|
||||
"anstyle",
|
||||
"anstyle-parse",
|
||||
|
@ -85,9 +94,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anstyle-wincon"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4bcd8291a340dd8ac70e18878bc4501dd7b4ff970cfa21c207d36ece51ea88fd"
|
||||
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
|
||||
dependencies = [
|
||||
"anstyle",
|
||||
"windows-sys 0.48.0",
|
||||
|
@ -233,9 +242,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.2.2"
|
||||
version = "4.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9b802d85aaf3a1cdb02b224ba472ebdea62014fccfcb269b95a4d76443b5ee5a"
|
||||
checksum = "8a1f23fa97e1d1641371b51f35535cb26959b8e27ab50d167a8b996b5bada819"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive 4.2.0",
|
||||
|
@ -248,15 +257,15 @@ version = "2.0.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "23e2b6c3dcdb73299f48ae05b294da14e2f560b3ed2c09e742269eb1b22af231"
|
||||
dependencies = [
|
||||
"clap 4.2.2",
|
||||
"clap 4.2.5",
|
||||
"log",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.2.2"
|
||||
version = "4.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "14a1a858f532119338887a4b8e1af9c60de8249cd7bafd68036a489e261e37b6"
|
||||
checksum = "0fdc5d93c358224b4d6867ef1356d740de2303e9892edc06c5340daeccd96bab"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
|
@ -340,7 +349,7 @@ version = "1.0.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "412e88a3a3a3f52e436909b49beb467a05649e8b0dda0e6202bd05c1b63dbc49"
|
||||
dependencies = [
|
||||
"clap 4.2.2",
|
||||
"clap 4.2.5",
|
||||
"colorchoice",
|
||||
]
|
||||
|
||||
|
@ -682,7 +691,7 @@ version = "0.4.10"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"aho-corasick 0.7.19",
|
||||
"bstr",
|
||||
"fnv",
|
||||
"log",
|
||||
|
@ -1220,11 +1229,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.7.3"
|
||||
version = "1.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
|
||||
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"aho-corasick 1.0.1",
|
||||
"memchr",
|
||||
"regex-syntax",
|
||||
]
|
||||
|
@ -1237,9 +1246,9 @@ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|||
|
||||
[[package]]
|
||||
name = "regex-syntax"
|
||||
version = "0.6.29"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
||||
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
|
||||
|
||||
[[package]]
|
||||
name = "rustc-demangle"
|
||||
|
@ -1599,7 +1608,7 @@ dependencies = [
|
|||
"assert_fs",
|
||||
"atty",
|
||||
"bstr",
|
||||
"clap 4.2.2",
|
||||
"clap 4.2.5",
|
||||
"clap-verbosity-flag",
|
||||
"colorchoice-clap",
|
||||
"content_inspector",
|
||||
|
@ -2057,9 +2066,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|||
|
||||
[[package]]
|
||||
name = "winnow"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6dd168d560b787538a8ab920d47c030a5c0d488b515dd20798d59ea279a5b1df"
|
||||
checksum = "5617da7e1f97bf363947d767b91aaf3c2bbc19db7fda9c65af1278713d58e0a2"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
|
|
@ -24,4 +24,4 @@ unicase = "2.6"
|
|||
itertools = "0.10"
|
||||
codegenrs = "2.0"
|
||||
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
|
||||
snapbox = { version = "0.4.10", features = ["path"] }
|
||||
snapbox = { version = "0.4.11", features = ["path"] }
|
||||
|
|
|
@ -24,4 +24,4 @@ itertools = "0.10"
|
|||
codegenrs = "2.0"
|
||||
regex = "1"
|
||||
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
|
||||
snapbox = { version = "0.4.10", features = ["path"] }
|
||||
snapbox = { version = "0.4.11", features = ["path"] }
|
||||
|
|
|
@ -48,7 +48,7 @@ typos-dict = { version = "^0.9", path = "../typos-dict", optional = true }
|
|||
typos-vars = { version = "^0.8", path = "../typos-vars", optional = true }
|
||||
unicase = "2.6"
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4.2.1", features = ["derive"] }
|
||||
clap = { version = "4.2.5", features = ["derive"] }
|
||||
clap-verbosity-flag = "2.0"
|
||||
ignore = "0.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
@ -61,7 +61,7 @@ once_cell = "1.17.1"
|
|||
ahash = "0.8"
|
||||
difflib = "0.4"
|
||||
proc-exit = "2.0"
|
||||
human-panic = "1.1.3"
|
||||
human-panic = "1.1.4"
|
||||
content_inspector = "0.2.4"
|
||||
unicode-segmentation = "1.10.1"
|
||||
derive_more = "0.99.17"
|
||||
|
@ -76,15 +76,15 @@ unic-emoji-char = "0.9.0"
|
|||
thread_local = "1.1.7"
|
||||
globset = "0.4.10"
|
||||
anstyle = "1.0.0"
|
||||
anstream = "0.3.0"
|
||||
anstream = "0.3.1"
|
||||
colorchoice-clap = "1.0.0"
|
||||
serde_regex = "1.1.0"
|
||||
regex = "1.7.3"
|
||||
regex = "1.8.1"
|
||||
encoding_rs = "0.8.32"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_fs = "1.0"
|
||||
trycmd = "0.14.15"
|
||||
trycmd = "0.14.16"
|
||||
criterion = "0.4"
|
||||
|
||||
[[bench]]
|
||||
|
|
|
@ -23,4 +23,4 @@ unicase = "2.6"
|
|||
codegenrs = "2.0"
|
||||
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
|
||||
varcon = { version = "^0.6", path = "../varcon" }
|
||||
snapbox = { version = "0.4.10", features = ["path"] }
|
||||
snapbox = { version = "0.4.11", features = ["path"] }
|
||||
|
|
|
@ -24,4 +24,4 @@ unicase = "2.6"
|
|||
codegenrs = "2.0"
|
||||
itertools = "0.10"
|
||||
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
|
||||
snapbox = { version = "0.4.10", features = ["path"] }
|
||||
snapbox = { version = "0.4.11", features = ["path"] }
|
||||
|
|
|
@ -14,7 +14,7 @@ include.workspace = true
|
|||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
thiserror = "1.0"
|
||||
winnow = "0.4.3"
|
||||
winnow = "0.4.4"
|
||||
unicode-xid = "0.2.4"
|
||||
once_cell = "1.17.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
|
@ -16,7 +16,7 @@ parser = ["winnow"]
|
|||
flags = ["enumflags2"]
|
||||
|
||||
[dependencies]
|
||||
winnow = { version = "0.4.3", optional = true }
|
||||
winnow = { version = "0.4.4", optional = true }
|
||||
enumflags2 = { version = "0.7", optional = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
|
|
@ -22,4 +22,4 @@ varcon-core = { version = "^2.2", path = "../varcon-core" }
|
|||
[dev-dependencies]
|
||||
codegenrs = "2.0"
|
||||
varcon-core = { version = "^2.2", path = "../varcon-core", features = ["parser"] }
|
||||
snapbox = { version = "0.4.10", features = ["path"] }
|
||||
snapbox = { version = "0.4.11", features = ["path"] }
|
||||
|
|
|
@ -24,4 +24,4 @@ unicase = "2.6"
|
|||
itertools = "0.10"
|
||||
codegenrs = "2.0"
|
||||
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
|
||||
snapbox = { version = "0.4.10", features = ["path"] }
|
||||
snapbox = { version = "0.4.11", features = ["path"] }
|
||||
|
|
Loading…
Reference in a new issue