Skip to content

Commit

Permalink
chore(deps): move new deps to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtftr committed Feb 26, 2025
1 parent f0a6d5a commit 90afc85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ futures = "0.3.31"
async-stream = "0.3.6"
futures-util = "0.3.31"
futures-core = "0.3.31"
http = "^1"
hyper = "^1"
tower = "^0.4"
hyper-util = { version = "0.1" }

# Circuits
sha2 = { version = "=0.10.8", default-features = false }
Expand Down
8 changes: 4 additions & 4 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ futures-core = { workspace = true }
bitvm = { workspace = true }
tempfile = { workspace = true }
eyre = { workspace = true }
http = "^1"
hyper = "^1"
tower = "^0.4"
hyper-util = { version = "0.1" }
http = { workspace = true }
hyper = { workspace = true }
tower = { workspace = true }
hyper-util = { workspace = true }

[dev-dependencies]
serial_test = { workspace = true }
Expand Down

0 comments on commit 90afc85

Please sign in to comment.