Skip to content

Commit 3851866

Browse files
authored
Merge pull request #19 from Technolution/dependabot/cargo/error-chain-0.12.0
Bump error-chain from 0.11.0 to 0.12.0
2 parents 0ed8226 + ad67fc0 commit 3851866

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ panic_analysis = { path = "lib/panic_analysis", version = "0.1.0" }
2929
toml = "0.4.6"
3030
serde = "1.0.64"
3131
serde_derive = "1.0.64"
32-
error-chain = "0.11.0"
32+
error-chain = "0.12.0"
3333
serde_json = "1.0.22"
3434

3535
[dev-dependencies]

lib/callgraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ goblin = "0.0.13"
1818
gimli = "0.15.0"
1919
capstone = { git = "https://github.com/capstone-rust/capstone-rs.git", rev = "dc10578aa27414afc93f0a87959b2f0c22dc66c3" }
2020
elf = "0.0.10"
21-
error-chain = "0.11.0"
21+
error-chain = "0.12.0"
2222
fallible-iterator = "0.1.2"
2323
byteorder = "1.2.3"
2424

lib/panic_analysis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workspace = "../.."
1414
callgraph = { path = "../../lib/callgraph" }
1515
gimli = "0.15.0"
1616
fallible-iterator = "0.1.2"
17-
error-chain = "0.11.0"
17+
error-chain = "0.12.0"
1818

1919
[dev-dependencies]
2020
elf = "0.0.10"

0 commit comments

Comments
 (0)