chore(deps): define bytes as a workspace dependency (#3473)
this commit modifies the workspace manifest, defining bytes as a workspace dependency. no changes to the lockfile are made because this commit does not affect the dependency graph of the project. * linkerd/linkerd2#8733 Signed-off-by: katelyn martin <kate@buoyant.io>
This commit is contained in:
parent
5687faa6cf
commit
0ff60aa1cb
|
|
@ -97,6 +97,7 @@ debug = 1
|
||||||
lto = true
|
lto = true
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
|
bytes = { version = "1" }
|
||||||
http = { version = "0.2" }
|
http = { version = "0.2" }
|
||||||
http-body = { version = "0.4" }
|
http-body = { version = "0.4" }
|
||||||
hyper = { version = "0.14", default-features = false }
|
hyper = { version = "0.14", default-features = false }
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ pprof = ["deflate", "dep:pprof"]
|
||||||
log-streaming = ["linkerd-tracing/stream"]
|
log-streaming = ["linkerd-tracing/stream"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
deflate = { version = "1", optional = true, features = ["gzip"] }
|
deflate = { version = "1", optional = true, features = ["gzip"] }
|
||||||
http = { workspace = true }
|
http = { workspace = true }
|
||||||
http-body = { workspace = true }
|
http-body = { workspace = true }
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ independently of the inbound and outbound proxy logic.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
drain = { version = "0.1", features = ["retain"] }
|
drain = { version = "0.1", features = ["retain"] }
|
||||||
http = { workspace = true }
|
http = { workspace = true }
|
||||||
http-body = { workspace = true }
|
http-body = { workspace = true }
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ test-util = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
http = { workspace = true }
|
http = { workspace = true }
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
linkerd-app-core = { path = "../core" }
|
linkerd-app-core = { path = "../core" }
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ default = []
|
||||||
flakey = []
|
flakey = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
futures = { version = "0.3", default-features = false, features = ["executor"] }
|
futures = { version = "0.3", default-features = false, features = ["executor"] }
|
||||||
h2 = "0.3"
|
h2 = "0.3"
|
||||||
http = { workspace = true }
|
http = { workspace = true }
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ prometheus-client-rust-242 = [] # TODO
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ahash = "0.8"
|
ahash = "0.8"
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
http = { workspace = true }
|
http = { workspace = true }
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
linkerd2-proxy-api = { workspace = true, features = ["outbound"] }
|
linkerd2-proxy-api = { workspace = true, features = ["outbound"] }
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
linkerd-error = { path = "../error" }
|
linkerd-error = { path = "../error" }
|
||||||
linkerd-io = { path = "../io" }
|
linkerd-io = { path = "../io" }
|
||||||
linkerd-stack = { path = "../stack" }
|
linkerd-stack = { path = "../stack" }
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
tokio = { version = "1", features = ["io-util"] }
|
tokio = { version = "1", features = ["io-util"] }
|
||||||
pin-project = "1"
|
pin-project = "1"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
http = { workspace = true }
|
http = { workspace = true }
|
||||||
http-body = { workspace = true }
|
http-body = { workspace = true }
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ publish = false
|
||||||
test-util = []
|
test-util = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
http = { workspace = true }
|
http = { workspace = true }
|
||||||
http-body = { workspace = true }
|
http-body = { workspace = true }
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ Tower middleware for Prometheus metrics.
|
||||||
test-util = []
|
test-util = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
http = { workspace = true }
|
http = { workspace = true }
|
||||||
http-body = { workspace = true }
|
http-body = { workspace = true }
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
http-body = { workspace = true }
|
http-body = { workspace = true }
|
||||||
http = { workspace = true }
|
http = { workspace = true }
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ Facilities for HTTP/1 upgrades.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
drain = "0.1"
|
drain = "0.1"
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
http = { workspace = true }
|
http = { workspace = true }
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ default = []
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
linkerd-errno = { path = "../errno" }
|
linkerd-errno = { path = "../errno" }
|
||||||
tokio = { version = "1", features = ["io-util", "net"] }
|
tokio = { version = "1", features = ["io-util", "net"] }
|
||||||
tokio-test = { version = "0.4", optional = true }
|
tokio-test = { version = "0.4", optional = true }
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ This should probably be decomposed into smaller, decoupled crates.
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
drain = "0.1"
|
drain = "0.1"
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
h2 = "0.3"
|
h2 = "0.3"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
http = { workspace = true }
|
http = { workspace = true }
|
||||||
http-body = { workspace = true }
|
http-body = { workspace = true }
|
||||||
hyper = { workspace = true, features = ["backports", "deprecated", "http1", "http2"] }
|
hyper = { workspace = true, features = ["backports", "deprecated", "http1", "http2"] }
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ Implements client layers for Linkerd ServiceProfiles.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
http = { workspace = true }
|
http = { workspace = true }
|
||||||
http-body = { workspace = true }
|
http-body = { workspace = true }
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
linkerd-conditional = { path = "../conditional" }
|
linkerd-conditional = { path = "../conditional" }
|
||||||
linkerd-dns-name = { path = "../dns/name" }
|
linkerd-dns-name = { path = "../dns/name" }
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.13"
|
base64 = "0.13"
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
http = { workspace = true }
|
http = { workspace = true }
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
linkerd-dns-name = { path = "../dns/name" }
|
linkerd-dns-name = { path = "../dns/name" }
|
||||||
linkerd-error = { path = "../error" }
|
linkerd-error = { path = "../error" }
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ Vendored from https://github.com/census-instrumentation/opencensus-proto/.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
prost = { workspace = true }
|
prost = { workspace = true }
|
||||||
prost-types = { workspace = true }
|
prost-types = { workspace = true }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1"
|
bytes = { workspace = true }
|
||||||
prost = { workspace = true }
|
prost = { workspace = true }
|
||||||
prost-types = { workspace = true }
|
prost-types = { workspace = true }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue