Skip to content

Commit

Permalink
build(deps): bump fail from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [fail](https://github.com/tikv/fail-rs) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/tikv/fail-rs/releases)
- [Changelog](https://github.com/tikv/fail-rs/blob/master/CHANGELOG.md)
- [Commits](tikv/fail-rs@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: fail
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and leoyvens committed Nov 9, 2021
1 parent 48312e8 commit b661b01
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ semver = "1.0.3"
serde = "1.0"
serde_json = "1.0"
serde_yaml = "0.8"
fail = "0.4"
fail = "0.5"

graph-runtime-wasm = { path = "../runtime/wasm" }

Expand Down
2 changes: 1 addition & 1 deletion graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ reqwest = { version = "0.11.2", features = ["json", "stream", "multipart", "trus
ethabi = { git = "https://github.com/graphprotocol/ethabi.git", branch = "master" }
hex = "0.4.3"
http = "0.2.3"
fail = { version = "0.4", features = ["failpoints"] }
fail = { version = "0.5", features = ["failpoints"] }
futures = "0.1.21"
graphql-parser = "0.3.0"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ structopt = { version = "0.3.25", features = ["wrap_help"] }
toml = "0.5.7"
shellexpand = "2.1.0"
diesel = "1.4.8"
fail = "0.4"
fail = "0.5"
http = "0.1.21" # must be compatible with the version rust-web3 uses

[dev-dependencies]
Expand Down

0 comments on commit b661b01

Please sign in to comment.