Skip to content

Commit

Permalink
fix(deps): update rust crate axum to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2024
1 parent a243c69 commit 743bf02
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 @@ -10,7 +10,7 @@ path = "./src/lib.rs"

[dependencies]
async-trait = "0.1.72"
axum = { version = "0.6.19", features = ["headers"] }
axum = { version = "0.7.5", features = ["headers"] }
axum-client-ip = "0.5.0"
cf-env = "0.1.8"
dotenvy = "0.15.7"
Expand Down

0 comments on commit 743bf02

Please sign in to comment.