Skip to content

Commit cf92511

Browse files
Bump object from 0.7.0 to 0.9.0
Bumps [object](https://github.com/gimli-rs/object) from 0.7.0 to 0.9.0. - [Release notes](https://github.com/gimli-rs/object/releases) - [Commits](gimli-rs/object@0.7.0...0.9.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 0ed8226 commit cf92511

4 files changed

Lines changed: 89 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 86 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/callgraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = "../.."
1313
[dependencies]
1414
addr2line = "0.6.0"
1515
petgraph = "0.4.12"
16-
object = "0.7.0"
16+
object = "0.9.0"
1717
goblin = "0.0.13"
1818
gimli = "0.15.0"
1919
capstone = { git = "https://github.com/capstone-rust/capstone-rs.git", rev = "dc10578aa27414afc93f0a87959b2f0c22dc66c3" }

lib/panic_analysis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ error-chain = "0.11.0"
1919
[dev-dependencies]
2020
elf = "0.0.10"
2121
capstone = { git = "https://github.com/capstone-rust/capstone-rs.git", rev = "dc10578aa27414afc93f0a87959b2f0c22dc66c3" }
22-
object = "0.7.0"
22+
object = "0.9.0"
2323
addr2line = "0.6.0"
2424
test_common = { path = "../../lib/test_common" }

lib/test_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ authors = [
1111

1212
[dependencies]
1313
gimli = "0.15.0"
14-
object = "0.7.0"
14+
object = "0.9.0"
1515
elf = "0.0.10"
1616
capstone = { git = "https://github.com/capstone-rust/capstone-rs.git", rev = "dc10578aa27414afc93f0a87959b2f0c22dc66c3" }

0 commit comments

Comments
 (0)