Skip to content

Commit

Permalink
chore(deps): bump hyper from 0.14.28 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 to 1.1.0.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.28...v1.1.0)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 4b18a68 commit ed873ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 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 integrationtests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde_derive = "1.0.171"
serde_json = "1.0.108"
lightning-invoice = "0.24.0"
lightning = "0.0.116"
hyper = { version = "0.14", features = ["full"] }
hyper = { version = "1.1", features = ["full"] }
bitcoin_hashes = { version = "0.11.0", default-features = false }
secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc", "rand"] }
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bitcoin_hashes = "0.12.0"
anyhow = { version = "1.0.75", features = ["backtrace"] }
axum = { version = "0.7.2", features = ["http2"] }

hyper = "0.14.27"
hyper = "1.1.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_derive = "1.0.171"
serde_json = "1.0.108"
Expand Down

0 comments on commit ed873ea

Please sign in to comment.