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" }
10
10
djls-server = { path = " crates/djls-server" }
11
11
djls-templates = { path = " crates/djls-templates" }
12
12
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" ] }
19
19
percent-encoding = " 2.3.1"
20
20
pyo3 = " 0.24"
21
21
pyo3-build-config = { version = " 0.24" , features = [" resolve-config" ] }
22
22
salsa = { 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 "
26
26
tokio = { version = " 1.45.0" , features = [" full" ] }
27
- toml = " 0.8"
27
+ toml = " 0.8.22 "
28
28
tower-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 "
31
31
32
32
[workspace .lints .clippy ]
33
33
pedantic = { level = " warn" , priority = -1 }
You can’t perform that action at this time.
0 commit comments