Skip to content

Commit

Permalink
deps: bump other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Aug 13, 2024
1 parent ae9ef3b commit 7bec541
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 66 deletions.
126 changes: 64 additions & 62 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ tendermint-rpc = { version = "0.38", features = ["http-client"] }
ibc-core-client-types = { version = "0.54", default-features = false }

# Other dependencies
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12", features = ["json"] }
tokio = { version = "1", features = ["full"] }
time = { version = "0.3", default-features = false, features = ["macros", "parsing"] }
alloy-primitives = "0.7"
alloy-contract = "0.1"
alloy-node-bindings = "0.1"
alloy = "0.1"
alloy-contract = "0.2"
alloy-node-bindings = "0.2"
alloy = "0.2"
bincode = "1.3"
dotenv = "0.15"
subtle-encoding = "0.5"
Expand Down

0 comments on commit 7bec541

Please sign in to comment.