@@ -47,14 +47,14 @@ typos-dict = { version = "^0.13", path = "../typos-dict", optional = true }
4747typos-vars = { version = " ^0.10" , path = " ../typos-vars" , optional = true }
4848unicase = " 2.8.1"
4949anyhow = " 1.0"
50- clap = { version = " 4.5.4 " , features = [" derive" ] }
50+ clap = { version = " 4.5.48 " , features = [" derive" ] }
5151clap-verbosity-flag = " 3.0"
5252ignore = " 0.4"
5353serde = { version = " 1.0" , features = [" derive" ] }
54- toml = " 0.9.1 "
54+ toml = " 0.9.7 "
5555log = " 0.4"
5656env_logger = { version = " 0.11" , default-features = false , features = [" auto-color" ] }
57- bstr = " 1.9 "
57+ bstr = " 1.12 "
5858ahash = " 0.8"
5959difflib = " 0.4"
6060proc-exit = " 2.0"
@@ -64,27 +64,27 @@ derive_more = { version = "2.0", features = ["from", "display"] }
6464derive_setters = " 0.1"
6565itertools = " 0.14"
6666serde_json = " 1.0"
67- kstring = { version = " 2.0.0 " , features = [" serde" ] }
67+ kstring = { version = " 2.0.2 " , features = [" serde" ] }
6868typed-arena = " 2.0.2"
69- thread_local = " 1.1.8 "
70- globset = " 0.4.14 "
71- anstyle = " 1.0.6 "
72- anstream = " 0.6.13 "
73- colorchoice-clap = " 1.0.3 "
69+ thread_local = " 1.1.9 "
70+ globset = " 0.4.16 "
71+ anstyle = " 1.0.13 "
72+ anstream = " 0.6.20 "
73+ colorchoice-clap = " 1.0.7 "
7474serde_regex = " 1.1.0"
75- regex = " 1.10.4 "
76- encoding_rs = " 0.8.34 "
77- serde-sarif = " 0.7 .0"
78- schemars = { version = " 0.9.0 " , features = [" preserve_order" ," semver1" ], optional = true }
79- annotate-snippets = " 0.12.2 "
75+ regex = " 1.11.3 "
76+ encoding_rs = " 0.8.35 "
77+ serde-sarif = " 0.8 .0"
78+ schemars = { version = " 1.0.4 " , features = [" preserve_order" ," semver1" ], optional = true }
79+ annotate-snippets = " 0.12.4 "
8080terminal_size = " 0.4.3"
8181supports-unicode = " 3.0.0"
8282
8383[dev-dependencies ]
8484assert_fs = " 1.1"
85- divan = " 0.1.14 "
85+ divan = " 0.1.21 "
8686maplit = " 1.0"
87- snapbox = " 0.6.5 "
87+ snapbox = " 0.6.21 "
8888trycmd = " 0.15.10"
8989
9090[[bench ]]
0 commit comments