Skip to content

Commit

Permalink
Merge pull request #643 from OpenPoolProject/renovate/hyper-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate hyper to 1.1.0
  • Loading branch information
kilpatty authored Jan 25, 2024
2 parents 40fa2f4 + bc646af commit dcc619c
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 @@ -31,7 +31,7 @@ tokio-stream = { version = "0.1.14", features = ["net"]}

# API
axum = { version = "0.7.4", optional = true}
hyper = { version = "1.0.1", optional = true}
hyper = { version = "1.1.0", optional = true}
tower-http = { version = "0.5.1", features = ["cors"], optional = true}

# Serialization
Expand Down

0 comments on commit dcc619c

Please sign in to comment.