Skip to content

Commit

Permalink
build(deps): bump subql-contracts from v1.4.0 to v1.5.0
Browse files Browse the repository at this point in the history
Bumps [subql-contracts](https://github.com/subquery/network-contracts) from v1.4.0 to v1.5.0.
- [Release notes](https://github.com/subquery/network-contracts/releases)
- [Changelog](https://github.com/subquery/network-contracts/blob/develop/CHANGELOG.md)
- [Commits](subquery/network-contracts@v1.4.0...f5aec70)

---
updated-dependencies:
- dependency-name: subql-contracts
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and getong committed Nov 12, 2024
1 parent 98bc001 commit b5dd976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/indexer-proxy/proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde_json = "1.0"
serde_with ={ version = "3.0", features = ["json"] }
sha2 = '0.10'
structopt = "0.3"
subql-contracts = { git = "https://github.com/subquery/network-contracts", tag = "v1.4.0" }
subql-contracts = { git = "https://github.com/subquery/network-contracts", tag = "v1.5.0" }
subql-indexer-utils = { version = "2", path = "../utils" }
sysinfo = "0.32"
tdn = { version = "0.10", default-features = false, features = ["multiple"] }
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-proxy/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ rustc-hex = "2.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with ={ version = "3.0", features = ["json"] }
subql-contracts = { git = "https://github.com/subquery/network-contracts", tag = "v1.4.0" }
subql-contracts = { git = "https://github.com/subquery/network-contracts", tag = "v1.5.0" }
uint = "0.10"

0 comments on commit b5dd976

Please sign in to comment.