chore: move bytes to workspace dep (#3302)

This commit is contained in:
Matthias Seitz
2023-06-21 21:13:32 +02:00
committed by GitHub
parent ee4f6b32a0
commit 5b20aece2b
8 changed files with 9 additions and 8 deletions

View File

@ -9,7 +9,7 @@ homepage.workspace = true
repository.workspace = true
[dependencies]
bytes = "1.4"
bytes.workspace = true
thiserror = { workspace = true }
serde = { workspace = true, optional = true }