Skip to content

Commit 29bb769

Browse files
bradfierSwatinem
authored andcommitted
Bump findshlibs to 0.7.0 (#211)
findshlibs 0.5.0 has a serious defect in `SharedLibrary::id`, where it uses file sizes and offsets when examining the PT_NOTE sections of an ELF binary instead of the memory size/offset fields. This issue was corrected by gimli-rs/findshlibs@046a431, but was released along with a couple of semver breaking changes so it needs a bump in Cargo.toml to be picked up.
1 parent c293c27 commit 29bb769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ error-chain = { version = "0.12.1", optional = true }
5151
im = { version = "14.2.0", optional = true }
5252
libc = { version = "0.2.66", optional = true }
5353
hostname = { version = "0.3.0", optional = true }
54-
findshlibs = { version = "0.5.0", optional = true }
54+
findshlibs = { version = "0.7.0", optional = true }
5555
rand = { version = "0.7.3", optional = true }
5656
httpdate = { version = "0.3.2", optional = true }
5757
curl = { version = "0.4.25", optional = true }

0 commit comments

Comments
 (0)