@@ -45,48 +45,48 @@ typos = { version = "^0.10", path = "../typos" }
4545varcon-core = { version = " ^5.0.6" , path = " ../varcon-core" }
4646typos-dict = { version = " ^0.13" , path = " ../typos-dict" , optional = true }
4747typos-vars = { version = " ^0.10" , path = " ../typos-vars" , optional = true }
48- unicase = " 2.8.1 "
48+ unicase = " 2.9.0 "
4949anyhow = " 1.0"
50- clap = { version = " 4.5.48 " , features = [" derive" ] }
50+ clap = { version = " 4.5.60 " , features = [" derive" ] }
5151clap-cargo = " 0.18.3"
5252clap-verbosity-flag = " 3.0"
5353ignore = " 0.4"
5454serde = { version = " 1.0" , features = [" derive" ] }
55- toml = " 0.9.7 "
55+ toml = " 1.0.3 "
5656log = " 0.4"
5757env_logger = { version = " 0.11" , default-features = false , features = [" auto-color" ] }
5858bstr = " 1.12"
5959ahash = " 0.8"
6060difflib = " 0.4"
6161proc-exit = " 2.0"
62- human-panic = " 2.0.3 "
62+ human-panic = " 2.0.6 "
6363content_inspector = " 0.2.4"
64- derive_more = { version = " 2.0 " , features = [" from" , " display" ] }
64+ derive_more = { version = " 2.1 " , features = [" from" , " display" ] }
6565derive_setters = " 0.1"
6666itertools = " 0.14"
6767serde_json = " 1.0"
6868kstring = { version = " 2.0.2" , features = [" serde" ] }
6969typed-arena = " 2.0.2"
7070thread_local = " 1.1.9"
71- globset = " 0.4.16 "
71+ globset = " 0.4.18 "
7272anstyle = " 1.0.13"
73- anstream = " 0.6.20 "
73+ anstream = " 1.0.0 "
7474colorchoice-clap = " 1.0.7"
7575serde_regex = " 1.1.0"
76- regex = " 1.11 .3"
76+ regex = " 1.12 .3"
7777encoding_rs = " 0.8.35"
7878serde-sarif = " 0.8.0"
79- schemars = { version = " 1.0.4 " , features = [" preserve_order" ," semver1" ], optional = true }
80- annotate-snippets = " 0.12.4 "
79+ schemars = { version = " 1.2.1 " , features = [" preserve_order" ," semver1" ], optional = true }
80+ annotate-snippets = " 0.12.12 "
8181terminal_size = " 0.4.3"
8282supports-unicode = " 3.0.0"
8383
8484[dev-dependencies ]
8585assert_fs = " 1.1"
8686divan = " 0.1.21"
8787maplit = " 1.0"
88- snapbox = { version = " 0.6.21 " , features = [" json" ] }
89- trycmd = " 0.15.10 "
88+ snapbox = { version = " 1.0.1 " , features = [" json" ] }
89+ trycmd = " 1.0.1 "
9090
9191[[bench ]]
9292name = " check_file"
0 commit comments