File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ djls-python = { path = "crates/djls-python" }
1111djls-server = { path = " crates/djls-server" }
1212djls-worker = { path = " crates/djls-worker" }
1313
14- anyhow = " 1.0.94 "
15- async-trait = " 0.1.83 "
14+ anyhow = " 1.0"
15+ async-trait = " 0.1"
1616prost = " 0.13"
1717bytes = " 1.9"
18- serde = { version = " 1.0.215 " , features = [" derive" ] }
19- serde_json = " 1.0.133 "
20- thiserror = " 2.0.6 "
21- tokio = { version = " 1.42.0 " , features = [" full" ] }
18+ serde = { version = " 1.0" , features = [" derive" ] }
19+ serde_json = " 1.0"
20+ thiserror = " 2.0"
21+ tokio = { version = " 1.42" , features = [" full" ] }
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ anyhow = { workspace = true }
1212serde_json = { workspace = true }
1313tokio = { workspace = true }
1414
15- clap = { version = " 4.5.23 " , features = [" derive" ] }
16- tower-lsp = { version = " 0.20.0 " , features = [" proposed" ] }
15+ clap = { version = " 4.5" , features = [" derive" ] }
16+ tower-lsp = { version = " 0.20" , features = [" proposed" ] }
1717
1818[[bin ]]
1919name = " djls"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ serde = { workspace = true }
88thiserror = { workspace = true }
99
1010[dev-dependencies ]
11- insta = { version = " 1.41.1 " , features = [" yaml" ] }
11+ insta = { version = " 1.41" , features = [" yaml" ] }
1212
1313[profile .dev .package ]
1414insta.opt-level = 3
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ serde = { workspace = true }
1010serde_json = { workspace = true }
1111thiserror = { workspace = true }
1212
13- which = " 7.0.0 "
13+ which = " 7.0"
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ serde = { workspace = true }
1515serde_json = { workspace = true }
1616tokio = { workspace = true }
1717
18- tower-lsp = { version = " 0.20.0 " , features = [" proposed" ] }
19- lsp-types = " 0.97.0 "
18+ tower-lsp = { version = " 0.20" , features = [" proposed" ] }
19+ lsp-types = " 0.97"
You can’t perform that action at this time.
0 commit comments