Skip to content

Commit d7e6241

Browse files
authored
Merge pull request #1337 from epage/toml
chore: Update toml
2 parents 208cd07 + 42b1689 commit d7e6241

File tree

3 files changed

+35
-20
lines changed

3 files changed

+35
-20
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# force LF on checkout to avoid rustfmt messing up the EOL
2+
* text eol=lf

Cargo.lock

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

crates/typos-cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ clap = { version = "4.5.4", features = ["derive"] }
5151
clap-verbosity-flag = "3.0"
5252
ignore = "0.4"
5353
serde = { version = "1.0", features = ["derive"] }
54-
toml = "0.8.12"
54+
toml = "0.9.1"
5555
log = "0.4"
5656
env_logger = { version = "0.11", default-features = false, features = ["auto-color"] }
5757
bstr = "1.9"
5858
ahash = "0.8"
5959
difflib = "0.4"
6060
proc-exit = "2.0"
61-
human-panic = "2.0.0"
61+
human-panic = "2.0.3"
6262
content_inspector = "0.2.4"
6363
unicode-segmentation = "1.11.0"
6464
derive_more = { version = "2.0", features = ["from", "display"] }
@@ -85,7 +85,7 @@ assert_fs = "1.1"
8585
divan = "0.1.14"
8686
maplit = "1.0"
8787
snapbox = "0.6.5"
88-
trycmd = "0.15.4"
88+
trycmd = "0.15.10"
8989

9090
[[bench]]
9191
name = "check_file"

0 commit comments

Comments
 (0)