Skip to content

Commit 5e8354a

Browse files
Merge pull request #153 from LorenzoTettamanti/feature/ebpf-core
[Code refactoring]: CLI code refactoring
2 parents ccfa242 + fda35e1 commit 5e8354a

11 files changed

Lines changed: 1476 additions & 1088 deletions

File tree

cli/Cargo.lock

Lines changed: 23 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@ license = "Apache-2.0"
1111
readme = "../README.md"
1212

1313
[dependencies]
14-
clap = { version = "4.5.38", features = ["derive"] }
14+
clap = { version = "4.5.51", features = ["derive"] }
1515
colored = "3.0.0"
1616
directories = "6.0.0"
1717
serde = { version = "1.0.219", features = ["derive"] }
18-
serde_yaml = "0.9.34"
1918
tracing = "0.1.41"
2019
tokio = {version = "1.47.0",features = ["macros",'rt-multi-thread']}
21-
anyhow = "1.0.98"
22-
tonic = "0.14.1"
23-
tonic-reflection = "0.14.1"
20+
anyhow = "1.0.100"
21+
tonic = "0.14.2"
22+
tonic-reflection = "0.14.2"
2423
prost-types = "0.14.1"
2524
prost = "0.14.1"
2625
cortexflow_agent_api = {path = "../core/api",features = ["client"]}

0 commit comments

Comments
 (0)