Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Jul 20, 2024
1 parent 5ab846a commit 6359984
Show file tree
Hide file tree
Showing 169 changed files with 173 additions and 135 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "crates/mipsevm/bindings/optimism"]
path = crates/mipsevm/bindings/optimism
[submodule "crates/fpvm/bindings/optimism"]
path = crates/fpvm/bindings/optimism
url = https://github.com/ethereum-optimism/optimism
127 changes: 79 additions & 48 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ authors = ["clabby"]

[workspace.dependencies]
# types
alloy-primitives = "0.6.2"
alloy-primitives = "0.7.7"

# ser
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"

# runtime
tokio = { version = "1.36.0", features = ["full"] }
tokio = { version = "1.38.0", features = ["full"] }

# misc
anyhow = "1.0.79"
anyhow = "1.0.86"

[profile.release]
opt-level = 3
Expand Down
Loading

0 comments on commit 6359984

Please sign in to comment.