Skip to content

Commit

Permalink
chore(deps): update alloy-rs core types monorepo to 0.6.2 (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent e96eef3 commit ebe20f6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ debug = true

[workspace.dependencies]
anyhow = "1.0"
alloy-primitives = { version = "0.6.0", features = ["serde"] }
alloy-primitives = { version = "0.6.2", features = ["serde"] }
axum = { version = "0.6.20", default-features = false, features = [
"json",
"tokio",
Expand Down
2 changes: 1 addition & 1 deletion gateway-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.0.1"

[dependencies]
alloy-primitives.workspace = true
alloy-sol-types = "0.6.0"
alloy-sol-types = "0.6.2"
anyhow.workspace = true
axum.workspace = true
ethers = "2.0.11"
Expand Down
2 changes: 1 addition & 1 deletion graph-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "17.0.0"

[dependencies]
alloy-primitives.workspace = true
alloy-sol-types = "0.6.0"
alloy-sol-types = "0.6.2"
anyhow.workspace = true
axum = { workspace = true, features = ["headers"] }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
Expand Down

0 comments on commit ebe20f6

Please sign in to comment.