Skip to content

Commit

Permalink
Merge branch 'main' into module_api_refactoring_2.
Browse files Browse the repository at this point in the history
  • Loading branch information
banditopazzo committed Sep 18, 2024
2 parents 748cd3a + fc90778 commit dc567af
Show file tree
Hide file tree
Showing 11 changed files with 832 additions and 136 deletions.
179 changes: 171 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ cgroups-rs = { version = "0.3.4" }
chrono = { version = "0.4.31" }
clap = { version = "4.4.11", features = ["derive"] }
comfy-table = "7.1.0"
dns-mock-server = "0.1.4"
dns-parser = "0.8.0"
diesel = { version = "2.1", features = ["sqlite"] }
env_logger = "0.10.1"
Expand All @@ -127,6 +128,7 @@ futures-util = "0.3.29"
gethostname = "0.4.3"
glob = "0.3.1"
hex = "0.4.3"
hickory-resolver = "0.24.1"
hyper = "0.14.28"
hyperlocal = "0.8"
indicatif = "0.17"
Expand Down
2 changes: 2 additions & 0 deletions crates/bpf-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ procfs = { workspace = true }
libc = { workspace = true }
glob = { workspace = true }
hex = { workspace = true }
hyper = { workspace = true }
hyperlocal = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
lazy_static = { workspace = true }
Expand Down
Loading

0 comments on commit dc567af

Please sign in to comment.