Skip to content

Commit

Permalink
Merge pull request fedimint#4551 from fedimint/dependabot/cargo/hyper…
Browse files Browse the repository at this point in the history
…-1.2.0

chore(deps): bump hyper from 0.14.28 to 1.2.0
  • Loading branch information
dpc authored Mar 14, 2024
2 parents def9e99 + f527e4a commit 3d40766
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 15 deletions.
68 changes: 54 additions & 14 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 fedimintd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ threshold_crypto = { workspace = true }
axum = { version = "0.6.20", default-features = false, features = [ "form", "tokio" ] }
http = "1.1"
http-body = "1.0"
hyper = { version = "0.14", features = ["full"] }
hyper = { version = "1.2", features = ["full"] }
tower = { version = "0.4", features = ["util"] }
console-subscriber = "0.1.10"

Expand Down

0 comments on commit 3d40766

Please sign in to comment.