Skip to content

Commit

Permalink
network-contracts 1.4.0, and sort dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
getong committed Sep 23, 2024
1 parent 78a6d39 commit 441252e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.3.0" }
subql-contracts = { git = "https://github.com/subquery/network-contracts", tag = "v1.4.0" }
subql-indexer-utils = { version = "2", path = "../utils" }
sysinfo = "0.31"
tdn = { version = "0.10", default-features = false, features = ["multiple"] }
Expand Down
16 changes: 8 additions & 8 deletions apps/indexer-proxy/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ version = "2.1.0"
edition = "2021"

[dependencies]
subql-contracts = { git = "https://github.com/subquery/network-contracts", tag = "v1.3.0" }
axum = "0.7"
base64 = "0.22"
bincode = "1.3"
blake3="1.3"
blake3 = "1.3"
bs58 = "0.5"
base64 = "0.22"
ethereum-types = "0.15"
ethers = { git = "https://github.com/gakonst/ethers-rs.git", tag = "ethers-v2.0.7" }
hex = "0.4"
http = "1.1.0"
once_cell = "1.12"
rand_chacha = "0.3"
reqwest = { version = "0.12", features = ["json"] }
rustc-hex = "2.1"
once_cell = "1.12"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with={ version = "3.0", features = ["json"] }
serde_with ={ version = "3.0", features = ["json"] }
subql-contracts = { git = "https://github.com/subquery/network-contracts", tag = "v1.4.0" }
uint = "0.10"
ethers = { git = "https://github.com/gakonst/ethers-rs.git", tag = "ethers-v2.0.7" }
ethereum-types = "0.15"
http = "1.1.0"

0 comments on commit 441252e

Please sign in to comment.