Skip to content

Commit

Permalink
chore(deps): update rust crate hyper to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent c80c806 commit b12e395
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 13 deletions.
60 changes: 48 additions & 12 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 @@ -14,7 +14,7 @@ license = "MIT"
[workspace.dependencies]
axum = { version = "0.6", features = ["headers"] }
tower = "0.4"
hyper = "0.14"
hyper = "1.0"
tokio = { version = "1.33", features = ["rt", "macros", "fs", "io-util"] }
futures-lite = "2.0"
flume = "0.11"
Expand Down

0 comments on commit b12e395

Please sign in to comment.