Skip to content

Commit

Permalink
Merge pull request #242 from semiotic-ai/gusinacio/bump-deps
Browse files Browse the repository at this point in the history
chore: bump alloy and tokio
  • Loading branch information
gusinacio authored Oct 10, 2024
2 parents ff856d9 + 2e4893d commit c26e552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ license = "Apache-2.0"
repository = "https://github.com/semiotic-ai/timeline-aggregation-protocol"

[workspace.dependencies]
alloy = { version = "0.2.1", features = ["full"] }
alloy = { version = "0.4.2", features = ["full"] }
serde = { version = "1.0.163", features = ["derive"] }
rstest = "0.22.0"
anyhow = { version = "1.0.70", default-features = false }
tokio = { version = "1.27.0", features = ["macros", "signal"] }
tokio = { version = "1.40.0", features = ["macros", "signal"] }
rand = "0.8.5"
jsonrpsee = { version = "0.18.0", features = ["macros", "server"] }

0 comments on commit c26e552

Please sign in to comment.