Skip to content

Commit

Permalink
fix(deps): update rust crate tower-http to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 16, 2022
1 parent cd65a64 commit 00ef953
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 @@ -46,7 +46,7 @@ tokio-tungstenite = { version = "0.16.0", optional = true }

tower-service = "0.3.1"
tower-layer = "0.3.1"
tower-http = { version = "0.1.2", features = ["auth", "trace"] }
tower-http = { version = "0.3.3", features = ["auth", "trace"] }

tokio = { version = "1.14", default-features = false, features = ["net"], optional = true }

Expand Down

0 comments on commit 00ef953

Please sign in to comment.