mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-11 04:46:38 +00:00
move thiserror and async-tract to workspace dependencies (#15)
This commit is contained in:
parent
425649d459
commit
fbe3fbd493
5 changed files with 6 additions and 7 deletions
|
@ -10,6 +10,8 @@ djls-python = { path = "crates/djls-python" }
|
|||
djls-worker = { path = "crates/djls-worker" }
|
||||
|
||||
anyhow = "1.0.94"
|
||||
async-trait = "0.1.83"
|
||||
serde = { version = "1.0.215", features = ["derive"] }
|
||||
serde_json = "1.0.133"
|
||||
thiserror = "2.0.6"
|
||||
tokio = { version = "1.42.0", features = ["full"] }
|
||||
|
|
|
@ -5,8 +5,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
serde = { workspace = true }
|
||||
|
||||
thiserror = "2.0.6"
|
||||
thiserror = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.41.1", features = ["yaml"] }
|
||||
|
|
|
@ -8,5 +8,4 @@ djls-python = { workspace = true }
|
|||
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
thiserror = "2.0.4"
|
||||
thiserror = { workspace = true }
|
||||
|
|
|
@ -6,6 +6,6 @@ edition = "2021"
|
|||
[dependencies]
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
|
||||
thiserror = "2.0.4"
|
||||
which = "7.0.0"
|
||||
|
|
|
@ -5,6 +5,5 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
async-trait = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
|
||||
async-trait = "0.1.83"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue