mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
chore: prefer workspace dependencies in order to avoid duplicate crates (#28281)
This commit is contained in:
parent
9f877ac5bd
commit
cdf6ea32c4
26 changed files with 232 additions and 128 deletions
|
@ -21,7 +21,7 @@ name = "compressible"
|
|||
harness = false
|
||||
|
||||
[dependencies]
|
||||
async-compression = { version = "0.4", features = ["tokio", "brotli", "gzip"] }
|
||||
async-compression = { workspace = true, features = ["tokio", "brotli", "gzip"] }
|
||||
async-trait.workspace = true
|
||||
base64.workspace = true
|
||||
brotli.workspace = true
|
||||
|
@ -39,9 +39,9 @@ httparse.workspace = true
|
|||
hyper.workspace = true
|
||||
hyper-util.workspace = true
|
||||
hyper_v014 = { workspace = true, features = ["server", "stream", "http1", "http2", "runtime"] }
|
||||
itertools = "0.10"
|
||||
itertools.workspace = true
|
||||
memmem.workspace = true
|
||||
mime = "0.3.16"
|
||||
mime.workspace = true
|
||||
once_cell.workspace = true
|
||||
percent-encoding.workspace = true
|
||||
phf.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue