Skip to content

Commit

Permalink
Update tower-layer to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
praseodym committed Aug 19, 2024
1 parent 23a823b commit 5be9086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/Cargo.lock

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

1 change: 1 addition & 0 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ axum = { version = "0.7", features = ["macros"] }
hyper = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tower = "0.5"
tower-layer = "0.3.3" # required due to https://github.com/tower-rs/tower/issues/784
tower-http = { version = "0.5.0", features = ["fs"] }
utoipa = { version = "4.2", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "7.1.0", features = ["axum"], optional = true }
Expand Down

0 comments on commit 5be9086

Please sign in to comment.