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 May 5, 2024
1 parent d1dc207 commit b37e1e2
Showing 1 changed file with 1 addition and 1 deletion.
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.2"
flume = "0.11"
Expand Down

0 comments on commit b37e1e2

Please sign in to comment.