Commit 56c9ccd
committed
fix(deps): bump octocrab to 0.48.1 to fix macOS CI sandbox failure
The octocrab 0.48.0 build script called `cargo metadata` which attempted
to download crates during the build. This failed in Bazel's darwin-sandbox
because writes to ~/.cargo/registry are blocked.
octocrab 0.48.1 includes the fix: "don't fetch dependencies" (#828)
This resolves the "Test on macos-latest" CI failure:
thread 'main' panicked at build.rs:15:10:
failed to parse `cargo metadata`: Operation not permitted (os error 1)
Cherry-picked from dependabot PR #242.1 parent c86df2e commit 56c9ccd
2 files changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
0 commit comments