Skip to content

Commit

Permalink
Update object.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstange committed Jan 25, 2024
1 parent c6a8808 commit 1c9361e
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 28 deletions.
134 changes: 110 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions samply-symbols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ partial_read_stats = ["bytesize", "bitvec"]
[dependencies.addr2line]
default-features = false
features = ["std", "fallible-iterator"]
version = "0.20.0"
version = "0.21.0"
# path = "../../addr2line"

[dependencies.gimli]
default-features = false
features = ["read"]
version = "0.27"
version = "0.28.1"

[dependencies.object]
default-features = false
features = ["std", "read_core", "archive", "elf", "macho", "pe", "unaligned", "compression"]
version = "0.30.2"
version = "0.32.2"

[dependencies]
#pdb-addr2line = { path = "../../pdb-addr2line" }
Expand Down
2 changes: 1 addition & 1 deletion samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ nix = "0.26.2"
[dependencies.object]
default-features = false
features = ["std", "read_core", "elf", "unaligned", "write"]
version = "0.30.2"
version = "0.32.2"

0 comments on commit 1c9361e

Please sign in to comment.