chore: reexport bytes & bump version to 1.4 (#1395)

This commit is contained in:
Roman Krasiuk
2023-02-16 20:33:28 +02:00
committed by GitHub
parent d2ec304bd3
commit f979c6c1fb
45 changed files with 93 additions and 88 deletions

View File

@ -8,8 +8,7 @@ repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
[dependencies]
bytes = { version = "1.1" }
hex = "0.4"
bytes = "1.4"
thiserror = "1"
serde = { version = "1", optional = true }