Skip to content

Commit

Permalink
chore(deps): update to hyper 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Apr 18, 2024
1 parent 1c59fcc commit c68268b
Show file tree
Hide file tree
Showing 14 changed files with 219 additions and 197 deletions.
155 changes: 76 additions & 79 deletions Cargo.lock

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

12 changes: 5 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,7 @@ solang-parser = "=0.3.3"
## misc
arrayvec = "0.7"
base64 = "0.22"
chrono = { version = "0.4", default-features = false, features = [
"clock",
"std",
] }
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
color-eyre = "0.6"
derive_more = "0.99"
evm-disassembler = "0.5"
Expand All @@ -218,7 +215,8 @@ indexmap = "2.2"
tikv-jemallocator = "0.5.4"
num-format = "0.4.4"

axum = "0.6"
hyper = "0.14"
axum = "0.7"
hyper = "1.0"
reqwest = { version = "0.12", default-features = false }
tower = "0.4"
tower-http = "0.4"
tower-http = "0.5"
Loading

0 comments on commit c68268b

Please sign in to comment.