Skip to content

Commit

Permalink
Merge pull request #216 from eko/dependabot/cargo/hyper-0.14.25
Browse files Browse the repository at this point in the history
Bump hyper from 0.14.24 to 0.14.25
  • Loading branch information
eko committed Mar 13, 2023
2 parents c1855a6 + ca5696d commit b70eb13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Vincent Composieux <vincent@composieux.fr>"]
edition = "2018"

[dependencies]
hyper = { version = "0.14.24", features = ["server", "runtime", "http1", "http2"] }
hyper = { version = "0.14.25", features = ["server", "runtime", "http1", "http2"] }
tokio = { version = "1.26.0", features = ["full"] }
lazy_static = "1.4.0"
prometheus = "0.13.3"
Expand Down

0 comments on commit b70eb13

Please sign in to comment.