Skip to content

Commit

Permalink
chore(deps): bump axum to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyAB committed Jan 7, 2025
1 parent 0221eb6 commit 6318d61
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 41 deletions.
58 changes: 20 additions & 38 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ version = "0.1.0"
edition = "2021"

[dependencies]
axum = "0.7.9"
axum = "0.8.0"
tokio = { version = "1.42", features = ["full"] }
tower-http = { version = "0.6.2", features = ["trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
utoipa = { version ="5.3.0", features=["axum_extras"] }
utoipa-swagger-ui = { version="8", features = ["axum"] }
utoipa = { version ="5.3.1", features=["axum_extras"] }
utoipa-swagger-ui = { version="8.1.1", features = ["axum"] }

[profile.release]
opt-level = 'z'
Expand Down

0 comments on commit 6318d61

Please sign in to comment.