Skip to content

Commit e89ebaa

Browse files
build(deps): update elf requirement from 0.7 to 0.8 in /tools/xdp (#2637)
1 parent da13f32 commit e89ebaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/xdp/xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
anyhow = "1"
88
bindgen = "0.71"
99
clap = { version = "4.1", features = ["derive"] }
10-
elf = "0.7"
10+
elf = "0.8"
1111
env_logger = "0.11"
1212
rbpf = "0.3"
1313
similar = "2"

0 commit comments

Comments
 (0)