Skip to content

Commit

Permalink
maintenance: Bump Moka to fix panics on AMD hardware. (#1137)
Browse files Browse the repository at this point in the history
Moka has a dependency on Quanta which had an issue with AMD hardware. This is now fixed via [Moka-#119](moka-rs/moka#119).

Co-authored-by: bryn <bryn@apollographql.com>
  • Loading branch information
BrynCooke and bryn committed May 24, 2022
1 parent eeef38e commit bfb2a35
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
16 changes: 4 additions & 12 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ The Schemars 0.8.9 caused compile errors due to it validating default types.
This change has however been rolled back upstream.
We can now safely depend on schemars 0.8.10.

### Update Moka to fix occasional panics on AMD hardware [#1137](https://github.com/apollographql/router/issues/1137)
Moka has a dependency on Quanta which had an issue with AMD hardware. This is now fixed via [Moka-#119](https://github.com/moka-rs/moka/issues/119).

## 📚 Documentation

## 🐛 Fixes
2 changes: 1 addition & 1 deletion apollo-router-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lru = "0.7.5"
miette = { version = "4.7.1", features = ["fancy"] }
mockall = "0.11.0"
multimap = "0.8.3"
moka = { version = "0.7.2", features = ["future", "futures-util"] }
moka = { version = "0.8.4", features = ["future", "futures-util"] }
once_cell = "1.9.0"
opentelemetry = "0.17.0"
opentelemetry-http = "0.6.0"
Expand Down
1 change: 0 additions & 1 deletion licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -6207,7 +6207,6 @@ <h4>Used by:</h4>
<li><a href=" https://github.com/budziq/rust-skeptic ">skeptic</a></li>
<li><a href=" https://github.com/servo/rust-smallvec ">smallvec</a></li>
<li><a href=" https://github.com/rust-lang/socket2 ">socket2</a></li>
<li><a href=" https://github.com/storyyeller/stable_deref_trait ">stable_deref_trait</a></li>
<li><a href=" https://github.com/dtolnay/syn ">syn</a></li>
<li><a href=" https://github.com/alexcrichton/tar-rs ">tar</a></li>
<li><a href=" https://github.com/Stebalien/tempfile ">tempfile</a></li>
Expand Down

0 comments on commit bfb2a35

Please sign in to comment.