Skip to content

Commit

Permalink
fix(deps): update rust crate warp to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 10, 2021
1 parent 7fe9f50 commit fe96cac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/apollo-router/Cargo.toml
Expand Up @@ -59,7 +59,7 @@ tracing-opentelemetry = "0.15.0"
tracing-subscriber = "0.2.25"
typed-builder = "0.9.1"
url = { version = "2.2.2", features = ["serde"] }
warp = { version = "0.3.1", default-features = false, features = [
warp = { version = "0.3.2", default-features = false, features = [
"compression",
] }

Expand Down

0 comments on commit fe96cac

Please sign in to comment.