Skip to content

Commit

Permalink
fix(deps): update axum crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and duskmoon314 committed Jan 14, 2024
1 parent 9494a53 commit cc43282
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions httpbin-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ edition.workspace = true

[dependencies]
anyhow = { workspace = true }
axum = { version = "0.7.1", features = ["macros"] }
axum = { version = "0.7.4", features = ["macros"] }
axum-client-ip = "0.5.0"
axum-extra = { version = "0.9.0", features = ["typed-header"] }
axum-extra = { version = "0.9.2", features = ["typed-header"] }
clap = { workspace = true }
httpbin = { workspace = true }
infer = { workspace = true }
Expand Down

0 comments on commit cc43282

Please sign in to comment.