Skip to content

Commit

Permalink
Merge pull request #56 from zryambus/dependabot/cargo/hyper-0.14.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 8, 2022
2 parents d579273 + 56cfde6 commit 7bb72d7
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 @@ -10,7 +10,7 @@ license-file = "LICENSE"
axum = { version = "=0.5.11", features = ["ws"] }
anyhow = "=1.0.58"
tokio = { version = "=1.19.2", features = ["full"] }
hyper = { version = "=0.14.19", features = ["full"] }
hyper = { version = "=0.14.20", features = ["full"] }
tower-http = { version = "=0.3.4", features = ["fs", "cors"] }
hyper-tls = "=0.5.0"
native-tls = "=0.2.10"
Expand Down

0 comments on commit 7bb72d7

Please sign in to comment.