Skip to content

Commit 03083b1

Browse files
Bump failure from 0.1.6 to 0.1.7
Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent bca94d0 commit 03083b1

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.

traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2018"
1313
path = "./traits.rs"
1414

1515
[dependencies]
16-
failure = "0.1.6"
16+
failure = "0.1.7"
1717
gimli = { version = "0.20.0", optional = true, default-features = false, features = ["std", "read"] }
1818
wasmparser = "0.35.3"
1919
twiggy-ir = { version = "=0.6.0", path = "../ir" }

twiggy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "twiggy"
1717
path = "./twiggy.rs"
1818

1919
[dependencies]
20-
failure = "0.1.6"
20+
failure = "0.1.7"
2121
structopt = "0.3"
2222
twiggy-analyze = { version = "=0.6.0", path = "../analyze" }
2323
twiggy-ir = { version = "=0.6.0", path = "../ir" }

0 commit comments

Comments
 (0)