Skip to content

Commit

Permalink
fix(deps): update rust crate axum to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2023
1 parent 1884309 commit cf6e5c8
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.3", features = ["headers"] }
axum-client-ip = "0.4.1"
cf-env = "0.1.8"
dotenvy = "0.15.7"
Expand Down

0 comments on commit cf6e5c8

Please sign in to comment.