8000 chore(deps): update compatible · crate-ci/typos@5131fb8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5131fb8

Browse files
chore(deps): update compatible
1 parent d399e2e commit 5131fb8

File tree

10 files changed

+41
-32
lines changed

10 files changed

+41
-32
lines changed

Cargo.lock

Lines changed: 28 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/codespell-dict/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ unicase = "2.6"
2424
itertools = "0.10"
2525
codegenrs = "2.0"
2626
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
27-
snapbox = { version = "0.4.10", features = ["path"] }
27+
snapbox = { version = "0.4.11", features = ["path"] }

crates/misspell-dict/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ itertools = "0.10"
2424
codegenrs = "2.0"
2525
regex = "1"
2626
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
27-
snapbox = { version = "0.4.10", features = ["path"] }
27+
snapbox = { version = "0.4.11", features = ["path"] }

crates/typos-cli/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ typos-dict = { version = "^0.9", path = "../typos-dict", optional = true }
4848
typos-vars = { version = "^0.8", path = "../typos-vars", optional = true }
4949
unicase = "2.6"
5050
anyhow = "1.0"
51-
clap = { version = "4.2.1", features = ["derive"] }
51+
clap = { version = "4.2.5", features = ["derive"] }
5252
clap-verbosity-flag = "2.0"
5353
ignore = "0.4"
5454
serde = { version = "1.0", features = ["derive"] }
@@ -61,7 +61,7 @@ once_cell = "1.17.1"
6161
ahash = "0.8"
6262
difflib = "0.4"
6363
proc-exit = "2.0"
64-
human-panic = "1.1.3"
64+
human-panic = "1.1.4"
6565
content_inspector = "0.2.4"
6666
unicode-segmentation = "1.10.1"
6767
derive_more = "0.99.17"
@@ -76,15 +76,15 @@ unic-emoji-char = "0.9.0"
7676
thread_local = "1.1.7"
7777
globset = "0.4.10"
7878
anstyle = "1.0.0"
79-
anstream = "0.3.0"
79+
anstream = "0.3.1"
8080
colorchoice-clap = "1.0.0"
8181
serde_regex = "1.1.0"
82-
regex = "1.7.3"
82+
regex = "1.8.1"
8383
encoding_rs = "0.8.32"
8484

8585
[dev-dependencies]
8686
assert_fs = "1.0"
87-
trycmd = "0.14.15"
87+
trycmd = "0.14.16"
8888
criterion = "0.4"
8989

9090
[[bench]]

crates/typos-dict/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ unicase = "2.6"
2323
codegenrs = "2.0"
2424
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
2525
varcon = { version = "^0.6", path = "../varcon" }
26-
snapbox = { version = "0.4.10", features = ["path"] }
26+
snapbox = { version = "0.4.11", features = ["path"] }

crates/typos-vars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ unicase = "2.6"
2424
codegenrs = "2.0"
2525
itertools = "0.10"
2626
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
27-
snapbox = { version = "0.4.10", features = ["path"] }
27+
snapbox = { version = "0.4.11", features = ["path"] }

crates/typos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include.workspace = true
1414
[dependencies]
1515
anyhow = "1.0"
1616
thiserror = "1.0"
17-
winnow = "0.4.3"
17+
winnow = "0.4.4"
1818
unicode-xid = "0.2.4"
1919
once_cell = "1.17.1"
2020
serde = { version = "1.0", features = ["derive"] }

crates/varcon-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parser = ["winnow"]
1616
flags = ["enumflags2"]
1717

1818
[dependencies]
19-
winnow = { version = "0.4.3", optional = true }
19+
winnow = { version = "0.4.4", optional = true }
2020
enumflags2 = { version = "0.7", optional = true }
2121

2222
[package.metadata.docs.rs]

crates/varcon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ varcon-core = { version = "^2.2", path = "../varcon-core" }
2222
[dev-dependencies]
2323
codegenrs = "2.0"
2424
varcon-core = { version = "^2.2", path = "../varcon-core", features = ["parser"] }
25-
snapbox = { version = "0.4.10", features = ["path"] }
25+
snapbox = { version = "0.4.11", features = ["path"] }

crates/wikipedia-dict/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ unicase = "2.6"
2424
itertools = "0.10"
2525
codegenrs = "2.0"
2626
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
27-
snapbox = { version = "0.4.10", features = ["path"] }
27+
snapbox = { version = "0.4.11", features = ["path"] }

0 commit comments

Comments
 (0)
0