Skip to content

Commit 0090b35

Browse files
authored
Remove sensitive_url and import from crates.io (#8377)
Use the recently published `sensitive_url` and remove it from Lighthouse Co-Authored-By: Mac L <mjladson@pm.me>
1 parent e6e3d78 commit 0090b35

File tree

5 files changed

+4
-259
lines changed

5 files changed

+4
-259
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ members = [
3939
"common/network_utils",
4040
"common/oneshot_broadcast",
4141
"common/pretty_reqwest_error",
42-
"common/sensitive_url",
4342
"common/slot_clock",
4443
"common/system_health",
4544
"common/target_check",
@@ -225,7 +224,7 @@ rpds = "0.11"
225224
rusqlite = { version = "0.28", features = ["bundled"] }
226225
rust_eth_kzg = "0.9"
227226
safe_arith = "0.1"
228-
sensitive_url = { path = "common/sensitive_url", features = ["serde"] }
227+
sensitive_url = { version = "0.1", features = ["serde"] }
229228
serde = { version = "1", features = ["derive"] }
230229
serde_json = "1"
231230
serde_repr = "0.1"

common/sensitive_url/Cargo.toml

Lines changed: 0 additions & 16 deletions
This file was deleted.

common/sensitive_url/src/lib.rs

Lines changed: 0 additions & 239 deletions
This file was deleted.

testing/simulator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ logging = { workspace = true }
1515
node_test_rig = { path = "../node_test_rig" }
1616
parking_lot = { workspace = true }
1717
rayon = { workspace = true }
18-
sensitive_url = { path = "../../common/sensitive_url" }
18+
sensitive_url = { workspace = true }
1919
serde_json = { workspace = true }
2020
tokio = { workspace = true }
2121
tracing = { workspace = true }

0 commit comments

Comments
 (0)