Skip to content

Commit

Permalink
chore(deps): update rust crate axum to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent d1dc207 commit a82daff
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 @@ -12,7 +12,7 @@ repository = "https://github.com/Stonks3141/pet-monitor-app"
license = "MIT"

[workspace.dependencies]
axum = { version = "0.6", features = ["headers"] }
axum = { version = "0.8", features = ["headers"] }
tower = "0.4"
hyper = "0.14"
tokio = { version = "1.33", features = ["rt", "macros", "fs", "io-util"] }
Expand Down

0 comments on commit a82daff

Please sign in to comment.