Skip to content

Commit

Permalink
chore: bump alloy deps (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Feb 1, 2025
1 parent bd1e88e commit 914876d
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 27 deletions.
79 changes: 54 additions & 25 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ sp1-primitives = { workspace = true }
itertools = { workspace = true }
tonic = { version = "0.12", features = ["tls", "tls-roots"], optional = true }
alloy-sol-types = { version = "0.8", default-features = false, optional = true }
alloy-signer = { version = "0.8", default-features = false, optional = true }
alloy-signer-local = { version = "0.8", default-features = false, optional = true }
alloy-primitives = { version = "0.8", default-features = false, optional = true }
alloy-signer = { version = "0.11", default-features = false, optional = true }
alloy-signer-local = { version = "0.11", default-features = false, optional = true }
backoff = { version = "0.4", features = ["tokio"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 914876d

Please sign in to comment.