Skip to content

Commit

Permalink
Bump dependencies, progenitor to a01e0fb7 (#962)
Browse files Browse the repository at this point in the history
Co-authored-by: oxide-reflector-bot[bot] <130185838+oxide-reflector-bot[bot]@users.noreply.github.com>
Co-authored-by: Adam H. Leventhal <[email protected]>
  • Loading branch information
oxide-reflector-bot[bot] and ahl authored Dec 27, 2024
1 parent 6dd2502 commit 9489dde
Show file tree
Hide file tree
Showing 4 changed files with 627 additions and 1,268 deletions.
33 changes: 18 additions & 15 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ oxnet = { git = "https://github.com/oxidecomputer/oxnet" }
predicates = "3.1.3"
pretty_assertions = "1.4.1"
progenitor = { git = "https://github.com/oxidecomputer/progenitor", default-features = false }
progenitor-client = "0.8.0"
progenitor-client = "0.9.0"
rand = "0.8.5"
ratatui = "0.26.3"
rcgen = "0.10.0"
Expand Down
3 changes: 3 additions & 0 deletions cli/src/cmd_auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,9 @@ impl CmdAuthStatus {
oxide::Error::PreHookError(_) => {
unreachable!("there is no pre-hook")
}
oxide::Error::PostHookError(_) => {
unreachable!("there is no post-hook")
}
}
}
}
Expand Down
Loading

0 comments on commit 9489dde

Please sign in to comment.