mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +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
|
@ -89,7 +89,7 @@ log.workspace = true
|
|||
notify.workspace = true
|
||||
once_cell.workspace = true
|
||||
rustyline = { workspace = true, features = ["custom-bindings"] }
|
||||
same-file = "1.0.6"
|
||||
same-file.workspace = true
|
||||
serde.workspace = true
|
||||
sys_traits.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
|
|
@ -19,11 +19,11 @@ deno_core.workspace = true
|
|||
deno_error.workspace = true
|
||||
deno_path_util.workspace = true
|
||||
deno_terminal.workspace = true
|
||||
fqdn = "0.3.4"
|
||||
fqdn.workspace = true
|
||||
libc.workspace = true
|
||||
log.workspace = true
|
||||
once_cell.workspace = true
|
||||
percent-encoding = { version = "2.3.1", features = [] }
|
||||
percent-encoding = { workspace = true, features = [] }
|
||||
serde.workspace = true
|
||||
thiserror.workspace = true
|
||||
which.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue