Skip to content

Commit 2b977ff

Browse files
committed
Enable serde feature for workspace
1 parent f9dee8e commit 2b977ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ rpds = "0.11"
225225
rusqlite = { version = "0.28", features = ["bundled"] }
226226
rust_eth_kzg = "0.9"
227227
safe_arith = "0.1"
228-
sensitive_url = { path = "common/sensitive_url" }
228+
sensitive_url = { path = "common/sensitive_url", features = ["serde"] }
229229
serde = { version = "1", features = ["derive"] }
230230
serde_json = "1"
231231
serde_repr = "0.1"

validator_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ metrics = { workspace = true }
2727
monitoring_api = { workspace = true }
2828
parking_lot = { workspace = true }
2929
reqwest = { workspace = true }
30-
sensitive_url = { workspace = true, features = ["serde"] }
30+
sensitive_url = { workspace = true }
3131
serde = { workspace = true }
3232
slashing_protection = { workspace = true }
3333
slot_clock = { workspace = true }

0 commit comments

Comments
 (0)