chore: prefer workspace dependencies in order to avoid duplicate crates (#28281)

This commit is contained in:
Dimitris Apostolou 2025-02-26 16:55:47 +02:00 committed by GitHub
parent 9f877ac5bd
commit cdf6ea32c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 232 additions and 128 deletions

View file

@ -29,7 +29,7 @@ deno_path_util.workspace = true
futures.workspace = true
lazy-regex.workspace = true
once_cell.workspace = true
path-clean = "=0.1.0"
path-clean.workspace = true
regex.workspace = true
serde.workspace = true
serde_json.workspace = true