Skip to content

Commit 83ec6a6

Browse files
AndreaBozzoclaude
andcommitted
Remove unused network-types dependency from metrics_tracer
- network-types dependency was not used in any source files - Only found in auto-generated bindings.rs as field names, not imports - This completes the thorough dependency cleanup across all components 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ccb9265 commit 83ec6a6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/src/components/metrics_tracer/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ edition = "2024"
77
aya-ebpf = { git = "https://github.com/aya-rs/aya" }
88
aya-log-ebpf = { git = "https://github.com/aya-rs/aya" }
99
bytemuck = {version ="1.23.0",features = ["derive"]}
10-
network-types = "0.0.8"
1110

1211
[build-dependencies]
1312
which = { version = "7.0.0", default-features = false }

0 commit comments

Comments
 (0)