Skip to content

Commit

Permalink
Merge pull request #2 from anton-rs/rf/udeps
Browse files Browse the repository at this point in the history
fix: Dependency Update
  • Loading branch information
refcell authored Aug 28, 2024
2 parents 1f18398 + 7f3c103 commit 110da8a
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 31 deletions.
70 changes: 47 additions & 23 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.3.1"
version = "0.3.2"
edition = "2021"
rust-version = "1.80"
authors = ["anton-rs"]
Expand Down Expand Up @@ -113,15 +113,15 @@ incremental = false

[workspace.dependencies]
# Workspace
superchain-registry = { path = "crates/registry", version = "0.3.1", default-features = false }
superchain-primitives = { path = "crates/primitives", version = "0.3.1", default-features = false }
superchain-registry = { path = "crates/registry", version = "0.3.2", default-features = false }
superchain-primitives = { path = "crates/primitives", version = "0.3.2", default-features = false }

# Alloy
alloy-sol-types = { version = "0.7.6", default-features = false }
alloy-primitives = { version = "0.7.1", default-features = false }
alloy-genesis = { version = "0.2", default-features = false }
alloy-consensus = { version = "0.2", default-features = false }
alloy-eips = { version = "0.2", default-features = false }
alloy-sol-types = { version = "0.8.0", default-features = false }
alloy-primitives = { version = "0.8.0", default-features = false }
alloy-genesis = { version = "0.3", default-features = false }
alloy-consensus = { version = "0.3", default-features = false }
alloy-eips = { version = "0.3", default-features = false }

# Serialization
toml = { version = "0.8.14" }
Expand Down

0 comments on commit 110da8a

Please sign in to comment.