Skip to content

Commit

Permalink
libbpf-cargo: Update cargo_metadata to 0.19.1
Browse files Browse the repository at this point in the history
Update the cargo_metadata dependency to version 0.19.1, in order to get
the latest and greatest.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o committed Jan 22, 2025
1 parent 962e5f5 commit 89eb720
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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 libbpf-cargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ default = ["libbpf-rs/default"]

[dependencies]
anyhow = "1.0.1"
cargo_metadata = "0.15.0"
cargo_metadata = "0.19.1"
env_logger = { version = "0.11.6", default-features = false, features = ["auto-color", "humantime"] }
libbpf-rs = { version = "=0.25.0-beta.1", default-features = false, path = "../libbpf-rs" }
log = "0.4.25"
Expand Down

0 comments on commit 89eb720

Please sign in to comment.