File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ tokio = { version = "1", features = ["full"] }
17
17
serde = { version = " 1" , features = [" derive" ] }
18
18
serde_json = " 1"
19
19
rowan = { version = " 0.16" }
20
- notify = { version = " 6.1.1 " , features = [" serde" ] }
20
+ notify = { version = " 8.0.0 " , features = [" serde" ] }
21
21
lsp-types = { version = " 0.97.0" , features = [" proposed" ]}
22
- schemars = " 0.8.21 "
22
+ schemars = " 1.0.2 "
23
23
regex = " 1"
24
24
internment = { version = " 0.8" , features = [" arc" ] }
25
25
rust-i18n = " 3"
@@ -29,7 +29,7 @@ chrono = "0.4"
29
29
tokio-util = " 0.7"
30
30
walkdir = " 2.5.0"
31
31
serde_yml = " 0.0.12"
32
- dirs = " 5 "
32
+ dirs = " 6 "
33
33
emmylua_codestyle = " 0.4.1"
34
34
wax = " 0.6.0"
35
35
percent-encoding = " 2.3"
@@ -45,6 +45,6 @@ quote = "1.0"
45
45
glob = " 0.3"
46
46
include_dir = " 0.7.4"
47
47
toml_edit = " 0.22.23"
48
- itertools = " 0.11 .0"
48
+ itertools = " 0.14 .0"
49
49
ariadne = { version = " 0.5.0" , features = [" auto-color" ] }
50
50
clap = { version = " 4.5.39" , features = [" derive" , " wrap_help" ] }
You can’t perform that action at this time.
0 commit comments