Skip to content

Commit

Permalink
chore(deps): bump alloys (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jan 10, 2024
1 parent e8aafc0 commit 8084243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ all-features = true

[dependencies]
alloy-chains = "0.1"
alloy-json-abi = { version = "0.5", default-features = false, features = ["std", "serde_json"] }
alloy-primitives = { version = "0.5", default-features = false, features = ["std", "serde"] }
alloy-json-abi = { version = "0.6", default-features = false, features = ["std", "serde_json"] }
alloy-primitives = { version = "0.6", default-features = false, features = ["std", "serde"] }

reqwest = { version = "0.11.19", default-features = false, features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -34,7 +34,7 @@ foundry-compilers = { version = "0.1.1", optional = true }
[dev-dependencies]
tempfile = "3.8"
tokio = { version = "1.32", features = ["macros", "rt-multi-thread", "time"] }
serial_test = "2.0.0"
serial_test = "3.0.0"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "fmt"] }

[features]
Expand Down

0 comments on commit 8084243

Please sign in to comment.