File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,24 @@ djls-project = { path = "crates/djls-project" }
1010djls-server = { path = " crates/djls-server" }
1111djls-templates = { path = " crates/djls-templates" }
1212
13- anyhow = " 1.0"
14- async-trait = " 0.1"
15- clap = { version = " 4.5" , features = [" derive" ] }
16- config = { version =" 0.15" , features = [" toml" ] }
17- directories = " 6.0"
18- insta = { version = " 1.42 " , features = [" yaml" ] }
13+ anyhow = " 1.0.98 "
14+ async-trait = " 0.1.88 "
15+ clap = { version = " 4.5.38 " , features = [" derive" ] }
16+ config = { version =" 0.15.5 " , features = [" toml" ] }
17+ directories = " 6.0.0 "
18+ insta = { version = " 1.43.1 " , features = [" yaml" ] }
1919percent-encoding = " 2.3.1"
2020pyo3 = " 0.24"
2121pyo3-build-config = { version = " 0.24" , features = [" resolve-config" ] }
2222salsa = { git = " https://github.com/salsa-rs/salsa.git" , rev = " 7edce6e248f35c8114b4b021cdb474a3fb2813b3" }
23- serde = { version = " 1.0" , features = [" derive" ] }
24- serde_json = " 1.0"
25- tempfile = " 3.19 "
23+ serde = { version = " 1.0.219 " , features = [" derive" ] }
24+ serde_json = " 1.0.140 "
25+ tempfile = " 3.20.0 "
2626tokio = { version = " 1.45.0" , features = [" full" ] }
27- toml = " 0.8"
27+ toml = " 0.8.22 "
2828tower-lsp-server = { version = " 0.21.1" , features = [" proposed" ] }
29- thiserror = " 2.0"
30- which = " 7.0.1 "
29+ thiserror = " 2.0.12 "
30+ which = " 7.0.3 "
3131
3232[workspace .lints .clippy ]
3333pedantic = { level = " warn" , priority = -1 }
You can’t perform that action at this time.
0 commit comments