Skip to content

Commit

Permalink
Update goblin dependency to 0.6
Browse files Browse the repository at this point in the history
We are using an outdated version of the goblin dependency and that in
turn is causing some dependencies to be pulled in in duplicate versions.
Let's use the most recent release, 0.6.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o authored and insearchoflosttime committed Jan 27, 2023
1 parent 6cf94f5 commit bc93ad6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
29 changes: 6 additions & 23 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 @@ -47,4 +47,4 @@ thiserror = "1.0"
clap = { version = "3.1", default-features = false, features = ["std", "derive"] }

[dev-dependencies]
goblin = "0.4"
goblin = "0.6"

0 comments on commit bc93ad6

Please sign in to comment.