move thiserror and async-tract to workspace dependencies (#15)

This commit is contained in:
Josh Thomas 2024-12-10 14:13:53 -06:00 committed by GitHub
parent 425649d459
commit fbe3fbd493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 7 deletions

View file

@ -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"