Skip to content

Commit 7775490

Browse files
committed
update deps
1 parent 2a59703 commit 7775490

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ tokio = { version = "1", features = ["full"] }
1717
serde = { version = "1", features = ["derive"] }
1818
serde_json = "1"
1919
rowan = { version = "0.16" }
20-
notify = { version = "6.1.1", features = ["serde"] }
20+
notify = { version = "8.0.0", features = ["serde"] }
2121
lsp-types = { version = "0.97.0", features = ["proposed"]}
22-
schemars = "0.8.21"
22+
schemars = "1.0.2"
2323
regex = "1"
2424
internment = { version = "0.8", features = ["arc"] }
2525
rust-i18n = "3"
@@ -29,7 +29,7 @@ chrono = "0.4"
2929
tokio-util = "0.7"
3030
walkdir = "2.5.0"
3131
serde_yml = "0.0.12"
32-
dirs = "5"
32+
dirs = "6"
3333
emmylua_codestyle = "0.4.1"
3434
wax = "0.6.0"
3535
percent-encoding = "2.3"
@@ -45,6 +45,6 @@ quote = "1.0"
4545
glob = "0.3"
4646
include_dir = "0.7.4"
4747
toml_edit = "0.22.23"
48-
itertools = "0.11.0"
48+
itertools = "0.14.0"
4949
ariadne = { version = "0.5.0", features = ["auto-color"] }
5050
clap = { version = "4.5.39", features = ["derive", "wrap_help"] }

0 commit comments

Comments
 (0)