mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move bytes to workspace dep (#3302)
This commit is contained in:
@ -100,7 +100,8 @@ ethers-signers = { version = "2.0.7", default-features = false }
|
||||
ethers-middleware = { version = "2.0.7", default-features = false }
|
||||
|
||||
## misc
|
||||
tracing = "^0.1.0"
|
||||
bytes = "1.4"
|
||||
tracing = "0.1.0"
|
||||
thiserror = "1.0.37"
|
||||
serde_json = "1.0.94"
|
||||
serde = { version = "1.0", default-features = false }
|
||||
|
||||
@ -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 }
|
||||
|
||||
|
||||
@ -43,7 +43,7 @@ tokio = { workspace = true, default-features = false, features = ["sync"] }
|
||||
tokio-stream = { workspace = true }
|
||||
|
||||
# misc
|
||||
bytes = "1.4"
|
||||
bytes.workspace = true
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
serde_with = "2.1.0"
|
||||
|
||||
@ -11,7 +11,7 @@ repository.workspace = true
|
||||
[dependencies]
|
||||
arrayvec = { version = "0.7", default-features = false }
|
||||
auto_impl = "1"
|
||||
bytes = { version = "1", default-features = false }
|
||||
bytes.workspace = true
|
||||
ethnum = { version = "1", default-features = false, optional = true }
|
||||
smol_str = { version = "0.1", default-features = false, optional = true }
|
||||
ethereum-types = { version = "0.14", features = ["codec"], optional = true }
|
||||
|
||||
@ -26,7 +26,7 @@ tower = "0.4"
|
||||
jsonrpsee = { version = "0.18", features = ["server", "client"] }
|
||||
serde_json = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
bytes = "1.4"
|
||||
bytes = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@ -47,7 +47,7 @@ tokio-stream = { workspace = true, features = ["sync"] }
|
||||
tokio-util = "0.7"
|
||||
pin-project = { workspace = true }
|
||||
|
||||
bytes = "1.4"
|
||||
bytes.workspace = true
|
||||
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
@ -16,7 +16,7 @@ no_codec = ["codecs-derive/no_codec"]
|
||||
arbitrary = ["revm-primitives/arbitrary", "dep:arbitrary", "dep:proptest", "dep:proptest-derive"]
|
||||
|
||||
[dependencies]
|
||||
bytes = "1.4"
|
||||
bytes.workspace = true
|
||||
codecs-derive = { path = "./derive", default-features = false }
|
||||
revm-primitives = { workspace = true, features = ["serde"] }
|
||||
|
||||
|
||||
@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user