Skip to content

Commit

Permalink
fix(deps): update cargo pre-1.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 8, 2022
1 parent 74b20a3 commit c6d533f
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 32 deletions.
224 changes: 200 additions & 24 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-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazy_static = "1.4.0"
lru = "0.7.5"
miette = { version = "4.2.1", features = ["fancy"] }
mockall = "0.11.0"
moka = { version = "0.7.2", features = ["future", "futures-util"] }
moka = { version = "0.8.1", features = ["future", "futures-util"] }
once_cell = "1.9.0"
opentelemetry = "0.17.0"
opentelemetry-http = "0.6.0"
Expand Down
Loading

0 comments on commit c6d533f

Please sign in to comment.