Skip to content

Commit d040b58

Browse files
committed
Test fix for panic on cache miss
1 parent 070edfd commit d040b58

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mime_guess = "2.0.4"
4747
mockall = "0.12.1"
4848
newline-converter = "0.3.0"
4949
oauth2 = "4.4.2"
50-
octorust = "0.7.0"
50+
octorust = { git = "https://github.com/oxidecomputer/third-party-api-clients", branch = "handle-cache-miss" }
5151
owo-colors = "3.5.0"
5252
partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" }
5353
progenitor = { git = "https://github.com/oxidecomputer/progenitor" }

0 commit comments

Comments
 (0)