Skip to content

Commit

Permalink
Merge pull request #653 from OpenPoolProject/renovate/axum-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate axum to 0.7.4
  • Loading branch information
kilpatty authored Jan 25, 2024
2 parents 5ac9381 + 54bddb2 commit e312786
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-util = { version = "0.7.10", features = ["time"]}
tokio-stream = { version = "0.1.14", features = ["net"]}

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

Expand Down

0 comments on commit e312786

Please sign in to comment.