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

@ -32,7 +32,7 @@ secp256k1 = { workspace = true, default-features = false, features = [
modular-bitfield = "0.11.2"
# misc
bytes = "1.4"
bytes.workspace = true
page_size = "0.4.2"
thiserror = { workspace = true }
tempfile = { version = "3.3.0", optional = true }