Skip to content

Commit a79861a

Browse files
Bump fallible-iterator from 0.1.4 to 0.1.5
Bumps [fallible-iterator](https://github.com/sfackler/rust-fallible-iterator) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/sfackler/rust-fallible-iterator/releases) - [Commits](sfackler/rust-fallible-iterator@v0.1.4...v0.1.5) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0ed8226 commit a79861a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -19,7 +19,7 @@ gimli = "0.15.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"
22-
fallible-iterator = "0.1.2"
22+
fallible-iterator = "0.1.5"
2323
byteorder = "1.2.3"
2424

2525
[dev-dependencies]

lib/panic_analysis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = "../.."
1313
[dependencies]
1414
callgraph = { path = "../../lib/callgraph" }
1515
gimli = "0.15.0"
16-
fallible-iterator = "0.1.2"
16+
fallible-iterator = "0.1.5"
1717
error-chain = "0.11.0"
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)