Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
Update Rust crate hyper to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2023
1 parent a45da96 commit 488c777
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 12 deletions.
82 changes: 71 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
envy = "0.4.2"
hyper = {version="0.14.27", features = ["full"] }
hyper = {version="1.0.1", features = ["full"] }
lazy_static = "1.4.0"
log = "0.4.20"
prometheus = {version="0.13.3", features = ["process"] }
Expand Down

0 comments on commit 488c777

Please sign in to comment.