chore(deps): move more things to workspace (#4881)

This commit is contained in:
Matthias Seitz
2023-10-02 22:45:36 +02:00
committed by GitHub
parent fbfca3f55f
commit f59db3151d
14 changed files with 54 additions and 27 deletions

View File

@ -94,8 +94,8 @@ hyper = "0.14.25"
# misc
aquamarine.workspace = true
eyre = "0.6.8"
clap = { version = "4", features = ["derive"] }
tempfile = { version = "3.3.0" }
clap = { workspace = true, features = ["derive"] }
tempfile.workspace = true
backon = "0.4"
thiserror.workspace = true
pretty_assertions = "1.3.0"