Skip to content

Commit 9489dde

Browse files
Bump dependencies, progenitor to a01e0fb7 (#962)
Co-authored-by: oxide-reflector-bot[bot] <130185838+oxide-reflector-bot[bot]@users.noreply.github.com> Co-authored-by: Adam H. Leventhal <[email protected]>
1 parent 6dd2502 commit 9489dde

File tree

4 files changed

+627
-1268
lines changed

4 files changed

+627
-1268
lines changed

Cargo.lock

+18-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ oxnet = { git = "https://github.com/oxidecomputer/oxnet" }
4141
predicates = "3.1.3"
4242
pretty_assertions = "1.4.1"
4343
progenitor = { git = "https://github.com/oxidecomputer/progenitor", default-features = false }
44-
progenitor-client = "0.8.0"
44+
progenitor-client = "0.9.0"
4545
rand = "0.8.5"
4646
ratatui = "0.26.3"
4747
rcgen = "0.10.0"

cli/src/cmd_auth.rs

+3
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,9 @@ impl CmdAuthStatus {
572572
oxide::Error::PreHookError(_) => {
573573
unreachable!("there is no pre-hook")
574574
}
575+
oxide::Error::PostHookError(_) => {
576+
unreachable!("there is no post-hook")
577+
}
575578
}
576579
}
577580
}

0 commit comments

Comments
 (0)