Skip to content

Commit

Permalink
Bump gimli stack
Browse files Browse the repository at this point in the history
We're updating gimli / addr2line / object in Fedora to prepare for
getting blazesym packaged, retsnoop can/should be updated to match

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
  • Loading branch information
michel-slm authored and anakryiko committed Jul 24, 2024
1 parent 71d0632 commit 6d2734b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sidecar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
addr2line = { version = "0.21", features=["std-object"] }
gimli = { version = "0.28", default-features = false, features = ["read"] }
addr2line = { version = "0.24" }
gimli = { version = "0.31", default-features = false, features = ["read"] }
glob = "0.3"
fallible-iterator = { version = "0.3", default-features = false }
memmap = "0.7"
clap = "2"
backtrace = "0.3"
findshlibs = "0.10"
typed-arena = "2"
object = { version = "0.32", default-features = false, features = ["read"]}
object = { version = "0.36", default-features = false, features = ["read"]}

[[bin]]
name = "addr2line"
Expand Down

0 comments on commit 6d2734b

Please sign in to comment.