Skip to content

Commit 0f67811

Browse files
Bump gimli from 0.15.0 to 0.16.0
Bumps [gimli](https://github.com/gimli-rs/gimli) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/gimli-rs/gimli/releases) - [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/gimli/commits) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0ed8226 commit 0f67811

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

Cargo.lock

Lines changed: 22 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
@@ -15,7 +15,7 @@ addr2line = "0.6.0"
1515
petgraph = "0.4.12"
1616
object = "0.7.0"
1717
goblin = "0.0.13"
18-
gimli = "0.15.0"
18+
gimli = "0.16.0"
1919
capstone = { git = "https://github.com/capstone-rust/capstone-rs.git", rev = "dc10578aa27414afc93f0a87959b2f0c22dc66c3" }
2020
elf = "0.0.10"
2121
error-chain = "0.11.0"

lib/panic_analysis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workspace = "../.."
1212

1313
[dependencies]
1414
callgraph = { path = "../../lib/callgraph" }
15-
gimli = "0.15.0"
15+
gimli = "0.16.0"
1616
fallible-iterator = "0.1.2"
1717
error-chain = "0.11.0"
1818

lib/test_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111

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

0 commit comments

Comments
 (0)