Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest-middleware to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Dec 6, 2021
1 parent c983ef9 commit ba6540b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ opentelemetry-otlp = { version = "0.9.0", default-features = false, features = [
"serialize",
], optional = true }
reqwest = { version = "0.11.7", features = ["json", "stream"] }
reqwest-middleware = "0.1.2"
reqwest-middleware = "0.1.3"
reqwest-tracing = { version = "0.2", features = ["opentelemetry_0_16"] }
serde = { version = "1.0.130", features = ["derive", "rc"] }
serde_json = "1.0.72"
Expand Down

0 comments on commit ba6540b

Please sign in to comment.