Skip to content

Commit

Permalink
fix(deps): update rust crate hyper to 0.14.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2023
1 parent d6b2ff2 commit 8a85b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tokio-stream = { version = "0.1.11", features = ["net"]}

# API
axum = { version = "0.6.4", optional = true}
hyper = { version = "0.14.23", optional = true}
hyper = { version = "0.14.24", optional = true}
tower-http = { version = "0.3.4", features = ["cors"], optional = true}

# Serialization
Expand Down

0 comments on commit 8a85b52

Please sign in to comment.