[dep-upgrade-202402] refactor dependencies: move all as workspace deps

This commit is contained in:
Alex Auvolat
2024-02-05 13:02:02 +01:00
parent f65da26ae2
commit fe1af5d98b
14 changed files with 380 additions and 400 deletions
+9 -9
View File
@@ -19,16 +19,16 @@ garage_model.workspace = true
garage_util.workspace = true
garage_table.workspace = true
err-derive = "0.3"
tracing = "0.1"
percent-encoding = "2.1.0"
err-derive.workspace = true
tracing.workspace = true
percent-encoding.workspace = true
futures = "0.3"
futures.workspace = true
http = "0.2"
hyper = { version = "0.14", features = ["server", "http1", "runtime", "tcp", "stream"] }
hyperlocal = { version = "0.8.0", default-features = false, features = ["server"] }
http.workspace = true
hyper.workspace = true
hyperlocal.workspace = true
tokio = { version = "1.0", default-features = false, features = ["net"] }
tokio.workspace = true
opentelemetry = "0.17"
opentelemetry.workspace = true