Skip to content

Commit

Permalink
chore(deps): update hyper requirement from 0.14.10 to 1.5.0 in /hermes
Browse files Browse the repository at this point in the history
Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.10...v1.5.0)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 3a48a2e commit 1506bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermes/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ num_cpus = { workspace = true }
console = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
hyper = { version = "0.14.10", features = ["full"] }
hyper = { version = "1.5.0", features = ["full"] }
dirs = { workspace = true }

jsonschema = { workspace = true }
Expand Down

0 comments on commit 1506bbd

Please sign in to comment.