Skip to content

Commit

Permalink
chore(deps): update hyper requirement from 0.14.10 to 1.4.1 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.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 6fa7ff9 commit 275115c
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.4.1", features = ["full"] }
dirs = { workspace = true }

jsonschema = { workspace = true }
Expand Down

0 comments on commit 275115c

Please sign in to comment.