Skip to content

Commit

Permalink
chore(deps): update rust crate tower-http to 0.6 (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 1e795a5 commit ac739ea
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 @@ -49,7 +49,7 @@ futures = "0.3"
hyper = "1"
reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "multipart"] }
tower = { version = "0.5", default-features = false, features = ["util", "make"] }
tower-http = { version = "0.5", features = ["util", "map-response-body"] }
tower-http = { version = "0.6", features = ["util", "map-response-body"] }
tower-layer = "0.3"
tower-service = "0.3"
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit ac739ea

Please sign in to comment.