Skip to content

Commit

Permalink
cargo updates
Browse files Browse the repository at this point in the history
make sure the bpf-log-exporter compiles independently
of the workspace and run cargo generate-lockfile.

Signed-off-by: Andrew Stoycos <[email protected]>
  • Loading branch information
astoycos committed Apr 10, 2024
1 parent 5d1fb5e commit bbed7fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion bpf-log-exporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version.workspace = true
anyhow = { workspace = true }
env_logger = { workspace = true }
futures = { workspace = true }
hex = { workspace = true }
hex = { workspace = true, features = ["alloc"] }
log = { workspace = true }
netlink-packet-audit = { workspace = true }
netlink-packet-core = { workspace = true }
Expand Down

0 comments on commit bbed7fd

Please sign in to comment.